diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-16 02:41:05 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-16 02:41:05 +0100 |
commit | 4be76ca4d936f26e5c03b4505189cc7559e7d2ca (patch) | |
tree | 5f894f774879a317d5d1ee92096c092d1fa48e03 | |
parent | 170a0d93e37b1f761ca514f3c4541f501651d881 (diff) |
Corrected mistake in comment
The first comment of the top LaTeX source was confusing and is now fixed.
-rw-r--r-- | paper.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ \documentclass{article} -%% Necessary LaTeX preambles to include for relevant functionality. We -%% don't want to start this file as fast as possible with the actual body -%% of the report, while keeping modularity in the preambles. +%% Necessary LaTeX preambles to include for relevant functionality. We want +%% to start this file as fast as possible with the actual body of the +%% report, while keeping modularity in the preambles. \input{tex/pipeline.tex} \input{tex/preamble-style.tex} %\input{tex/preamble-biblatex.tex} |