- Feature: new package option for citation management tool (bib engine), biber or bibtex

This commit is contained in:
Ricardo Langner
2013-05-12 23:16:19 +02:00
parent 7c18ab1ca9
commit b75ea3e5f0
2 changed files with 13 additions and 1 deletions

View File

@@ -101,6 +101,11 @@
\define@choicekey*[ct]{cthesis}{colortheme}[\val\themenr]{bluemagenta,bluegreen}[bluemagenta]{\def\cthesis@colortheme{\themenr}} \define@choicekey*[ct]{cthesis}{colortheme}[\val\themenr]{bluemagenta,bluegreen}[bluemagenta]{\def\cthesis@colortheme{\themenr}}
\setkeys[ct]{cthesis}{colortheme=bluemagenta} \setkeys[ct]{cthesis}{colortheme=bluemagenta}
% OPTION bibsys
% --> values = biber|bibtex
\define@choicekey*[ct]{cthesis}{bibsys}[\val\colorizenr]{biber,bibtex}[bibtex]{\def\cthesis@bibsys{#1}}
\setkeys[ct]{cthesis}{bibsys=bibtex}
\DeclareOptionX*{ \DeclareOptionX*{
\PackageWarning{cleanthesis}{Unknown option \CurrentOption}% \PackageWarning{cleanthesis}{Unknown option \CurrentOption}%
} }
@@ -282,7 +287,7 @@
]{csquotes} ]{csquotes}
% %
\RequirePackage[ % use biblatex for bibliography \RequirePackage[ % use biblatex for bibliography
% backend=biber, % - use biber backend (bibtex replacement) backend=\cthesis@bibsys, % - use biber backend (bibtex replacement) or bibtex
bibencoding=utf8, % - use auto file encode bibencoding=utf8, % - use auto file encode
style=alphabetic, % - use alphabetic (or numeric) bib style style=alphabetic, % - use alphabetic (or numeric) bib style
natbib=true, % - allow natbib commands natbib=true, % - allow natbib commands

View File

@@ -111,6 +111,13 @@ This option can be used to define a different label separator for cations of fig
\optitem[bluemagenta]{colortheme}{\opt{bluemagenta},\opt{bluegreen}} \optitem[bluemagenta]{colortheme}{\opt{bluemagenta},\opt{bluegreen}}
\optitem[bibtex]{bibsys}{\opt{biber},\opt{bibtex}}
Sets whether to use \texttt{biber} or \texttt{bibtex} as citation management tool (engine).
The default (still) is \texttt{bibtex}.
"\texttt{Biber} [is] a BibTeX replacement for users of BibLaTeX", see <http://biblatex-biber.sourceforge.net/>.
\end{optionlist} \end{optionlist}
\end{document} \end{document}