From 9934f6b0a89038c8f7c638bef08dfa3171e6bc0e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 31 Dec 2018 22:10:36 +0000 Subject: platexcheat (31dec18) git-svn-id: svn://tug.org/texlive/trunk@49557 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/platexcheat/LICENSE | 2 +- Master/texmf-dist/doc/latex/platexcheat/README.md | 8 +++++--- .../latex/platexcheat/platexsheet-jsclasses.pdf | Bin 222490 -> 223315 bytes .../latex/platexcheat/platexsheet-jsclasses.tex | 6 +++--- .../doc/latex/platexcheat/platexsheet.pdf | Bin 222290 -> 223131 bytes .../doc/latex/platexcheat/platexsheet.tex | 6 +++--- .../doc/latex/platexcheat/sample-jsclasses.pdf | Bin 45167 -> 45357 bytes Master/texmf-dist/doc/latex/platexcheat/sample.pdf | Bin 43824 -> 43892 bytes 8 files changed, 12 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/platexcheat/LICENSE b/Master/texmf-dist/doc/latex/platexcheat/LICENSE index bc246d62bb3..938462acaa2 100644 --- a/Master/texmf-dist/doc/latex/platexcheat/LICENSE +++ b/Master/texmf-dist/doc/latex/platexcheat/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Takuto ASAKURA (wtsnjp) +Copyright 2017 Takuto ASAKURA (wtsnjp) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Master/texmf-dist/doc/latex/platexcheat/README.md b/Master/texmf-dist/doc/latex/platexcheat/README.md index 652991f7b80..5a62c89b55b 100644 --- a/Master/texmf-dist/doc/latex/platexcheat/README.md +++ b/Master/texmf-dist/doc/latex/platexcheat/README.md @@ -1,9 +1,11 @@ -# pLaTeX2e チートシート - -pLaTeX2e でよく用いられる命令を2ページの PDF にまとめたチートシートです.英語版の [LaTeX2e Cheat Sheet](http://www.stdout.org/~winston/latex/) を基に作成を開始しましたが,pLaTeX2e 版独自の改良を多数加えています. +# pLaTeX2e cheat sheet This is a translation to Japanese of Winston Chang's LaTeX cheat sheet (a reference sheet for writing scientific papers). It has been adapted to Japanese standards using pLaTeX, and also attached additional information of "standard LaTeX" (especially about math-mode). +# pLaTeX2e チートシート + +pLaTeX2e でよく用いられる命令を2ページの PDF にまとめたチートシート(コマンド一覧)です.英語版の [LaTeX2e Cheat Sheet](http://www.stdout.org/~winston/latex/) を基に作成を開始しましたが,pLaTeX2e 版独自の改良を多数加えています. + ## 編集方針 原版から,以下のような方針で変更を行っています. diff --git a/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.pdf b/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.pdf index c8018152ac6..e3fbcf3375f 100644 Binary files a/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.pdf and b/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.pdf differ diff --git a/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.tex b/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.tex index 78adddad479..6b236a23509 100644 --- a/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.tex +++ b/Master/texmf-dist/doc/latex/platexcheat/platexsheet-jsclasses.tex @@ -1,4 +1,3 @@ -% typeset: ptex2pdf -l platexsheet-jsclasses.tex \documentclass[10pt,a4paper,landscape,dvipdfmx,nomag]{jsarticle} % 使用パッケージ @@ -72,6 +71,7 @@ %% ユーザ用マクロ \chardef\vbar=`\| \chardef\bs=`\\ +\let\lbrace\{ \let\rbrace\} \chardef\{=`\{ \chardef\}=`\} \newcommand{\codefont}{\ttfamily\gtfamily} \newcommand{\cs}[1]{\eghostguarded{{\codefont \bs #1}}} @@ -354,7 +354,7 @@ $\mboxtt{!}=\mbox{条件が悪くても指定位置に配置}$. \subsection{括弧類} \begin{entable}{2}{6} -` ' & \verb*!` '! & `` '' & \verb*!`` ''! & \{ \} & \verb*!\{ \}! +` ' & \verb*!` '! & `` '' & \verb*!`` ''! & \lbrace\space\rbrace & \verb*!\{ \}! & [ ] & \verb*![ ]! & ( ) & \verb*!( )! \\ \end{entable} @@ -622,7 +622,7 @@ indファイルは\code{mendex}で処理.索引の出力には別途パッケ p\LaTeXe\ (jsclasses) 版 {\copyright} 2017 Takuto Asakura \\ \url{https://wtsnjp.com/pdf/platexsheet-jsclasses.pdf} -バージョン:3.0, 作成日:2017/12/01 +バージョン:3.1, 更新日:2018/12/31 \end{multicols} \end{document} diff --git a/Master/texmf-dist/doc/latex/platexcheat/platexsheet.pdf b/Master/texmf-dist/doc/latex/platexcheat/platexsheet.pdf index e6b5db8bb55..19fb60b7f04 100644 Binary files a/Master/texmf-dist/doc/latex/platexcheat/platexsheet.pdf and b/Master/texmf-dist/doc/latex/platexcheat/platexsheet.pdf differ diff --git a/Master/texmf-dist/doc/latex/platexcheat/platexsheet.tex b/Master/texmf-dist/doc/latex/platexcheat/platexsheet.tex index 8683e4dc485..6b54ae8ced9 100644 --- a/Master/texmf-dist/doc/latex/platexcheat/platexsheet.tex +++ b/Master/texmf-dist/doc/latex/platexcheat/platexsheet.tex @@ -1,4 +1,3 @@ -% typeset: ptex2pdf -l platexsheet.tex \documentclass[10pt,a4paper,landscape,dvipdfmx]{jarticle} % 使用パッケージ @@ -71,6 +70,7 @@ %% ユーザ用マクロ \chardef\vbar=`\| \chardef\bs=`\\ +\let\lbrace\{ \let\rbrace\} \chardef\{=`\{ \chardef\}=`\} \newcommand{\codefont}{\ttfamily\gtfamily} \newcommand{\cs}[1]{\eghostguarded{{\codefont \bs #1}}} @@ -350,7 +350,7 @@ $\mboxtt{!}=\mbox{条件が悪くても指定位置に配置}$. \subsection{括弧類} \begin{entable}{2}{6} -` ' & \verb*!` '! & `` '' & \verb*!`` ''! & \{ \} & \verb*!\{ \}! +` ' & \verb*!` '! & `` '' & \verb*!`` ''! & \lbrace\space\rbrace & \verb*!\{ \}! & [ ] & \verb*![ ]! & ( ) & \verb*!( )! \\ \end{entable} @@ -618,7 +618,7 @@ indファイルは\code{mendex}で処理.索引の出力には別途パッケ p\LaTeXe 版 {\copyright} 2017 Takuto Asakura \\ \url{https://wtsnjp.com/pdf/platexsheet.pdf} -バージョン:3.0, 作成日:2017/12/01 +バージョン:3.1, 更新日:2018/12/31 \end{multicols} \end{document} diff --git a/Master/texmf-dist/doc/latex/platexcheat/sample-jsclasses.pdf b/Master/texmf-dist/doc/latex/platexcheat/sample-jsclasses.pdf index 0a82ceec31f..d25cf974658 100644 Binary files a/Master/texmf-dist/doc/latex/platexcheat/sample-jsclasses.pdf and b/Master/texmf-dist/doc/latex/platexcheat/sample-jsclasses.pdf differ diff --git a/Master/texmf-dist/doc/latex/platexcheat/sample.pdf b/Master/texmf-dist/doc/latex/platexcheat/sample.pdf index fd4b4fca4dd..00db9507da0 100644 Binary files a/Master/texmf-dist/doc/latex/platexcheat/sample.pdf and b/Master/texmf-dist/doc/latex/platexcheat/sample.pdf differ -- cgit v1.2.3