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