source: doc/LaTeXmacros/common.tex @ 2325b57

Last change on this file since 2325b57 was 63a7394, checked in by Peter A. Buhr <pabuhr@…>, 12 days ago

reduce topsep for enumitem

  • Property mode set to 100644
File size: 15.3 KB
RevLine 
[b52d900]1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
[2b93c5a]2%%
[b52d900]3%% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
4%%
5%% The contents of this file are covered under the licence agreement in the
6%% file "LICENCE" distributed with Cforall.
[2b93c5a]7%%
8%% common.tex --
9%%
[b52d900]10%% Author           : Peter A. Buhr
11%% Created On       : Sat Apr  9 10:06:17 2016
12%% Last Modified By : Peter A. Buhr
[63a7394]13%% Last Modified On : Sun Nov  3 09:11:30 2024
14%% Update Count     : 684
[b52d900]15%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16
[e229c22]17\setlength{\textheight}{9in}
18%\oddsidemargin 0.0in
[c45170a]19\renewcommand{\topfraction}{0.8}                % float must be greater than X of the page before it is forced onto its own page
20\renewcommand{\bottomfraction}{0.8}             % float must be greater than X of the page before it is forced onto its own page
[e229c22]21\renewcommand{\floatpagefraction}{0.8}  % float must be greater than X of the page before it is forced onto its own page
[c45170a]22\renewcommand{\textfraction}{0.0}               % the entire page maybe devoted to floats with no text on the page at all
[9724df0]23
[8f7109c]24\lefthyphenmin=3                                                % hyphen only after 4 characters
25\righthyphenmin=3
[9724df0]26
27\usepackage[ignoredisplayed]{enumitem}  % do not affect trivlist
28\setlist{labelsep=1ex}% global
[63a7394]29\setlist{topsep=0pt}% global
30\setlist[itemize]{parsep=0.25ex,itemsep=0.25ex,listparindent=\parindent}% global
[9724df0]31\setlist[itemize,1]{label=\textbullet}% local
32%\renewcommand{\labelitemi}{{\raisebox{0.25ex}{\footnotesize$\bullet$}}}
[63a7394]33\setlist[enumerate]{parsep=0.25ex,itemsep=0.25ex,listparindent=\parindent}% global
[9724df0]34\setlist[enumerate,2]{leftmargin=\parindent,labelsep=*,align=parleft,label=\alph*.}% local
[63a7394]35\setlist[description]{itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex}
[9724df0]36
[e55ca05]37% Names used in the document.
38
[2801829]39\usepackage{xspace}
[cc022a9]40\newcommand{\CFAIcon}{\textsf{C\raisebox{\depth}{\rotatebox{180}A}}} % Cforall icon
[28572e8]41\newcommand{\CFA}{\protect\CFAIcon\xspace}                              % CFA symbolic name
42\newcommand{\CFL}{\textrm{Cforall}\xspace}                              % Cforall non-icon name
[1bb76ad]43\newcommand{\Celeven}{\textrm{C1\hspace*{-0.4ex}1}\xspace} % C11 symbolic name
[022bce0]44
[4b393ba]45\newcommand{\CCIcon}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} % C++ icon
46% numbers disallowed in latex variables names => use number names
[1bb76ad]47\newcommand{\CCeleven}{\protect\CCIcon{1\hspace*{-0.4ex}1}\xspace} % C++11 symbolic name
[28572e8]48\newcommand{\CCfourteen}{\protect\CCIcon{14}\xspace}    % C++14 symbolic name
49\newcommand{\CCseventeen}{\protect\CCIcon{17}\xspace}   % C++17 symbolic name
50\newcommand{\CCtwenty}{\protect\CCIcon{20}\xspace}              % C++20 symbolic name
[022bce0]51\newcommand{\CC}[1][]{\protect\CCIcon{#1}\xspace}               % C++ symbolic name
52\newcommand{\Cpp}[1][]{\CC{#1}}                                                 % C++ synonym
53
[966b4c6]54\newcommand{\Csharp}{C\raisebox{-0.7ex}{\relsize{2}$^\sharp$}\xspace} % C# symbolic name
[e55ca05]55
56%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
57
[966b4c6]58\usepackage[scaled=0.85]{helvet}                                                % descent Helvetica font and scale to times size
59\usepackage[T1]{fontenc}
[7a15b7e]60\usepackage{relsize}                                                                    % must be after change to small or selects old size
61\usepackage{rotating}
62\usepackage{calc}                                                                               % latex arithmetic
63
[4b393ba]64% remove special-character warning in PDF side-bar names
[e55ca05]65\makeatletter
[4b393ba]66\@ifpackageloaded{hyperref}{
67  \pdfstringdefDisableCommands{
68  \def\CFA{\CFL}
[7584279]69  \def\Celeven{C11\xspace}
[4b393ba]70  \def\CC{C++\xspace}
71  \def\CCeleven{C++11\xspace}
72  \def\CCfourteen{C++14\xspace}
73  \def\CCseventeen{C++17\xspace}
74  \def\CCtwenty{C++20\xspace}
75  \def\Csharp{C\#\xspace}
[7584279]76  \def\lstinline{\xspace}% must use {} as delimiters, e.g., \lstinline{...}
[3d67f83]77  }{}
78}
79
[9724df0]80% parindent is relative, i.e., toggled on/off in environments like itemize, so store the value for
81% use rather than use \parident directly.
82\newlength{\parindentlnth}
83\setlength{\parindentlnth}{\parindent}
[e229c22]84
[e55ca05]85% reduce size of chapter/section titles
86\def\@makechapterhead#1{%
87  \vspace*{50\p@}%
88  {\parindent \z@ \raggedright \normalfont
89    \ifnum \c@secnumdepth >\m@ne
90        \large\bfseries \@chapapp\space \thechapter
91        \par\nobreak
92        \vskip 5\p@
93    \fi
94    \interlinepenalty\@M
95    \Large \bfseries #1\par\nobreak
96    \vskip 50\p@
97  }}
98\def\@makeschapterhead#1{%
99  \vspace*{50\p@}%
100  {\parindent \z@ \raggedright
101    \normalfont
102    \interlinepenalty\@M
103    \Large \bfseries  #1\par\nobreak
104    \vskip 50\p@
105  }}
[7584279]106\renewcommand\section{\@startsection{section}{1}{\z@}{-3.0ex \@plus -1ex \@minus -.2ex}{1.5ex \@plus .2ex}{\normalfont\large\bfseries}}
107\renewcommand\subsection{\@startsection{subsection}{2}{\z@}{-2.75ex \@plus -1ex \@minus -.2ex}{1.25ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
[e55ca05]108\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{-2.5ex \@plus -1ex \@minus -.2ex}{1.0ex \@plus .2ex}{\normalfont\normalsize\bfseries}}
109\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{-2.0ex \@plus -1ex \@minus -.2ex}{-1em}{\normalfont\normalsize\bfseries}}
[3ec79f7]110\renewcommand\subparagraph{\@startsection{subparagraph}{4}{\z@}{-1.5ex \@plus -1ex \@minus -.2ex}{-1em}{\normalfont\normalsize\bfseries\itshape}}
[e55ca05]111
112\newcommand{\italic}[1]{\emph{\hyperpage{#1}}}
[cb5d36b]113\newcommand{\Definition}[1]{\textbf{\hyperpage{#1}}}
[e693572]114\newcommand{\see}{\protect\@ifstar\@ssee\@see}
115\newcommand{\@ssee}[1]{(See #1)}
116\newcommand{\@see}[1]{(see #1)}
117
118% index macros
[e55ca05]119
120% Define some commands that produce formatted index entries suitable for cross-references.
121% ``\spec'' produces entries for specifications of entities.  ``\impl'' produces entries for their
122% implementations, and ``\use'' for their uses.
123
124%  \newcommand{\bold}[1]{{\bf #1}}
125%  \def\spec{\@bsphack\begingroup
126%             \def\protect##1{\string##1\space}\@sanitize
127%             \@wrxref{|bold}}
128\def\impl{\@bsphack\begingroup
129          \def\protect##1{\string##1\space}\@sanitize
[cb5d36b]130          \@wrxref{|Definition}}
[e55ca05]131\newcommand{\indexcode}[1]{{\lstinline$#1$}}
132\def\use{\@bsphack\begingroup
133         \def\protect##1{\string##1\space}\@sanitize
134         \@wrxref{|hyperpage}}
135\def\@wrxref#1#2{\let\thepage\relax
136    \xdef\@gtempa{\write\@indexfile{\string
137    \indexentry{#2@{\lstinline$#2$}#1}{\thepage}}}\endgroup\@gtempa
138    \if@nobreak \ifvmode\nobreak\fi\fi\@esphack}
139%\newcommand{\use}[1]{\index{#1@{\lstinline$#1$}}}
[cb5d36b]140%\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|Definition}}
[e55ca05]141
142% inline text and lowercase index: \Index{inline and lowercase index text}
143\newcommand{\Index}{\@ifstar\@sIndex\@Index}
[c45170a]144% inline text and as-in index: \Index[as-is index text]{inline text}
[e55ca05]145\newcommand{\@Index}[2][\@empty]{\lowercase{\def\temp{#2}}#2\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
[c45170a]146% inline text but index with different as-is text: \Index[index text]{inline text}
[e55ca05]147\newcommand{\@sIndex}[2][\@empty]{#2\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
[e945826]148
[315f634]149% inline text and code index (cannot use ©)
[d94195d]150\newcommand{\Indexc}[2][\@empty]{\lstinline[#1]$#2$\index{#2@\lstinline[#1]$#2$}}
[315f634]151% code index (cannot use ©)
[d94195d]152\newcommand{\indexc}[2][\@empty]{\index{#2@\lstinline[#1]$#2$}}
[e55ca05]153
[4096de0]154% Denote newterms in particular font and index them without particular font and in lowercase, e.g., \newterm{abc}.
155% The option parameter provides an index term different from the new term, e.g., \newterm[\texttt{abc}]{abc}
156% The star version does not lowercase the index information, e.g., \newterm*{IBM}.
[e55ca05]157\newcommand{\newtermFontInline}{\emph}
[e94eeb9]158\newcommand{\newterm}{\protect\@ifstar\@snewterm\@newterm}
[e55ca05]159\newcommand{\@snewterm}[2][\@empty]{{\newtermFontInline{#2}}\ifx#1\@empty\index{#2}\else\index{#1@{\protect#2}}\fi}
[e693572]160\newcommand{\@newterm}[2][\@empty]{\lowercase{\def\temp{#2}}{\newtermFontInline{#2}}\ifx#1\@empty\index{\temp}\else\index{#1@{\protect#2}}\fi}
[c45170a]161
[7a15b7e]162% \snake{<identifier>}
163% Improves writing of snake case (or any convention that uses _) by allowing
164% line breaks after _. Disables commands inside the block and formats the
165% identifier to look like code.
166\newcommand*\snake[1]{\snakefont{\expandafter\snake@next\detokenize{#1}\@nil}}
167
168% \snakefont{<text>}
169% Command used by \snake, you may renew the command to change its formating.
170\newcommand*\snakefont[1]{\LstBasicStyle{#1}}
171
172% Thanks Manuel of TeX Stack exchange. (I got the base pattern from one of
173% their answers.) Note: \@nil should never be defined.
174\newcommand*\snake@next[1]{\ifx\@nil#1\else
175  \expandafter\ifx\string_#1\string_\allowbreak\else#1\fi
176  \expandafter\snake@next\fi
177}
178
179% \lang{<language>}{<code>}
180% Use the listings package to format the snipit of <code> in <language>.
181\newcommand{\lang}[2]{\lstinline[language=#1]{#2}}
182
[c45170a]183% Latin abbreviation
[d4933b3]184\newcommand{\abbrevFont}{\textit}                       % set empty for no italics
[28572e8]185% If not followed by a comma or colon, add a comma.
186\newcommand{\CheckCommaColon}{\@ifnextchar{,}{}{\@ifnextchar{:}{}{,\xspace}}}
187% If not followed by a period, add a period.
188\newcommand{\CheckPeriod}{\@ifnextchar{.}{}{.\xspace}}
189
[7ee1e2f6]190\newcommand{\EG}{\abbrevFont{e}.\abbrevFont{g}.}
[3b69398]191\newcommand{\eg}{\EG\protect\CheckCommaColon}
[cc022a9]192
[7ee1e2f6]193\newcommand{\IE}{\abbrevFont{i}.\abbrevFont{e}.}
[3b69398]194\newcommand{\ie}{\IE\protect\CheckCommaColon}
[cc022a9]195
[7ee1e2f6]196\newcommand{\ETC}{\abbrevFont{etc}}
[3b69398]197\newcommand{\etc}{\ETC\protect\CheckPeriod}
[cc022a9]198
[29f47139]199\newcommand{\ETAL}{\abbrevFont{et}~\abbrevFont{al}}
[3b69398]200\newcommand{\etal}{\ETAL\protect\CheckPeriod}
[cc022a9]201
[6454949]202\newcommand{\VIZ}{\abbrevFont{viz}}
[3b69398]203\newcommand{\viz}{\VIZ\protect\CheckPeriod}
[cc022a9]204
[966b4c6]205\newcommand{\VS}{\abbrevFont{vs}}
[3b69398]206\newcommand{\vs}{\VS\protect\CheckPeriod}
[e55ca05]207
[418d773a]208\newenvironment{cquote}{%
[e693572]209        \list{}{\topsep=\lst@aboveskip\parskip=0pt\partopsep=0pt\itemsep=0pt\parsep=0pt\listparindent=0pt\leftmargin=\parindentlnth\rightmargin=0pt}%
[e55ca05]210        \item\relax
[e693572]211        \lstset{resetmargins=true}
[e55ca05]212}{%
213        \endlist
[418d773a]214}% cquote
[e693572]215\makeatother
[c45170a]216
[e55ca05]217\newenvironment{rationale}{%
[418d773a]218  \begin{cquote}\noindent$\Box$\enspace
[e55ca05]219}{%
[418d773a]220  \hfill\enspace$\Box$\end{cquote}
[e55ca05]221}%
222
223% blocks and titles
224\newcommand{\define}[1]{\emph{#1\/}\index{#1}}
225\newcommand{\rewriterules}{\paragraph{Rewrite Rules}~\par\noindent}
226\newcommand{\examples}{\paragraph{Examples}~\par\noindent}
227\newcommand{\semantics}{\paragraph{Semantics}~\par\noindent}
228\newcommand{\constraints}{\paragraph{Constraints}~\par\noindent}
229\newcommand{\predefined}{\paragraph{Predefined Identifiers}~\par\noindent}
230
231% BNF macros
[9724df0]232\newenvironment{syntax}{
233\paragraph{Syntax}
[418d773a]234\begin{cquote}
[9724df0]235\begin{description}[noitemsep,leftmargin=\parindentlnth]
236}{
237\end{description}
[418d773a]238\end{cquote}
[9724df0]239}
240% \def\syntax{\paragraph{Syntax}\trivlist\parindent=.5in\item[\hskip.5in]}
241%\let\endsyntax=\endtrivlist
242\newcommand{\lhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}]~\ignorespaces}
243\newcommand{\oldlhs}[1]{\item[\emph{#1:}\index{#1@{\emph{#1}}|italic}~\dots]~}
244\newcommand{\rhs}{\hfil\newline}
245\newcommand{\nonterm}[1]{\emph{#1}\index{#1@{\emph{#1}}|italic}}
[e55ca05]246\newcommand{\opt}{$_{opt}$\ }
247
[539cdfe]248\usepackage{varioref}                                   % extended references
[e55ca05]249% adjust varioref package with default "section" and "page" titles, and optional title with faraway page numbers
250% \VRef{label} => Section 2.7, \VPageref{label} => page 17
251% \VRef[Figure]{label} => Figure 3.4, \VPageref{label} => page 17
252\renewcommand{\reftextfaceafter}{\unskip}
253\renewcommand{\reftextfacebefore}{\unskip}
254\renewcommand{\reftextafter}{\unskip}
255\renewcommand{\reftextbefore}{\unskip}
256\renewcommand{\reftextfaraway}[1]{\unskip, p.~\pageref{#1}}
257\renewcommand{\reftextpagerange}[2]{\unskip, pp.~\pageref{#1}--\pageref{#2}}
258\newcommand{\VRef}[2][Section]{\ifx#1\@empty\else{#1}\nobreakspace\fi\vref{#2}}
[1b2adec]259\newcommand{\VRefrange}[3][Sections]{\ifx#1\@empty\else{#1}\nobreakspace\fi\vrefrange{#2}{#3}}
[e55ca05]260\newcommand{\VPageref}[2][page]{\ifx#1\@empty\else{#1}\nobreakspace\fi\pageref{#2}}
[1b2adec]261\newcommand{\VPagerefrange}[3][pages]{\ifx#1\@empty\else{#1}\nobreakspace\fi\pageref{#2}{#3}}
[e55ca05]262
[a98b2cc]263\let\Oldthebibliography\thebibliography
264\renewcommand\thebibliography[1]{
265  \Oldthebibliography{#1}
266  \setlength{\parskip}{0pt}                             % reduce vertical spacing between references
267  \setlength{\itemsep}{5pt plus 0.3ex}
268}%
269
[2801829]270\usepackage{listings}                                                                   % format program code
[218aecf]271\usepackage{lstlang}
[552b5ec]272
[62c0f8a]273\makeatletter
[562ccf9]274\lst@AddToHook{OnEmptyLine}{\addtocounter{lstnumber}{-1}}% remove empty line number increment from listings
275
[552b5ec]276\newcommand{\LstBasicStyle}[1]{{\lst@basicstyle{#1}}}
277\newcommand{\LstKeywordStyle}[1]{{\lst@basicstyle{\lst@keywordstyle{#1}}}}
278\newcommand{\LstCommentStyle}[1]{{\lst@basicstyle{\lst@commentstyle{#1}}}}
[7584279]279\newcommand{\LstStringStyle}[1]{{\lst@basicstyle{\lst@stringstyle{#1}}}}
[b19ab6d]280\newcommand{\LstNumberStyle}[1]{{\lst@basicstyle{\lst@numberstyle{#1}}}}
[552b5ec]281
282\newlength{\gcolumnposn}                                % temporary hack because lstlisting does not handle tabs correctly
283\newlength{\columnposn}
[01fb70a]284\setlength{\gcolumnposn}{3in}
[552b5ec]285\setlength{\columnposn}{\gcolumnposn}
[4e2a57ff]286\newcommand{\setgcolumn}[1]{\global\gcolumnposn=#1\global\columnposn=\gcolumnposn}
[739495a]287\newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\LstCommentStyle{#2}}}
288\newcommand{\CD}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\LstBasicStyle{#2}}}
[552b5ec]289\newcommand{\CRT}{\global\columnposn=\gcolumnposn}
290
291% allow escape sequence in lstinline
292%\usepackage{etoolbox}
293%\patchcmd{\lsthk@TextStyle}{\let\lst@DefEsc\@empty}{}{}{\errmessage{failed to patch}}
294
295% allow adding to lst literate
296\def\addToLiterate#1{\protect\edef\lst@literate{\unexpanded\expandafter{\lst@literate}\unexpanded{#1}}}
297\lst@Key{add to literate}{}{\addToLiterate{#1}}
298\makeatother
[e55ca05]299
[8d627d9]300\newcommand{\CFAStyle}{%
[e55ca05]301\lstset{
[4096de0]302columns=fullflexible,
[539cdfe]303basicstyle=\linespread{0.9}\sf,                 % reduce line spacing and use sanserif font
[9586d22]304stringstyle=\small\tt,                                  % use typewriter font
[539cdfe]305tabsize=5,                                                              % N space tabbing
306xleftmargin=\parindentlnth,                             % indent code to paragraph indentation
307extendedchars=true,                                             % allow ASCII characters in the range 128-255
[7a15b7e]308mathescape=false,                                               % disable LaTeX math escape in CFA code $...$
[539cdfe]309keepspaces=true,                                                %
310showstringspaces=false,                                 % do not show spaces with cup
311showlines=true,                                                 % show blank lines at end of code
312aboveskip=4pt,                                                  % spacing above/below code block
[4e2a57ff]313belowskip=2pt,
[62c0f8a]314numberstyle=\footnotesize\sf,                   % numbering style
[45576af9]315% replace/adjust listing characters that look bad in sanserif
[cc022a9]316literate=
[739495a]317%  {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1
[022bce0]318  {-}{\raisebox{-1pt}{\ttfamily-}}1
[1bb76ad]319  {^}{\raisebox{0.6ex}{\(\scriptstyle\land\,\)}}1
320  {~}{\raisebox{0.3ex}{\(\scriptstyle\sim\,\)}}1
321  {'}{\ttfamily'\hspace*{-0.4ex}}1
[ac09751]322  {`}{\ttfamily\upshape\hspace*{-0.3ex}`}1
[cc022a9]323  {<-}{$\leftarrow$}2
324  {=>}{$\Rightarrow$}2
[739495a]325%  {->}{\raisebox{-1pt}{\texttt{-}}\kern-0.1ex\textgreater}2,
[552b5ec]326}% lstset
[8d627d9]327}% CFAStyle
[552b5ec]328
[8d627d9]329\ifdefined\CFALatin% extra Latin-1 escape characters
[e94eeb9]330\lstnewenvironment{cfa}[1][]{% necessary
[552b5ec]331\lstset{
332language=CFA,
[9b96e90d]333escapechar=§,                                                   % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
[3ec79f7]334moredelim=**[is][\color{red}]{®}{®},    % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
[7584279]335%moredelim=**[is][\color{blue}]{ß}{ß},  % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
336%moredelim=**[is][\color{OliveGreen}]{¢}{¢}, % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
337%moredelim=[is][\lstset{keywords={}}]{¶}{¶}, % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^
[a98b2cc]338}% lstset
[e94eeb9]339\lstset{#1}% necessary
[552b5ec]340}{}
[a98b2cc]341% inline code ©...© (copyright symbol) emacs: C-q M-)
[539cdfe]342\lstMakeShortInline©                                    % single-character for \lstinline
[9b96e90d]343
[8d627d9]344\else% regular ASCI characters
[9b96e90d]345
[e94eeb9]346\lstnewenvironment{cfa}[1][]{% necessary
[552b5ec]347\lstset{
348language=CFA,
349escapechar=\$,                                                  % LaTeX escape in CFA code
[8d627d9]350moredelim=**[is][\color{red}]{@}{@},    % red highlighting @...@
[552b5ec]351}% lstset
[e94eeb9]352\lstset{#1}% necessary
[552b5ec]353}{}
354% inline code @...@ (at symbol)
355\lstMakeShortInline@                                    % single-character for \lstinline
356\fi%
[2264c11]357
[e693572]358\usepackage{tabularx}                                   % if @ is used for lstMakeShortInline, allows @{}
359
[e55ca05]360% Local Variables: %
361% tab-width: 4 %
362% fill-column: 100 %
363% End: %
Note: See TracBrowser for help on using the repository browser.