twentysecond: fix indentation
This commit is contained in:
parent
eb73d84106
commit
c2e90c7764
|
@ -230,20 +230,20 @@
|
||||||
% New environment for the long list
|
% New environment for the long list
|
||||||
\newenvironment{twenty}{%
|
\newenvironment{twenty}{%
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll}
|
||||||
}{%
|
}{%
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\twentyitem}[4]{%
|
\newcommand{\twentyitem}[4]{%
|
||||||
#1&\parbox[t]{0.83\textwidth}{%
|
#1&\parbox[t]{0.83\textwidth}{%
|
||||||
\textbf{#2}%
|
\textbf{#2}%
|
||||||
\hfill%
|
\hfill%
|
||||||
{\footnotesize#3}\\%
|
{\footnotesize#3}\\%
|
||||||
#4\vspace{\parsep}%
|
#4\vspace{\parsep}%
|
||||||
}\\
|
}\\
|
||||||
}
|
}
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% SMALL LIST ENVIRONMENT
|
% SMALL LIST ENVIRONMENT
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -252,15 +252,15 @@
|
||||||
% New environment for the small list
|
% New environment for the small list
|
||||||
\newenvironment{twentyshort}{%
|
\newenvironment{twentyshort}{%
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll}
|
||||||
}{%
|
}{%
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\twentyitemshort}[2]{%
|
\newcommand{\twentyitemshort}[2]{%
|
||||||
#1&\parbox[t]{0.83\textwidth}{%
|
#1&\parbox[t]{0.83\textwidth}{%
|
||||||
\textbf{#2}%
|
\textbf{#2}%
|
||||||
}\\
|
}\\
|
||||||
}
|
}
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% MARGINS AND LINKS
|
% MARGINS AND LINKS
|
||||||
|
|
Loading…
Reference in a new issue