aboutsummaryrefslogtreecommitdiff
path: root/blocking/blocking.tex
diff options
context:
space:
mode:
Diffstat (limited to 'blocking/blocking.tex')
-rw-r--r--blocking/blocking.tex105
1 files changed, 2 insertions, 103 deletions
diff --git a/blocking/blocking.tex b/blocking/blocking.tex
index a250df5..262ffce 100644
--- a/blocking/blocking.tex
+++ b/blocking/blocking.tex
@@ -1,102 +1,8 @@
\documentclass[a4paper]{article}
-\usepackage[top=2cm,bottom=2cm,left=2cm,right=2cm]{geometry}
-\usepackage{hyperref}
-\usepackage{ccicons}
-\usepackage{graphicx}
-\usepackage{csquotes}
-\usepackage[many]{tcolorbox}
-\usepackage{xcolor}
+\input{../preamble.tex}
\usepackage[normalem]{ulem}
-\setlength{\parskip}{1em}
-
-% Macros to differentiate between HTML and PDF output
-\makeatletter
-\@ifpackageloaded{tex4ht}
- {\let\iftexforht\iftrue}
- {\let\iftexforht\iffalse}
-\@ifpackageloaded{tex4ht}
- {\let\iftexforhtTF\@firstoftwo}
- {\let\iftexforhtTF\@secondoftwo}
-\makeatother
-
-% Problem with ligatures, so don't load font in HTML output
-\iftexforht
-\else
-\usepackage[urw-garamond]{mathdesign}
-\usepackage[T1]{fontenc}
-\fi
-
-
-\iftexforht
-\newenvironment{infobox}[1][]{
- \HCode{</p><div class="infobox"><p class="indent">}
- \textbf{#1}:
-}{
- \HCode{</p></div><p>}
-}
-\newenvironment{triviabox}{
- \HCode{</p><div class="triviabox"><p class="indent">}
- \textbf{Trivia}:
-}{
- \HCode{</p></div><p>}
-}
-\else
-\newtcolorbox{infobox}[1][]{
- breakable,
- title=#1,
- colback=white,
- colbacktitle=white,
- coltitle=black,
- fonttitle=\bfseries,
- bottomrule=0pt,
- toprule=0pt,
- leftrule=3pt,
- rightrule=3pt,
- titlerule=0pt,
- arc=0pt,
- outer arc=0pt,
- colframe=black,
-}
-\newtcolorbox{triviabox}{
- breakable,
- title=Trivia,
- colback=white,
- colbacktitle=white,
- coltitle=black,
- fonttitle=\bfseries,
- bottomrule=0pt,
- toprule=0pt,
- leftrule=3pt,
- rightrule=3pt,
- titlerule=0pt,
- arc=0pt,
- outer arc=0pt,
- colframe=blue,
-}
-\fi
-
-
-\newcommand{\youtube}[2]{
- \iftexforhtTF{
- \begin{figure}
- \HCode{
- <iframe width="588" height="331" src="https://www.youtube.com/embed/#1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
- }
- \caption{#2}
- \end{figure}
- }{
- (\includegraphics[height=0.7\baselineskip]{images/yt_logo} \href{https://youtube.com/watch?v=#1}{#2})
- }
-}
-
-
-\newcommand{\skill}[3]{\emph{#3} (#1 #2)}
-\newcommand{\uskill}[1]{\emph{#1}}
-\newcommand{\trait}[1]{\emph{#1}}
-\newcommand{\gwtskills}{(Picture source: \url{http://en.gw2skills.net})}
-
% Metadata
\title{Triple Trouble Eggblocking Guide}
\author{Peter Parker IV \& others}
@@ -107,14 +13,7 @@
\maketitle
-\iftexforhtTF{}{\ccbysa}
-This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit \url{http://creativecommons.org/licenses/by-sa/4.0/}.
-
-Content obtained from Guild Wars 2, its web sites, manuals and guides, concept art and renderings, press and fansite kits, and other such copyrighted material, may also be used in this document. All rights, title and interest in and to such content remains with ArenaNet or NCsoft, as applicable, and such content is not licensed pursuant to CC-BY-SA.
-
-\textbf{Warning:} We do not take any warranty or responsibility for failures or wrong information in this document.
-As Guild Wars 2 is an actively developed online game, certain game updates can make parts of this document outdated.
-Make sure that you have the latest version, especially if you are viewing this in a static format, such as a PDF.
+\input{../legals.tex}
\begin{abstract}
I never thought I'd use \LaTeX to write Triple Trouble Blocking Guides of all things, but here we go.