Skip to content

Commit d21dc7f

Browse files
committed
Update report and fix other overfull warnings
1 parent af215a2 commit d21dc7f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Basi_del_linguaggio.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,9 +1979,9 @@ \subsection{Differenza tra .h vs .hpp}
19791979
\textsf{\small Sia per il C che per il C++} & \textsf{\small È solo per C++} \\
19801980
\textsf{\small Dal punto di vista del C++, } & \textsf{\small Non funzionerà con il C.} \\
19811981
\textsf{\small il codice C verrà definito come \emph{extern "C"}} & \textsf{\small } \\
1982-
\textsf{\small Esprime l'intento che si usa il C } & \textsf{\small Esprime l'intento che si usa il C++} \\
1983-
\textsf{\small (o perlomeno si può pensare così)} & \textsf{\small (o perlomeno si può pensare così)} \\
1984-
\textsf{\small Dal punto di vista del C, il codice C sarà visibile, } & \textsf{\small } \\
1982+
\textsf{\small Esprime l'intento che si usa il C } & \textsf{\small Esprime l'intento che } \\
1983+
\textsf{\small (o perlomeno si può pensare così)} & \textsf{\small si usa il C++ } \\
1984+
\textsf{\small Dal punto di vista del C, il codice C sarà visibile, } & \textsf{\small (o perlomeno si può pensare così)} \\
19851985
\textsf{\small mentre quello del C++ sarà invisibile.} & \textsf{\small } \\
19861986
\hline
19871987
\end{tabular}
@@ -2129,7 +2129,7 @@ \subsection{Mai mettere using namespace in un header file!}
21292129

21302130
\begin{figure}[ht]
21312131
\centering
2132-
\includegraphics[width=1.2\textwidth, height=1.2\textheight, keepaspectratio]{./imgs/MAI_mettere_USING_negli_header_files.png}
2132+
\includegraphics[width=1\textwidth, height=1\textheight, keepaspectratio]{./imgs/MAI_mettere_USING_negli_header_files.png}
21332133
\caption{Mai mettere using in un header file}
21342134
\label{fig:never_using_in_header}
21352135
\end{figure}

Concetti_Intermedi.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ \section{Templates}
127127

128128
\begin{figure}[ht]
129129
\centering
130-
\includegraphics[width=1.2\textwidth, height=1.2\textheight, keepaspectratio]{./imgs/template.png}
130+
\includegraphics[width=1\textwidth, height=1\textheight, keepaspectratio]{./imgs/template.png}
131131
\caption{Template}
132132
\label{fig:template}
133133
\end{figure}

Convenzioni_del_Linguaggio.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@ \subsubsection{SL | The Standard Library}
19811981
\fleuron
19821982
19831983
\textsf{\small Tutto quello citato sopra fa riferimento alla \textsc{Release 0.8} delle \textbf{CppCoreGuidelines}.} \\
1984-
\textsf{\small L'ultimo commit, al momento in cui sto scrivendo, nel \emph{master branch} è del 7 Aprile 2022.} \\ %TODO: da ricontrollare.
1984+
\textsf{\small L'ultimo commit, al momento in cui sto scrivendo, nel \emph{master branch} è del 6 Maggio 2022.} \\ %TODO: da ricontrollare.
19851985
19861986
\begin{comment} %TODO: remove
19871987
\subsection{Generale}

Guida_C++.pdf

-30.5 KB
Binary file not shown.

Guida_C++.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
\usepackage[breaklinks]{hyperref}
1313
\usepackage{amsmath,amssymb,amsthm}
1414

15-
\usepackage[showframe]{geometry} % [showframe] serve per mostrare il margine, è da rimuovere quando ho finito di controllare il margine. %TODO: remove showframe
15+
%\usepackage[]{geometry} % [showframe] serve per mostrare il margine, è da rimuovere quando ho finito di controllare il margine. %TODO: remove showframe
1616

1717
\usepackage[italian]{babel}
1818

0 commit comments

Comments
 (0)