[skip ci] Build helpers on push
This commit is contained in:
9
dist/full.tex
vendored
9
dist/full.tex
vendored
@@ -17,9 +17,11 @@
|
|||||||
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
||||||
|
|
||||||
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
||||||
|
% Load this before the config file
|
||||||
|
|
||||||
% Imports %
|
% ── Imports ─────────────────────────────────────────────────────────
|
||||||
\typeout{[Core] Importing!}
|
\typeout{[Core] Importing!}
|
||||||
|
|
||||||
\usepackage[table, dvipsnames]{xcolor}
|
\usepackage[table, dvipsnames]{xcolor}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
@@ -46,7 +48,8 @@
|
|||||||
\usepackage{pifont}
|
\usepackage{pifont}
|
||||||
|
|
||||||
|
|
||||||
% Language Switching. Currently only English and German are supported
|
% ── Language Switching. ─────────────────────────────────────────────
|
||||||
|
% Currently only English and German are supported
|
||||||
% See docs for how to use
|
% See docs for how to use
|
||||||
\newcounter{lang}
|
\newcounter{lang}
|
||||||
|
|
||||||
@@ -87,6 +90,7 @@
|
|||||||
\newcounter{descriptorShadeStrength}
|
\newcounter{descriptorShadeStrength}
|
||||||
\newcounter{shadeStrength}
|
\newcounter{shadeStrength}
|
||||||
|
|
||||||
|
% ── Setup ───────────────────────────────────────────────────────────
|
||||||
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
||||||
\newcommand{\setup}[1]{
|
\newcommand{\setup}[1]{
|
||||||
\typeout{[Setup] Setting up...}
|
\typeout{[Setup] Setting up...}
|
||||||
@@ -117,6 +121,7 @@
|
|||||||
\startDocumentNoTitle
|
\startDocumentNoTitle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% Or this one, if you don't want a title
|
||||||
\newcommand{\startDocumentNoTitle}{
|
\newcommand{\startDocumentNoTitle}{
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\thispagestyle{fancy}
|
\thispagestyle{fancy}
|
||||||
|
|||||||
9
dist/minimal.tex
vendored
9
dist/minimal.tex
vendored
@@ -17,9 +17,11 @@
|
|||||||
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
||||||
|
|
||||||
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
||||||
|
% Load this before the config file
|
||||||
|
|
||||||
% Imports %
|
% ── Imports ─────────────────────────────────────────────────────────
|
||||||
\typeout{[Core] Importing!}
|
\typeout{[Core] Importing!}
|
||||||
|
|
||||||
\usepackage[table, dvipsnames]{xcolor}
|
\usepackage[table, dvipsnames]{xcolor}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
@@ -46,7 +48,8 @@
|
|||||||
\usepackage{pifont}
|
\usepackage{pifont}
|
||||||
|
|
||||||
|
|
||||||
% Language Switching. Currently only English and German are supported
|
% ── Language Switching. ─────────────────────────────────────────────
|
||||||
|
% Currently only English and German are supported
|
||||||
% See docs for how to use
|
% See docs for how to use
|
||||||
\newcounter{lang}
|
\newcounter{lang}
|
||||||
|
|
||||||
@@ -87,6 +90,7 @@
|
|||||||
\newcounter{descriptorShadeStrength}
|
\newcounter{descriptorShadeStrength}
|
||||||
\newcounter{shadeStrength}
|
\newcounter{shadeStrength}
|
||||||
|
|
||||||
|
% ── Setup ───────────────────────────────────────────────────────────
|
||||||
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
||||||
\newcommand{\setup}[1]{
|
\newcommand{\setup}[1]{
|
||||||
\typeout{[Setup] Setting up...}
|
\typeout{[Setup] Setting up...}
|
||||||
@@ -117,6 +121,7 @@
|
|||||||
\startDocumentNoTitle
|
\startDocumentNoTitle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% Or this one, if you don't want a title
|
||||||
\newcommand{\startDocumentNoTitle}{
|
\newcommand{\startDocumentNoTitle}{
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\thispagestyle{fancy}
|
\thispagestyle{fancy}
|
||||||
|
|||||||
9
dist/most.tex
vendored
9
dist/most.tex
vendored
@@ -17,9 +17,11 @@
|
|||||||
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
||||||
|
|
||||||
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
||||||
|
% Load this before the config file
|
||||||
|
|
||||||
% Imports %
|
% ── Imports ─────────────────────────────────────────────────────────
|
||||||
\typeout{[Core] Importing!}
|
\typeout{[Core] Importing!}
|
||||||
|
|
||||||
\usepackage[table, dvipsnames]{xcolor}
|
\usepackage[table, dvipsnames]{xcolor}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
@@ -46,7 +48,8 @@
|
|||||||
\usepackage{pifont}
|
\usepackage{pifont}
|
||||||
|
|
||||||
|
|
||||||
% Language Switching. Currently only English and German are supported
|
% ── Language Switching. ─────────────────────────────────────────────
|
||||||
|
% Currently only English and German are supported
|
||||||
% See docs for how to use
|
% See docs for how to use
|
||||||
\newcounter{lang}
|
\newcounter{lang}
|
||||||
|
|
||||||
@@ -87,6 +90,7 @@
|
|||||||
\newcounter{descriptorShadeStrength}
|
\newcounter{descriptorShadeStrength}
|
||||||
\newcounter{shadeStrength}
|
\newcounter{shadeStrength}
|
||||||
|
|
||||||
|
% ── Setup ───────────────────────────────────────────────────────────
|
||||||
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
||||||
\newcommand{\setup}[1]{
|
\newcommand{\setup}[1]{
|
||||||
\typeout{[Setup] Setting up...}
|
\typeout{[Setup] Setting up...}
|
||||||
@@ -117,6 +121,7 @@
|
|||||||
\startDocumentNoTitle
|
\startDocumentNoTitle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% Or this one, if you don't want a title
|
||||||
\newcommand{\startDocumentNoTitle}{
|
\newcommand{\startDocumentNoTitle}{
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\thispagestyle{fancy}
|
\thispagestyle{fancy}
|
||||||
|
|||||||
9
dist/recommended.tex
vendored
9
dist/recommended.tex
vendored
@@ -17,9 +17,11 @@
|
|||||||
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
|
||||||
|
|
||||||
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
% This file contains all necessary dependencies for the document to compile (at all) and some core macros
|
||||||
|
% Load this before the config file
|
||||||
|
|
||||||
% Imports %
|
% ── Imports ─────────────────────────────────────────────────────────
|
||||||
\typeout{[Core] Importing!}
|
\typeout{[Core] Importing!}
|
||||||
|
|
||||||
\usepackage[table, dvipsnames]{xcolor}
|
\usepackage[table, dvipsnames]{xcolor}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
@@ -46,7 +48,8 @@
|
|||||||
\usepackage{pifont}
|
\usepackage{pifont}
|
||||||
|
|
||||||
|
|
||||||
% Language Switching. Currently only English and German are supported
|
% ── Language Switching. ─────────────────────────────────────────────
|
||||||
|
% Currently only English and German are supported
|
||||||
% See docs for how to use
|
% See docs for how to use
|
||||||
\newcounter{lang}
|
\newcounter{lang}
|
||||||
|
|
||||||
@@ -87,6 +90,7 @@
|
|||||||
\newcounter{descriptorShadeStrength}
|
\newcounter{descriptorShadeStrength}
|
||||||
\newcounter{shadeStrength}
|
\newcounter{shadeStrength}
|
||||||
|
|
||||||
|
% ── Setup ───────────────────────────────────────────────────────────
|
||||||
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
||||||
\newcommand{\setup}[1]{
|
\newcommand{\setup}[1]{
|
||||||
\typeout{[Setup] Setting up...}
|
\typeout{[Setup] Setting up...}
|
||||||
@@ -117,6 +121,7 @@
|
|||||||
\startDocumentNoTitle
|
\startDocumentNoTitle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% Or this one, if you don't want a title
|
||||||
\newcommand{\startDocumentNoTitle}{
|
\newcommand{\startDocumentNoTitle}{
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\thispagestyle{fancy}
|
\thispagestyle{fancy}
|
||||||
|
|||||||
Reference in New Issue
Block a user