Skip to content

Instantly share code, notes, and snippets.

@yarakos95
Created September 12, 2021 11:50
Show Gist options
  • Save yarakos95/420a64bd9c439565cf1451939bf6d677 to your computer and use it in GitHub Desktop.
Save yarakos95/420a64bd9c439565cf1451939bf6d677 to your computer and use it in GitHub Desktop.
ローカルにTeX 環境を構築するだけで読めるTeX/LaTeX 関連ドキュメント

ローカルにTeX 環境を構築するだけで読めるTeX/LaTeX 関連ドキュメント

TeX Live で環境構築すると,ほとんどの場合さまざまなドキュメントが含まれている. これらはTexdoc によって検索することが出来るが,多くの場合ではパッケージや文書クラスのガイドを参照するだけにとどまることだろう. しかし,これらのガイドの他にもさまざまな文書がある.これらを明らかにしたい.

この記事で紹介するドキュメントの大半は「Programming LaTeX - A survey of documentation and packages」($ texdoc docsurvey) から得た.

環境

  • TeX Live 2021
  • Windows10

注意

本記事はローカルTeX 環境で読めるドキュメントをリスト化することを目的としています. そのため,内容についてはまったく触れません.興味のある方は実際にTexdoc を叩いて参照ください. また,ローカルTeX 環境が無い方はインターネット上で検索すると同様のドキュメントを参照できます.(それぞれにリンクを張ることは可能ですが面倒なのでやめました)

これらのドキュメントはかなり古い(20年前などの) ものも含まれています.

私はこれらのドキュメントの正当性については議論できません.そのため,現在の環境では不要なものも含まれている可能性があります.

Texdoc の使い方

Texdoc の使用方法は,ターミナルで以下のようにする.

e.g. :

$ texdoc <texdoc_key>

また,Texdoc の詳細な使い方は以下から.

$ texdoc texdoc

plain TeX

plain TeX を学びたい人向き.

<texdoc_key> Title
texbytopic TeX BY TOPIC, A TeXNICIAN’S REFERENCE
impatient TeX for the Impatient
gentle A Gentle Introduction to TeX - A Manual for Self-study

TeX そのものではなく,plain TeX に相当するらしい.

LaTeX2e

LaTeX2e を学びたい人向き.

<texdoc_key> Title
ltnews LaTeX News, Issues
source2e The LaTeX2e Sources
cfgguide Configuration options for LaTeX2e
modguide Modifying LaTeX
fntguide LaTeX2e font selection
encguide LaTeX font encodings
cyrguide Cyrillic language support in LaTeX
comprehensive The Comprehensive LaTeX Symbol List
macro2e List of internal LaTeX2e Macros useful to Package Authors
tex-font-errors-cheat-sheet TeX font errors: Cheatsheet

cf. LaTeX - A document preparation system

Classes and packages for LaTeX2e

<texdoc_key> Title
clsguide LaTeX2e for class and package writers
classes Standard Document Classes for LaTeX version 2e

日本語用文書クラスはjsclasses, bxjscls, jlreq (jlreq-ja) とするとガイドを見ることが出来る.

LaTeX2e for beginners

一般LaTeX2e ユーザ向き.

<texdoc_key> Title
latex2e-help LaTeX2e: An unofficial reference manual
usrguide LaTeX2e for authors
lshort The Not Short Introduction to LaTeX2e
lshort-ja LaTeX2e への道
latex-veryshortguide The very short guide to typesetting with LaTeX
startlatex2e Getting Started with LaTeX2e
first-latex-doc Getting something out of LaTeX
intro-scientific Writing Scientific Documents Using LaTeX
dickimaw-novices LaTeX for Complete Novices
dickimaw-thesis Using LaTeX to Write a PhD Thesis

体系的なLaTeX については「LaTeX2ε美文書作成入門」の方が簡単に学習できるだろう. 大学の図書館や研究室配架に1冊くらいはあるだろう.なるべく最新のものを.

2021/09 現在では第8版が最新 [改訂第8版]LaTeX2ε美文書作成入門:書籍案内|技術評論社

<texdoc_key> Title
platexcheat pLaTeX2e チートシート
platexsheet-jsclasses pLaTeX2e チートシート (jsclasses 版)
short-math-guide Short Math Guide for LaTeX
booktabs Publication quality tables in LaTeX

LaTeX3

LaTeX3 を学びたい人向き.

<texdoc_key> Title
ltx3info The LaTeX3 Project
expl3 The expl3 package and LaTeX3 programming
interface3 The LaTeX3 Interfaces
l3styleguide The LaTeX3 kernel: style guide for code authors
usrguide3 LaTeX3 methods for authors

BibTeX

BibTeX を学びたい人向き.

<texdoc_key> Title
btxdoc BibTeXing
jbtxdoc BibTeXing: BibTeX の使い方
btxhak Designing BibTeX Styles
jbtxhak Designing BibTeX Styles: BibTeX スタイルの作り方
jbibtex 日本語BibTeX: jBibteX
tamethebeast Tame the BeaST
biblatex-cheatsheet Biblatex Cheat Sheet

TeX Live

TeX Live を学びたい人向き.

<texdoc_key> Title
tlbuild Building TeX Live
texlive The TeX Live Guide - 2021
texlive-ja TeX Live ガイド - 2021
tlmgr Basic Usage of tlmgr, the TeX Live Manager

余談

こんなんいっぱい入っとるで容量食うんやて~

他にもローカルで読めるドキュメントがあれば教えてください!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment