11 lines
459 B
TeX
11 lines
459 B
TeX
|
|
\newenvironment{AutoBibliography}{\begin{small}}{\end{small}}
|
|
\newcommand{\Autobibentry}[1]{\hspace{0.05\linewidth}\parbox[t]{0.95\linewidth}{\parindent=-0.05\linewidth#1\vspace{1.0ex}}}
|
|
|
|
\usepackage{calc}
|
|
\newlength{\ABcollength}
|
|
\newcommand{\Autocolbibnumber}[1]{\parbox[t]{5ex}{\hfill#1~~\vspace{1.0ex}}}
|
|
\newcommand{\Autocolbibentry}[1]{\setlength{\ABcollength}{\linewidth-5ex}\parbox[t]{\ABcollength}{#1\vspace{1.0ex}}}
|
|
|
|
\newcommand{\Autobibref}[1]{#1}
|