mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-20 19:07:55 +00:00
Tex: Add Tex header to chapter and root-dir .tex files
This commit is contained in:
parent
64302cad2c
commit
6ff12941d2
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
\newacronym{adsl}{ADSL}{Asymmetric Digital Subscriber Line}
|
||||
\newacronym{aodv}{AODV}{Adhoc On-Demand Distance Vector Routing}
|
||||
\newacronym{ap}{AP}{Access Point}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Base Configuration}
|
||||
|
||||
\section{Cisco Lab}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[DHCP]{Dynamic Host Control Protocol}
|
||||
|
||||
\section[DHCP Process]{Dynamic Host Control Protocol Process}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[Internet]{The Internet {\footnotesize "Post cold-war modern times"}}
|
||||
|
||||
The internet is a fundamental communication technology for today's modern society. The thing that started as the \Gls{arpanet}\cite{wiki:ARPANET} back in the late nineteen sixties has evolved to become the core of today's globalization on Earth.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[IP]{Internet Protocol}
|
||||
|
||||
\section[IPv6]{Internet Protocol v6}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{L2 to L3}
|
||||
|
||||
\section{Vlan-to-vlan routing}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Layer 2}
|
||||
|
||||
\section{Switch Network}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Layer 3}
|
||||
|
||||
\section{Routed Network}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Linux}
|
||||
|
||||
\section{Kernel Upgrades}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Campus Network}
|
||||
|
||||
\section{Discover Nodes}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter[NTP]{Network Time Protocol}
|
||||
|
||||
\gls{ntp} is the source of all evil and \gls{sla}. A network wide source of time configuration for all network nodes, servers, clients etc. is necessary.
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{VoIP}
|
|
@ -1 +1,6 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = ../main.tex
|
||||
|
||||
\chapter{Wireless}
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
\DTMsavenow{now}
|
||||
|
||||
\date{{\footnotesize Last release \theversion\\%
|
||||
|
|
5
main.tex
5
main.tex
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
% Declare Document Class
|
||||
\documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book}
|
||||
\include{structure} % Load structure cfg for document
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
% !TeX TS-program =
|
||||
% !TeX spellcheck = en_DK
|
||||
% !TeX encoding = UTF-8
|
||||
% !TeX root = main.tex
|
||||
|
||||
% Latex Packages
|
||||
\usepackage{amsmath,amssymb} % math things.
|
||||
\usepackage{array}
|
||||
|
|
Loading…
Reference in a new issue