Skip to content

Commit

Permalink
Fixed formatting of tex export
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Jan 23, 2023
1 parent ed7501f commit 54fd5a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion color_palettes/fau_colors_2021.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
% Tex color file defining the FAU colors.
% To use, you need to include the `xcolor` package (\usepackage{xcolor} in your preamble).
% Then copy this file into your project and include it with `\input{fau_colors_2021.tex}`.\definecolor{fau-fau-125}{rgb}{0.8745098039215686, 0.8976393694732795, 0.9276585928489043}
% Then copy this file into your project and include it with `\input{fau_colors_2021.tex}`.


\definecolor{fau-fau-125}{rgb}{0.8745098039215686, 0.8976393694732795, 0.9276585928489043}
\definecolor{fau-fau-250}{rgb}{0.7490196078431373, 0.795278738946559, 0.8553171856978086}
\definecolor{fau-fau-375}{rgb}{0.6235294117647059, 0.6929181084198386, 0.7829757785467129}
\definecolor{fau-fau-625}{rgb}{0.37254901960784315, 0.48819684736639757, 0.6382929642445214}
Expand Down
2 changes: 1 addition & 1 deletion fau_colors/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def export_as_tex(
HEADER = (
f"% Tex color file defining the FAU colors.\n"
"% To use, you need to include the `xcolor` package (\\usepackage{xcolor} in your preamble).\n"
f"% Then copy this file into your project and include it with `\\input{{{file_name}}}`."
f"% Then copy this file into your project and include it with `\\input{{{file_name}}}`.\n\n\n"
)

color_strings = []
Expand Down

0 comments on commit 54fd5a3

Please sign in to comment.