From 6ff12941d24d8b8d605c04668a9b01005e563494 Mon Sep 17 00:00:00 2001 From: ch <289995-netravnen@users.noreply.gitlab.com> Date: Wed, 18 Oct 2023 14:54:50 +0200 Subject: [PATCH] Tex: Add Tex header to chapter and root-dir .tex files --- acronyms.tex | 5 +++++ chapter/baseconf.tex | 5 +++++ chapter/dhcp.tex | 5 +++++ chapter/internet.tex | 5 +++++ chapter/ip.tex | 5 +++++ chapter/l2tol3.tex | 5 +++++ chapter/layer2.tex | 5 +++++ chapter/layer3.tex | 5 +++++ chapter/linux.tex | 5 +++++ chapter/mgmt.tex | 5 +++++ chapter/ntp.tex | 5 +++++ chapter/voip.tex | 5 +++++ chapter/wireless.tex | 5 +++++ frontpage.tex | 5 +++++ main.tex | 5 +++++ structure.tex | 5 +++++ 16 files changed, 80 insertions(+) diff --git a/acronyms.tex b/acronyms.tex index 0abc552..525bd64 100644 --- a/acronyms.tex +++ b/acronyms.tex @@ -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} diff --git a/chapter/baseconf.tex b/chapter/baseconf.tex index 368f79a..adf5b5c 100644 --- a/chapter/baseconf.tex +++ b/chapter/baseconf.tex @@ -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} diff --git a/chapter/dhcp.tex b/chapter/dhcp.tex index 0f6b2c3..35a4c8f 100644 --- a/chapter/dhcp.tex +++ b/chapter/dhcp.tex @@ -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} diff --git a/chapter/internet.tex b/chapter/internet.tex index a9f5251..0e1dd18 100644 --- a/chapter/internet.tex +++ b/chapter/internet.tex @@ -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. diff --git a/chapter/ip.tex b/chapter/ip.tex index 7a524fe..1c24f21 100644 --- a/chapter/ip.tex +++ b/chapter/ip.tex @@ -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} diff --git a/chapter/l2tol3.tex b/chapter/l2tol3.tex index 665ab89..e646d0f 100644 --- a/chapter/l2tol3.tex +++ b/chapter/l2tol3.tex @@ -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} diff --git a/chapter/layer2.tex b/chapter/layer2.tex index cad9054..be9127f 100644 --- a/chapter/layer2.tex +++ b/chapter/layer2.tex @@ -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} diff --git a/chapter/layer3.tex b/chapter/layer3.tex index 3c60fa6..1b19033 100644 --- a/chapter/layer3.tex +++ b/chapter/layer3.tex @@ -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} diff --git a/chapter/linux.tex b/chapter/linux.tex index 9733274..882927c 100644 --- a/chapter/linux.tex +++ b/chapter/linux.tex @@ -1,3 +1,8 @@ +% !TeX TS-program = +% !TeX spellcheck = en_DK +% !TeX encoding = UTF-8 +% !TeX root = ../main.tex + \chapter{Linux} \section{Kernel Upgrades} diff --git a/chapter/mgmt.tex b/chapter/mgmt.tex index 9d0b6f9..e5eeca9 100644 --- a/chapter/mgmt.tex +++ b/chapter/mgmt.tex @@ -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} diff --git a/chapter/ntp.tex b/chapter/ntp.tex index a941e79..646c55b 100644 --- a/chapter/ntp.tex +++ b/chapter/ntp.tex @@ -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. diff --git a/chapter/voip.tex b/chapter/voip.tex index 351b69d..eeb722b 100644 --- a/chapter/voip.tex +++ b/chapter/voip.tex @@ -1 +1,6 @@ +% !TeX TS-program = +% !TeX spellcheck = en_DK +% !TeX encoding = UTF-8 +% !TeX root = ../main.tex + \chapter{VoIP} \ No newline at end of file diff --git a/chapter/wireless.tex b/chapter/wireless.tex index 9f3de36..3fd35cf 100644 --- a/chapter/wireless.tex +++ b/chapter/wireless.tex @@ -1 +1,6 @@ +% !TeX TS-program = +% !TeX spellcheck = en_DK +% !TeX encoding = UTF-8 +% !TeX root = ../main.tex + \chapter{Wireless} \ No newline at end of file diff --git a/frontpage.tex b/frontpage.tex index 17443aa..0c041b4 100644 --- a/frontpage.tex +++ b/frontpage.tex @@ -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\\% diff --git a/main.tex b/main.tex index f78ea00..fa01228 100644 --- a/main.tex +++ b/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 diff --git a/structure.tex b/structure.tex index ee7314a..bf3f113 100644 --- a/structure.tex +++ b/structure.tex @@ -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}