summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ltxguidex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-04 22:48:07 +0000
committerKarl Berry <karl@freefriends.org>2019-05-04 22:48:07 +0000
commitc0bef3346513bd933c0e451415a1cbf6120264d2 (patch)
tree497f8bc831a4737524db6ca7ba7a4febc492341b /Master/texmf-dist/tex/latex/ltxguidex
parentac0365c90c1a699dbeec97f32337a21710c46350 (diff)
ltxguidex (16apr19)
git-svn-id: svn://tug.org/texlive/trunk@50992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ltxguidex')
-rw-r--r--Master/texmf-dist/tex/latex/ltxguidex/ltxguidex.cls8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxguidex/ltxguidex.cls b/Master/texmf-dist/tex/latex/ltxguidex/ltxguidex.cls
index eeab047a898..2ce25fa8baa 100644
--- a/Master/texmf-dist/tex/latex/ltxguidex/ltxguidex.cls
+++ b/Master/texmf-dist/tex/latex/ltxguidex/ltxguidex.cls
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesClass{ltxguidex}[2019/01/13 v0.1.0 Extended LaTeX documentation class]
+\ProvidesClass{ltxguidex}[2019/04/15 0.2.0 Extended LaTeX documentation class]
% Description: An improved document class for writing LaTeX documentation
% with extra tools for authors.
% Homepage: https://github.com/9999years/ltxguidex
@@ -81,11 +81,11 @@
\decl}
{\enddecl}
-\newcommand{\ltxguidex@noticestyle}{\sffamily\bfseries\color{notes}}
+\newcommand{\noticestyle}{\sffamily\bfseries\color{notes}}
\def\@begintheorem#1#2{%
\list{}{}%
\global\advance\@listdepth\m@ne
- \item[{\ltxguidex@noticestyle\MakeUppercase{#1}}]}
+ \item[{\noticestyle\MakeUppercase{#1}}]}
\newcommand{\newnotice}[2]{\newtheorem{#1}{#2}}
\newnotice{warning}{Warning}
@@ -208,6 +208,8 @@
\let\ctanlogo\ctan
\newcommand{\pipe}{\char"7C}
\newcommand{\bs}{\char"5C}
+\newcommand{\command}[1]{\texttt{\bs#1}}
+\let\cs\command
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
\newcommand{\http}[1]{\href{http://#1}{#1}}