diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-17 02:31:20 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-17 02:31:20 +0100 |
commit | 1ac5c1298b3a3eda7d6823f9c80f458d149bb8bf (patch) | |
tree | f9c8271af1c0486794050f30be616d651fb5c6fd /tex | |
parent | 4f834ecbcd03de1c00785882cab96b70b9c69c6a (diff) |
Edited the text, normal sized bibliography and TARGETS.conf in fig
I had another look at the text and tried to summarize it a little more
while also fixing several typos that I had just discovered! In the process,
I noticed that we hadn't actually put a link to Maneage's main Git
repository! So we now have the URL as a `git clone' command.
Also, I thought that its better to show the `TARGETS.conf' file (which we
actually talk about) in the file architecture instead of `LOCAL.conf.in'
(which we don't talk about any more!).
Finally, to be more similar with DSJ, the bibliography is now in normal
font size, not footnotesize.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/src/figure-file-architecture.tex | 2 | ||||
-rw-r--r-- | tex/src/preamble-biblatex.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tex/src/figure-file-architecture.tex b/tex/src/figure-file-architecture.tex index 1fc26c5..c3b55ff 100644 --- a/tex/src/figure-file-architecture.tex +++ b/tex/src/figure-file-architecture.tex @@ -35,7 +35,7 @@ \node [dirbox, at={(-5.75cm,1.5cm)}, minimum width=2.6cm, minimum height=2.1cm, label={[shift={(0,-5mm)}]\texttt{config/}}, fill=brown!25!white] {}; \ifdefined\fullfilearchitecture - \node [node-nonterminal-thin, at={(-5.75cm,0.8cm)}] {LOCAL.conf.in}; + \node [node-nonterminal-thin, at={(-5.75cm,0.8cm)}] {TARGETS.conf}; \fi \node [node-nonterminal-thin, at={(-5.75cm,0.3cm)}] {versions.conf}; \ifdefined\fullfilearchitecture diff --git a/tex/src/preamble-biblatex.tex b/tex/src/preamble-biblatex.tex index caa03b4..fbf72ce 100644 --- a/tex/src/preamble-biblatex.tex +++ b/tex/src/preamble-biblatex.tex @@ -74,7 +74,7 @@ \addbibresource{tex/build/macros/dependencies-bib.tex} \renewbibmacro{in:}{} \AtEveryBibitem{\clearfield{month}} -\renewcommand*{\bibfont}{\footnotesize} +\renewcommand*{\bibfont}{\normalsize} \DefineBibliographyStrings{english}{references = {References}} %% Include the adsurl field key into those that are recognized: |