Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Jun 10, 2023
1 parent dc582ab commit 54c63ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
%
Expand All @@ -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.
% ---------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion style.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 54c63ed

Please sign in to comment.