Changes in doc/LaTeXmacros/common.tex [418d773a:539cdfe]
- File:
-
- 1 edited
-
doc/LaTeXmacros/common.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r418d773a r539cdfe 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Tue Feb 13 08:19:07201814 %% Update Count : 36 713 %% Last Modified On : Sun Feb 4 10:38:26 2018 14 %% Update Count : 365 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 177 177 \makeatother 178 178 179 \newenvironment{ cquote}{%180 \list{}{\lstset{resetmargins=true,aboveskip=0pt,belowskip=0pt}\topsep=4pt\parsep=0pt\leftmargin=\parindent lnth\rightmargin\leftmargin}%179 \newenvironment{quote2}{% 180 \list{}{\lstset{resetmargins=true,aboveskip=0pt,belowskip=0pt}\topsep=4pt\parsep=0pt\leftmargin=\parindent\rightmargin\leftmargin}% 181 181 \item\relax 182 182 }{% 183 183 \endlist 184 }% cquote184 }% quote2 185 185 186 186 \newenvironment{rationale}{% 187 \begin{ cquote}\noindent$\Box$\enspace187 \begin{quote2}\noindent$\Box$\enspace 188 188 }{% 189 \hfill\enspace$\Box$\end{ cquote}189 \hfill\enspace$\Box$\end{quote2} 190 190 }% 191 191 … … 201 201 \newenvironment{syntax}{ 202 202 \paragraph{Syntax} 203 \begin{ cquote}203 \begin{quote2} 204 204 \begin{description}[noitemsep,leftmargin=\parindentlnth] 205 205 }{ 206 206 \end{description} 207 \end{ cquote}207 \end{quote2} 208 208 } 209 209 % \def\syntax{\paragraph{Syntax}\trivlist\parindent=.5in\item[\hskip.5in]}
Note:
See TracChangeset
for help on using the changeset viewer.