Skip to content

Commit

Permalink
fix(latex/latex-documentclass.md): 記事の構成を整理した
Browse files Browse the repository at this point in the history
  • Loading branch information
shotakaha committed Jan 19, 2025
1 parent c51092a commit b18a77d
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions docs/source/latex/latex-documentclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ LaTeXの文書作成は、まず、このドキュメントクラス選びから
目的や使用する言語に応じて、適切なクラスを選択してください。
また、学会や雑誌によっては専用のクラスを用意している場合もあります。

## クラスオプションしたい

`jlreq``ltjsclasses`を中心に、目的別にクラスオプションを整理しました。

```{toctree}
---
maxdepth: 1
---
latex-documentclass-paper
latex-documentclass-fontsize
latex-documentclass-twocolumn
latex-documentclass-landscape
latex-documentclass-hanging
latex-documentclass-tate
```

## 欧文クラスしたい

```latex
Expand Down Expand Up @@ -53,12 +69,6 @@ W3Cワーキンググループで議論されている「[日本語組版処理
maxdepth: 1
---
latex-jlreq
latex-documentclass-paper
latex-documentclass-fontsize
latex-documentclass-twocolumn
latex-documentclass-landscape
latex-documentclass-hanging
latex-documentclass-tate
```

```latex
Expand Down

0 comments on commit b18a77d

Please sign in to comment.