Skip to content

Commit

Permalink
update README.md; bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Dec 17, 2020
1 parent 5b469f8 commit ae186f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NLP2021 文書クラス(v0.5.0 2020-11-26
# NLP2021 文書クラス(v0.6.0 2020-12-17

## 概要

Expand Down Expand Up @@ -27,28 +27,32 @@

LaTeX 標準の通り `\documentclass` により行います.その際,使用するワークフロー(使用エンジン,DVI ウェア)を必ず明示的に指定してください.こうすることにより,各種パッケージを `\usepackage` で読み込む際に個別にドライバオプションを指定する必要はなくなります.

* pLaTeX + dvipdfmx を使用する場合
**pLaTeX + dvipdfmx を使用する場合**

```tex
%#!platex
\documentclass[platex,dvipdfmx]{nlp2021}
```

* upLaTeX + dvipdfmx を使用する場合
**upLaTeX + dvipdfmx を使用する場合**

```tex
%#!uplatex
\documentclass[uplatex,dvipdfmx]{nlp2021}
```

* LuaLaTeX を使用する場合
**LuaLaTeX を使用する場合**

```tex
%#!lualatex
\documentclass[lualatex]{nlp2021}
```

またワークフロー指定以外のクラスオプションも利用可能で,そのまま jlreq クラスに渡されます.ただし,基本版面設計に関わるようなオプション(例えば紙面サイズ,フォントサイズ,段組み数に関わるもの)は無効化されています.使わないでください.
また,本文書クラスには独自オプションがあります.

* `english`: 各種ラベルの英語化など,最低限の英語対応を有効にします.英語で原稿作成する場合に使用してください.ただし,本文書クラスはそもそも日本語組版を前提に設計されており,このオプションを使用しても高品質の欧文組版が保証されるわけではありません.

上記以外のクラスオプションは,原則としてそのまま jlreq クラスに渡されます.ただし,基本版面設計に関わるようなオプション(例えば紙面サイズ,フォントサイズ,段組み数に関わるもの)は無効化されています.使わないでください.

### 体裁に関して

Expand Down
2 changes: 1 addition & 1 deletion nlp2021.cls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

%% クラス宣言
\NeedsTeXFormat{LaTeX2e}
\ProvidesExplPackage {nlp2021} {2020/12/26} {0.5.0}
\ProvidesExplPackage {nlp2021} {2020/12/17} {0.6.0}
{Japanese document class for the proceedings of NLP2021}

%% メッセージ
Expand Down

0 comments on commit ae186f1

Please sign in to comment.