Compare commits

...

6 Commits

5 changed files with 2531 additions and 11 deletions

Binary file not shown.

View File

@@ -265,7 +265,7 @@ possiamo muoverci a quel specifico commit come se avessimo riportato il tempo in
In questo stato noi possiamo creare nuovi commit, ma saremo in uno stato di \textit{detached HEAD}. In questo stato noi possiamo creare nuovi commit, ma saremo in uno stato di \textit{detached HEAD}.
Essenzialmente quelle modifiche non fanno parte di nessun ramo, in gergo si dice che il commit è orfano. Essenzialmente quelle modifiche non fanno parte di nessun ramo, in gergo si dice che il commit è orfano.
Per risolvere il problema basta modernamente si usa: Per risolvere il problema è nato il comando:
\begin{lstlisting} \begin{lstlisting}
git switch -c nuovoNomeBranch git switch -c nuovoNomeBranch
\end{lstlisting} \end{lstlisting}

View File

@@ -1,14 +1,16 @@
%!! ffmpeg -i logo.svg -vf scale=64:64 favicon.png %!! ffmpeg -i logo.svg -vf scale=64:64 favicon.png
\ProvidesPackage{jacbr} % \ProvidesPackage{jacbr}
\ProvidesPackage{./../jacbr}
\RequirePackage[most]{tcolorbox} \RequirePackage[most]{tcolorbox}
\RequirePackage{subcaption} \RequirePackage{subcaption}
\usepackage[utf8]{inputenc} % \usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[a4paper,margin=2cm,nohead,foot=0.5cm]{geometry} \usepackage[a4paper,margin=2cm,nohead,foot=0.5cm]{geometry}
\usepackage{xcolor} \usepackage{xcolor}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{tabularx} \usepackage{tabularx}
\usepackage{caption} \usepackage{caption}
@@ -76,9 +78,10 @@
%fare siusetup %fare siusetup
% Header % Header
\setlength{\headheight}{14pt} \setlength{\headheight}{14.5pt}
\setlength{\headsep}{10pt} \setlength{\headsep}{10pt}
\addtolength{\topmargin}{-5pt} \addtolength{\topmargin}{-5.5pt}
\setlength{\footskip}{14.5pt}
\fancyhf{} \fancyhf{}
\fancyhead[L]{\textbf{\thetitle} --- \monthname{\the\month} \the\year} \fancyhead[L]{\textbf{\thetitle} --- \monthname{\the\month} \the\year}
@@ -116,7 +119,11 @@
%derivata %derivata
\newcommand{\dert}[1]{\frac{d #1}{dt}} \newcommand{\dert}[1]{\frac{d #1}{dt}}
\newcommand{\dertt}[1]{\frac{d^2 #1}{dt^2}} \newcommand{\dertt}[1]{\frac{d^2 #1}{dt^2}}
\newcommand{\derx}[1]{\frac{d #1}{dx}}
\newcommand{\derxx}[1]{\frac{d^2 #1}{dx^2}}
\newcommand{\der}[2]{\frac{d #1}{d #2}} \newcommand{\der}[2]{\frac{d #1}{d #2}}
\newcommand{\pder}[2]{\frac{\partial #1}{\partial #2}}
%per le parentesi %per le parentesi
\newcommand{\8}{\left(} \newcommand{\8}{\left(}
\newcommand{\9}{\right)} \newcommand{\9}{\right)}

Binary file not shown.

File diff suppressed because it is too large Load Diff