From 1a71cbd5d3b32ff83dca9ed8ff0e336e0802f928 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 21 May 2010 07:36:17 -0400 Subject: [PATCH] Fix indentation for some macrocode environments --- drexel-thesis.dtx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 9712748..ef14038 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -3020,7 +3020,7 @@ % % \subsubsection{Main} % -% \begin{macrocode} +% \begin{macrocode} %<*example|example-draft> %% See drexel-thesis.pdf for details. %\documentclass[subfig]{drexel-thesis} @@ -3043,20 +3043,20 @@ \usepackage{fancyvrb} % nicer verbatim handling \DefineShortVerb{\|} % \verb+TEXT+ -> |TEXT| -% \end{macrocode} +% \end{macrocode} % Use % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/blindtext/}{\pkg{blindtext}} % for dummy text creation. \pkg{blindtext} requires % \href{}{\pkg{babel}}. -% \begin{macrocode} +% \begin{macrocode} \usepackage[english]{babel} % English blindtext \usepackage{blindtext} % macros for producing dummy output -% \end{macrocode} +% \end{macrocode} % \pkg{babel} messes with some of our words (Section \ref{sec:words}), so % we have to reset them. See the % \href{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords}{\TeX\ FAQ} % for details. -% \begin{macrocode} +% \begin{macrocode} \addto\captionsenglish{% \renewcommand\dedicationsname{Dedications}% \renewcommand\acknowledgmentsname{Acknowledgments}% @@ -3112,7 +3112,7 @@ We're in \iffinal{final}{draft} mode! % \subsubsection{Part} % \label{section:better-example-part} % -% \begin{macrocode} +% \begin{macrocode} %<*example-part> \part{A Part Heading} \chapter{A Chapter Heading} -- 2.26.2