Skip to content

Commit

Permalink
Update report and fix other overfull warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaR01 committed May 7, 2022
1 parent af215a2 commit d21dc7f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Basi_del_linguaggio.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1979,9 +1979,9 @@ \subsection{Differenza tra .h vs .hpp}
\textsf{\small Sia per il C che per il C++} & \textsf{\small È solo per C++} \\
\textsf{\small Dal punto di vista del C++, } & \textsf{\small Non funzionerà con il C.} \\
\textsf{\small il codice C verrà definito come \emph{extern "C"}} & \textsf{\small } \\
\textsf{\small Esprime l'intento che si usa il C } & \textsf{\small Esprime l'intento che si usa il C++} \\
\textsf{\small (o perlomeno si può pensare così)} & \textsf{\small (o perlomeno si può pensare così)} \\
\textsf{\small Dal punto di vista del C, il codice C sarà visibile, } & \textsf{\small } \\
\textsf{\small Esprime l'intento che si usa il C } & \textsf{\small Esprime l'intento che } \\
\textsf{\small (o perlomeno si può pensare così)} & \textsf{\small si usa il C++ } \\
\textsf{\small Dal punto di vista del C, il codice C sarà visibile, } & \textsf{\small (o perlomeno si può pensare così)} \\
\textsf{\small mentre quello del C++ sarà invisibile.} & \textsf{\small } \\
\hline
\end{tabular}
Expand Down Expand Up @@ -2129,7 +2129,7 @@ \subsection{Mai mettere using namespace in un header file!}

\begin{figure}[ht]
\centering
\includegraphics[width=1.2\textwidth, height=1.2\textheight, keepaspectratio]{./imgs/MAI_mettere_USING_negli_header_files.png}
\includegraphics[width=1\textwidth, height=1\textheight, keepaspectratio]{./imgs/MAI_mettere_USING_negli_header_files.png}
\caption{Mai mettere using in un header file}
\label{fig:never_using_in_header}
\end{figure}
Expand Down
2 changes: 1 addition & 1 deletion Concetti_Intermedi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ \section{Templates}

\begin{figure}[ht]
\centering
\includegraphics[width=1.2\textwidth, height=1.2\textheight, keepaspectratio]{./imgs/template.png}
\includegraphics[width=1\textwidth, height=1\textheight, keepaspectratio]{./imgs/template.png}
\caption{Template}
\label{fig:template}
\end{figure}
Expand Down
2 changes: 1 addition & 1 deletion Convenzioni_del_Linguaggio.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ \subsubsection{SL | The Standard Library}
\fleuron
\textsf{\small Tutto quello citato sopra fa riferimento alla \textsc{Release 0.8} delle \textbf{CppCoreGuidelines}.} \\
\textsf{\small L'ultimo commit, al momento in cui sto scrivendo, nel \emph{master branch} è del 7 Aprile 2022.} \\ %TODO: da ricontrollare.
\textsf{\small L'ultimo commit, al momento in cui sto scrivendo, nel \emph{master branch} è del 6 Maggio 2022.} \\ %TODO: da ricontrollare.
\begin{comment} %TODO: remove
\subsection{Generale}
Expand Down
Binary file modified Guida_C++.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Guida_C++.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
\usepackage[breaklinks]{hyperref}
\usepackage{amsmath,amssymb,amsthm}

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

\usepackage[italian]{babel}

Expand Down

0 comments on commit d21dc7f

Please sign in to comment.