diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-04 22:48:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-04 22:48:07 +0000 |
commit | c0bef3346513bd933c0e451415a1cbf6120264d2 (patch) | |
tree | 497f8bc831a4737524db6ca7ba7a4febc492341b /Master/texmf-dist/doc/latex | |
parent | ac0365c90c1a699dbeec97f32337a21710c46350 (diff) |
ltxguidex (16apr19)
git-svn-id: svn://tug.org/texlive/trunk@50992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.pdf | bin | 62875 -> 64027 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.tex | 17 |
2 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.pdf b/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.pdf Binary files differindex a82c88ae71a..af739b268a3 100644 --- a/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.pdf +++ b/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.pdf diff --git a/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.tex b/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.tex index cf2795589d8..3d5df6cff54 100644 --- a/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.tex +++ b/Master/texmf-dist/doc/latex/ltxguidex/ltxguidex.tex @@ -1,4 +1,5 @@ \documentclass{ltxguidex} +\usepackage{changelog} \usepackage{fontspec} \setmainfont{Tiempos Text} \usepackage{FiraSans} @@ -10,7 +11,7 @@ \title{Towards Better \LaTeX\ Documentation With the \ltx\ Document Class} \author{Rebecca Turner\thanks{Brandeis University; \email{rebeccaturner@brandeis.edu}}} -\date{2019/01/13 v0.1.0} +\date{2019/04/15 0.2.0} \begin{document} \maketitle @@ -356,9 +357,8 @@ Typesets a \LaTeX\ package, option, file extension, etc.\ in |\texttt|. These environments typeset ``notices'' with a hanging indent. Original definitions written by Javier Bezos for the \ctan{enumitem} documenation. -|\ltxguidex@noticestyle| is executed before the marker text (``warning,'' -``note,'' etc.) in a separate group. New notice environments can be created -with |\newnotice|. +|\noticestyle| is executed before the marker text (``warning,'' ``note,'' +etc.). New notice environments can be created with |\newnotice|. \begin{bug} If the first content in a notice environment is vertical, the marker @@ -597,4 +597,13 @@ environment with a more elegant interface. \end{LTXexample} \end{example} +\begin{changelog}[author=Rebecca Turner] +\begin{version}[v=0.1.1, date=2019-04-15] +\added + \item Renamed \cs{ltxguidex@noticestyle} to \cs{noticestyle} and committed + it to the public \textsc{api}. + \item The \cs{cs} and \cs{command} commands. +\end{version} +\end{changelog} + \end{document} |