diff options
Diffstat (limited to 'tex/preamble-biblatex.tex')
-rw-r--r-- | tex/preamble-biblatex.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tex/preamble-biblatex.tex b/tex/preamble-biblatex.tex index 869d3d5..b0660a9 100644 --- a/tex/preamble-biblatex.tex +++ b/tex/preamble-biblatex.tex @@ -1,13 +1,14 @@ %% Biblatex settings. %% -%% Since the preamble settings necessary to make the bibliography with -%% Biblatex is a little long and unclean, and might be used in other places -%% separately later, it is easier to have it here as a separate file. +%% Settings necessary to make the bibliography with Biblatex. Keeping all +%% BibLaTeX settings in a separate preamble was done in the spirit of +%% modularity to 1) easily managable, 2) If a similar BibLaTeX +%% configuration is necessary in another LaTeX compilation, this file can +%% just be copied there and used. %% %% USAGE: -%% -%% - `tex/ref.tex': the file containing Bibtex source of each -%% reference. The file suffix doesn't have to be `.bib', this naming +%% - `tex/references.tex': the file containing Bibtex source of each +%% reference. The file suffix doesn't have to be `.bib'. This naming %% helps in clearly identifying the files and avoiding places that %% complain about `.bib' files. |