summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/texcount
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-28 21:06:30 +0000
committerKarl Berry <karl@freefriends.org>2018-10-28 21:06:30 +0000
commitbf3f53c013740ce1d4544104167f312ec3ea11d9 (patch)
tree8f7cedb00ecb55e58a3f442af541897ec0ef68de /Master/texmf-dist/doc/support/texcount
parent4d1fe1c455eecb0f6d8c7039a842e7e370b6d09d (diff)
texcount (28oct18)
git-svn-id: svn://tug.org/texlive/trunk@49013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/texcount')
-rw-r--r--Master/texmf-dist/doc/support/texcount/doc/QuickReference.pdfbin115994 -> 115929 bytes
-rw-r--r--Master/texmf-dist/doc/support/texcount/doc/TeXcount.pdfbin250430 -> 250440 bytes
-rw-r--r--Master/texmf-dist/doc/support/texcount/doc/TeXcount.tex2
-rw-r--r--Master/texmf-dist/doc/support/texcount/doc/TechDoc.pdfbin235573 -> 235678 bytes
-rw-r--r--Master/texmf-dist/doc/support/texcount/doc/macros.tex14
5 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/support/texcount/doc/QuickReference.pdf b/Master/texmf-dist/doc/support/texcount/doc/QuickReference.pdf
index 03e45ed9357..47b401d4296 100644
--- a/Master/texmf-dist/doc/support/texcount/doc/QuickReference.pdf
+++ b/Master/texmf-dist/doc/support/texcount/doc/QuickReference.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/texcount/doc/TeXcount.pdf b/Master/texmf-dist/doc/support/texcount/doc/TeXcount.pdf
index 48f66f008d3..058ff8c5f2f 100644
--- a/Master/texmf-dist/doc/support/texcount/doc/TeXcount.pdf
+++ b/Master/texmf-dist/doc/support/texcount/doc/TeXcount.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/texcount/doc/TeXcount.tex b/Master/texmf-dist/doc/support/texcount/doc/TeXcount.tex
index 635df62a714..3d425b0cb78 100644
--- a/Master/texmf-dist/doc/support/texcount/doc/TeXcount.tex
+++ b/Master/texmf-dist/doc/support/texcount/doc/TeXcount.tex
@@ -6,7 +6,7 @@
%% TeXcount parsing rules
%TC:envir lstlisting [] xall
-%TC:macro url [ignore]
+%TC:macro \url [ignore]
%TC:subst \begin{abstract} \begin{abstract} ABS
diff --git a/Master/texmf-dist/doc/support/texcount/doc/TechDoc.pdf b/Master/texmf-dist/doc/support/texcount/doc/TechDoc.pdf
index e67e81f9541..21f2e9de87c 100644
--- a/Master/texmf-dist/doc/support/texcount/doc/TechDoc.pdf
+++ b/Master/texmf-dist/doc/support/texcount/doc/TechDoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/texcount/doc/macros.tex b/Master/texmf-dist/doc/support/texcount/doc/macros.tex
index ecc54d32e63..c2432fecfeb 100644
--- a/Master/texmf-dist/doc/support/texcount/doc/macros.tex
+++ b/Master/texmf-dist/doc/support/texcount/doc/macros.tex
@@ -15,10 +15,10 @@
\catcode`\_=12
% Set version number
-\newcommand\version{$3.1$}
+\newcommand\version{$3.1.1$}
\newcommand\copyrightfootnote{
-\footnotetext{Copyright (2008-2017) of Einar Andreas R{\o}dland, distributed
+\footnotetext{Copyright (2008-2018) of Einar Andreas R{\o}dland, distributed
under the \LaTeX{} Project Public License (LPPL).}
}
@@ -45,23 +45,23 @@ under the \LaTeX{} Project Public License (LPPL).}
\newcommand\ContentsNote[1]{\addtocontents{toc}{\string\marginpar{\textsf{\color{red}\tiny #1}}}}
% Notabene: margin note
-%TC:macro NB 1
+%TC:macro \NB 1
\newcommand\NB[1]{\ContentsNote{NB}\marginpar{\textsf{\tiny#1}}}
% Mark text as a notification
-%TC:macro NOTE [text]
+%TC:macro \NOTE [text]
\newcommand\NOTE[1]{\textit{\color{red}#1}}
% Mark text for update
-%TC:macro UPDATE [text]
+%TC:macro \UPDATE [text]
\newcommand\UPDATE[1]{\ContentsNote{UPDATE}\textit{\textbf{\color{red}This needs to be updated:} {\color{blue}#1}}}
% Mark text as a notification
-%TC:macro TODO [text]
+%TC:macro \TODO [text]
\newcommand\TODO[1]{\ContentsNote{TODO}\textit{\textbf{\color{red}#1}}}
% BUG
-%TC:macro BUG [text]
+%TC:macro \BUG [text]
\newcommand\BUG[1]{{\color{red}#1}}
\makeatletter