summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/texcount/macros.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/texcount/macros.tex')
-rw-r--r--Master/texmf-dist/doc/support/texcount/macros.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/texcount/macros.tex b/Master/texmf-dist/doc/support/texcount/macros.tex
index 09e304c736f..b7f853f39ad 100644
--- a/Master/texmf-dist/doc/support/texcount/macros.tex
+++ b/Master/texmf-dist/doc/support/texcount/macros.tex
@@ -1,8 +1,17 @@
%% LaTeX macros
+% Set version number
+\newcommand\version{$2.3$}
+
+\newcommand\copyrightfootnote{
+\footnotetext{Copyright (2008-2011) of Einar Andreas R{\o}dland, distributed
+under the \LaTeX{} Project Public License (LPPL).}
+}
+
%TC:macroword \TeXcount 1
\newcommand\TeXcount{{\TeX}count}
+% Text formats
\newcommand\code[1]{\texttt{\small#1}}
\newcommand\bigcode[1]{\texttt{#1}}
\newcommand\codeline[1]{\begin{quote}\code{#1}\end{quote}}