mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Update on Overleaf.
This commit is contained in:
parent
b88bceb860
commit
e818b4ba75
|
@ -1,25 +0,0 @@
|
||||||
\newcommand{\boxalert}[1]{{
|
|
||||||
\usebeamercolor{alerted text}
|
|
||||||
\colorbox{bg}{\alert{#1}}
|
|
||||||
}}
|
|
||||||
|
|
||||||
\newtcblisting{cisco}[1][]{
|
|
||||||
size=fbox,
|
|
||||||
listing only,
|
|
||||||
listing options={
|
|
||||||
style=tcblatex,
|
|
||||||
basicstyle=\ttfamily\scriptsize,
|
|
||||||
tabsize=1,
|
|
||||||
language=sh,
|
|
||||||
breaklines=false,
|
|
||||||
columns=fullflexible
|
|
||||||
},
|
|
||||||
#1
|
|
||||||
}
|
|
||||||
|
|
||||||
\newcommand{\pic}[2]{
|
|
||||||
\begin{center}
|
|
||||||
\transparent{0.4}
|
|
||||||
\includegraphics[height=#1]{#2}
|
|
||||||
\end{center}
|
|
||||||
}
|
|
16
main.tex
16
main.tex
|
@ -15,11 +15,19 @@
|
||||||
% to the file main.tex
|
% to the file main.tex
|
||||||
\graphicspath{{img/}}
|
\graphicspath{{img/}}
|
||||||
|
|
||||||
|
% Custom commands
|
||||||
\newcommand{\insertoutput}[1]{
|
\newcommand{\insertoutput}[1]{
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\includegraphics[width=12cm]{#1}
|
\includegraphics[width=12cm]{#1}
|
||||||
\end{center}
|
\end{center}
|
||||||
}
|
}
|
||||||
|
\newcommand{\pic}[2]{
|
||||||
|
\begin{center}
|
||||||
|
\transparent{0.4}
|
||||||
|
\includegraphics[height=#1]{#2}
|
||||||
|
\end{center}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
% In which order to look after images in
|
% In which order to look after images in
|
||||||
% declared graphicspath{}'s
|
% declared graphicspath{}'s
|
||||||
|
@ -61,6 +69,8 @@
|
||||||
|
|
||||||
\subsection{Router}
|
\subsection{Router}
|
||||||
|
|
||||||
|
% <!-- ROUTER: base.cfg -->
|
||||||
|
|
||||||
\subsubsection{File: base.cfg}
|
\subsubsection{File: base.cfg}
|
||||||
|
|
||||||
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
||||||
|
@ -82,6 +92,8 @@ end
|
||||||
tclquit
|
tclquit
|
||||||
\end{minted}
|
\end{minted}
|
||||||
|
|
||||||
|
% <!-- ROUTER: reset.tcl -->
|
||||||
|
|
||||||
\subsubsection{File: reset.tcl}
|
\subsubsection{File: reset.tcl}
|
||||||
|
|
||||||
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
||||||
|
@ -106,6 +118,8 @@ tclquit
|
||||||
|
|
||||||
\subsection{Switch}
|
\subsection{Switch}
|
||||||
|
|
||||||
|
% <!-- SWITCH: base.cfg -->
|
||||||
|
|
||||||
\subsubsection{File: base.cfg}
|
\subsubsection{File: base.cfg}
|
||||||
|
|
||||||
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
||||||
|
@ -127,6 +141,8 @@ end
|
||||||
tclquit
|
tclquit
|
||||||
\end{minted}
|
\end{minted}
|
||||||
|
|
||||||
|
% <!-- SWITCH: reset.tcl -->
|
||||||
|
|
||||||
\subsubsection{File: reset.tcl}
|
\subsubsection{File: reset.tcl}
|
||||||
|
|
||||||
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
\begin{minted}[frame=lines,framesep=2mm,baselinestretch=1.2,bgcolor=lightgray,fontsize=\footnotesize,linenos,breaklines=true]{tcl}
|
||||||
|
|
Loading…
Reference in a new issue