diff options
author | Nao Pross <np@0hm.ch> | 2021-11-10 19:11:54 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-10 19:11:54 +0100 |
commit | e8f64007ec9707c83db6e8a2797e0d75a164c90b (patch) | |
tree | 56bad0ab05ee572e0e8afb217f03cfaa05b8d998 /doc/thesis/tex | |
parent | Merge branch 'master' of github.com:NaoPross/Fading (diff) | |
download | Fading-e8f64007ec9707c83db6e8a2797e0d75a164c90b.tar.gz Fading-e8f64007ec9707c83db6e8a2797e0d75a164c90b.zip |
Typo in doc
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r-- | doc/thesis/tex/docstyle.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty index 32a76e8..b33e206 100644 --- a/doc/thesis/tex/docstyle.sty +++ b/doc/thesis/tex/docstyle.sty @@ -54,7 +54,7 @@ %% Bibliography style \PassOptionsToPackage{biblatex}{% backend = biber, - style = ieeee, + style = ieee, } \RequirePackage{biblatex} |