diff --git a/README.md b/README.md index e303ab9..9134158 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ This is a LaTeX template document, which came about as a result of writing my bachelor's thesis, with CI in place :). ## Why? -Writing Latex documents using a WYSIWYM paradigm helps to focus on the content, devolving the document formatting to Latex and, thus, non-worrying about managing indexes, captions, image arrangement. +Writing Latex documents using a WYSIWYM paradigm helps to focus on the content, devolving the document formatting to Latex and, thus, non-worrying about managing indexes, captions, and image arrangement. However, writing a Latex document needs a non-negligible initial setup time. This template aims to nullify this noise. ## References -[Here](./notes/notes.md) you can find a collection of random notes which can be useful. + +- [Here](./notes/notes.md) you can find a collection of random notes which can be useful. +- [Scrivere una tesi di laurea in LaTex](http://profs.scienze.univr.it/~gregorio/mori.pdf) +- [Alcune regole per lo svolgimento della tesi](https://www.moreno.marzolla.name/wiki/doku.php?id=tesi:suggerimenti) \ No newline at end of file diff --git a/main.tex b/main.tex index 87e41ea..f414b80 100644 --- a/main.tex +++ b/main.tex @@ -2,7 +2,7 @@ a4paper, % A4 page format 12pt, % font size onecolumn, % (onecolumn|twocolumn) the content of the page is displayed in a single column - twoside, % (oneside|twoside) the document will be printed on just one side or on bot sides + twoside, % (oneside|twoside) the document will be printed on just one side or on both sides openright, % (openany|openright) chapters begin only on odd-numbered pages (i.e. right pages) ]{book} % see https://tex.stackexchange.com/questions/36988/regarding-the-book-report-and-article-document-classes-what-are-the-mai % @@ -12,7 +12,7 @@ % \begin{document} % --------------------------------------------------------------------- - % Frontmatter makes the pages numbered in lowecase roman and make + % Frontmatter makes the pages numbered in lowercase roman and make % chapters not numbered, although each chapter's title appears in the % table of contents. % --------------------------------------------------------------------- diff --git a/style.sty b/style.sty index 3f69e87..214aaef 100644 --- a/style.sty +++ b/style.sty @@ -39,7 +39,7 @@ % If there is no space in \texttt{}, it cannot break. % To avoid this problem is necessary to enable hythenation of TT text: \usepackage[htt]{hyphenat} -\usepackage{pgfplots} % for graphs +\usepackage{pgfplots} % for graphs \pgfplotsset{compat = newest} % Using the openright option it is possible to have a blank page at the finish of the chapter; % to avoid having headers or footers, it is sufficient to add the following commands in the preamble.