blob: 16726e808d2ac37179b42df98fdf108b2b04ced6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{a4wide}
\usepackage{times}
\include{macros}
\title{%
\TeXcount{} Quick Reference Guide\\
Version \version\copyrightfootnote
}
\begin{document}
\maketitle
\section{Command line options}
Syntax for running \TeXcount{}:
\codeline{texcount \textit{[options] [files]}}
where \code{texcount} refers to the TeXcount Perl-script, and the options may be amongst the following:
\input{sub_options}
\section{\TeXcount{} instructions embedded in \LaTeX{} documents}
Instructions to \TeXcount{} can be given from within the
\LaTeX{} document using \LaTeX{} comments on the format
\codeline{\%TC:\textit{instruction [name] parameters}}
where the name is use for instructions providing macro handling rules to give the name of the macro or group for which the rule applies.
\input{sub_tc_other}
\subsection{Adding macro handling rules}
The macro handling rules all take the format
\codeline{\%TC:\textit{instruction name parameters}}
where the name indicates the macro (with backslash) or group name for which the rule applies.
\input{sub_addrules}
\end{document}
|