aboutsummaryrefslogtreecommitdiff
path: root/tex/preamble-biblatex.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 15:37:59 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 15:37:59 +0100
commit0a91f0356904e95e049d4a92d6cd7116a90a3e59 (patch)
tree3d34cdfe6b2d90b6bb48f627aa8fb504674f7c6f /tex/preamble-biblatex.tex
parent155d959f45613360c8b986007916ee6f7dd8b318 (diff)
Better comments on TeX preambles
The comments in the preambles were made more clear and elaborate.
Diffstat (limited to 'tex/preamble-biblatex.tex')
-rw-r--r--tex/preamble-biblatex.tex13
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.