Skip to content

Commit fc0ef0e

Browse files
committed
chore(user): better user files sourcing
Signed-off-by: Jonas Dujava <[email protected]>
1 parent effaf4a commit fc0ef0e

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

preamble/main.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
%% Miscellaneous commands/macros
2222
\input{preamble/misc/macros}
23+
\input{preamble/misc/packages-macros}
2324
\input{preamble/misc/tikz}
2425
\input{preamble/misc/inkscape}
2526

@@ -51,6 +52,4 @@
5152
\input{preamble/hacks/floatrow-parskip}
5253

5354
%% User macros
54-
\input{preamble/user/macros}
55-
\input{preamble/user/packages-macros}
56-
\input{preamble/user/math}
55+
\input{preamble/user/main}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
%% - verbatim macros for commands defined specifically by TeXtured
33

44
%% will also utilize styles defined in `/preamble/hacks/custom-reference-boxes.tex`
5+
\usepackage{tcolorbox}
56
\tcbset{
67
packagebox/.style ={bottom=0.20ex, fontupper=\ttfamily},
78
filebox/.style ={colframe=black!70!cyan!35, colback=black!10!cyan!3, bottom=0.20ex, fontupper=\ttfamily},

preamble/user/main.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
%%% User Preamble
2+
3+
\input{preamble/user/macros}
4+
\input{preamble/user/math}

0 commit comments

Comments
 (0)