summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/preamble.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/success/preamble.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/preamble.tex b/Master/texmf-dist/doc/support/latexindent/success/preamble.tex
new file mode 100644
index 00000000000..666277aa88f
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latexindent/success/preamble.tex
@@ -0,0 +1,29 @@
+% arara: indent: {trace: on}
+\documentclass[10pt,twoside]{report}
+\newenvironment{widepage}{\begin{adjustwidth}{-\offsetpage}{}%
+ \addtolength{\textwidth}{\offsetpage}}%
+{\end{adjustwidth}}
+
+% Define fix command
+% - it puts a comment in the margin
+% - it writes to a file with a list of things that need fixing
+\newcommand{\fixthis}[1]
+{%
+ \marginpar{\huge \color{red} \framebox{FIX}}%
+ \typeout{FIXTHIS: p\thepage : #1^^J}%
+}
+
+% Define pccname command
+% - it writes to the log file with a detail of the name-
+% this is useful for tracking names for diversity purposes
+\newcommand{\pccname}[1]
+{%
+ #1%
+ \typeout{PCCNAME: p\thepage : #1}%
+}
+
+\begin{document}
+
+some text
+
+\end{document}