diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-29 22:21:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-29 22:21:13 +0000 |
commit | 5cf448717d5bd535646efd1290abb0237b239f41 (patch) | |
tree | 5e147ab5572bba0b4f42ac1a30f242aab30679db /Master/texmf-dist/doc | |
parent | b871c26a0f7fea050cf7f211f9fc75edcb79a075 (diff) |
miscdoc.sty not in runtime
git-svn-id: svn://tug.org/texlive/trunk@16864 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/url/miscdoc.sty | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/url/miscdoc.sty b/Master/texmf-dist/doc/latex/url/miscdoc.sty new file mode 100644 index 00000000000..179939fc984 --- /dev/null +++ b/Master/texmf-dist/doc/latex/url/miscdoc.sty @@ -0,0 +1,8 @@ +\ProvidesPackage{miscdoc}[2010/01/20 macros for documenting latex/misc pkgs] + +% T1 encoding assumed +\newcommand\cs[1]{\texttt{\char`\\#1}} + +\newcommand\newitem{\par\addvspace{1ex}\noindent} + +\newcommand\meta[1]{\ensuremath{\langle}\emph{#1}\ensuremath{\rangle}} |