aboutsummaryrefslogtreecommitdiff
path: root/blocking
diff options
context:
space:
mode:
Diffstat (limited to 'blocking')
-rw-r--r--blocking/Makefile18
-rw-r--r--blocking/blocking.tex105
-rw-r--r--blocking/custom.css115
3 files changed, 4 insertions, 234 deletions
diff --git a/blocking/Makefile b/blocking/Makefile
index da7326f..c8f94b0 100644
--- a/blocking/Makefile
+++ b/blocking/Makefile
@@ -1,16 +1,2 @@
-all: pdf html
-
-pdf:
- mkdir -p build
- pdflatex -output-directory build blocking.tex
- pdflatex -output-directory build blocking.tex
-
-html:
- mkdir -p html
- make4ht -d html blocking.tex
- make4ht -d html blocking.tex
- cat custom.css >> html/blocking.css
- rm blocking.4ct blocking.4tc blocking.aux blocking.dvi blocking.idv blocking.lg blocking.log blocking.tmp blocking.xref blocking.css blocking.html
-
-
-.PHONY: all pdf html
+NAME=blocking
+include ../Makefile
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.
diff --git a/blocking/custom.css b/blocking/custom.css
deleted file mode 100644
index db5d227..0000000
--- a/blocking/custom.css
+++ /dev/null
@@ -1,115 +0,0 @@
-/* see https://github.com/huyng/latex-simple-css */
-body {
- /* Serif options */
- /*font-family: "Times New Roman", Times, serif;*/
- /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif */
-
- /*Sans Serif options */
- /*font-family: "Helvetica", Arial, Freesans, clean, sans-serif;*/
- font-family: "Helvetica Neue", Arial, Freesans, clean, sans-serif;
- /*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
- /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
- /*font-family: Verdana, Geneva, sans-serif;*/
- /*font-family: Tahoma, Geneva, sans-serif;*/
- /*font-family: Baskerville, 'Times New Roman', Times, serif;*/
-
-
- padding:1em;
- font-size: 14px;
- font-weight:300;
- line-height: 20px;
- margin:10em;
- max-width:42em;
- background:#fefefe;
- color:#333;
-}
-
-h1, h2, h3, h4, h5, h6 {
- font-weight: bold;
- margin: 2em 0px 15px 0px;
-}
-
-h1 {
- color: #000;
- font-size: 2em;
-}
-
-h2 {
- font-size: 2em;
-}
-
-h3 {
- font-size: 1.6em;
-}
-
-h4 {
- font-size: 1.3em;
-}
-
-h5 {
- font-size: 1em;
-}
-
-h6 {
- color: #777777;
- background-color: inherit;
- font-size: 1em;
-}
-
-hr {
- height: 0.2em;
- border: 0;
- color: #CCCCCC;
- background-color: #CCCCCC;
-}
-
-p, blockquote, ul, ol, dl, li, table, pre {
- margin: 15px 0;
-}
-
-code, pre {
- border-radius: 3px;
- background-color: #F8F8F8;
- color: inherit;
-}
-
-code {
- border: 1px solid #EAEAEA;
- margin: 0 2px;
- padding: 0 5px;
-}
-
-pre {
- border: 1px solid #CCCCCC;
- line-height: 1.25em;
- overflow: auto;
- padding: 6px 10px;
-}
-
-pre > code {
- border: 0;
- margin: 0;
- padding: 0;
-}
-
-a, a:visited {
- color: #4183C4;
- background-color: inherit;
- text-decoration: none;
-}
-
-img {
- max-width: 100%;
-}
-
-/* end custom css */
-
-div.infobox {
- border-left: 5px solid green;
- border-right: 5px solid green;
-}
-
-div.triviabox {
- border-left: 5px solid blue;
- border-right: 5px solid blue;
-}