utf-8 fix maybe ?
This commit is contained in:
parent
4f98a982b5
commit
19b9c1d7c6
|
@ -2,7 +2,7 @@
|
|||
*.order
|
||||
*.symvers
|
||||
*.mod.c
|
||||
*.ko
|
||||
*.kox
|
||||
*.log
|
||||
*.pdf
|
||||
*.idx
|
||||
|
|
|
@ -2,10 +2,14 @@
|
|||
\ProvidesPackage{hs-el-text}
|
||||
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage{textcomp}
|
||||
\RequirePackage[ngerman]{babel}
|
||||
\RequirePackage[iso]{isodate}
|
||||
\RequirePackage{amsmath,amssymb,amstext,graphicx,float,caption,url}
|
||||
\RequirePackage{amsmath}
|
||||
\RequirePackage{amssymb}
|
||||
\RequirePackage{amstext}
|
||||
\RequirePackage{float}
|
||||
\RequirePackage{caption}
|
||||
\RequirePackage{url}
|
||||
\RequirePackage[automark, headsepline, footsepline, markcase=upper]{scrlayer-scrpage}
|
||||
\RequirePackage[pdfusetitle,
|
||||
unicode,
|
||||
|
@ -17,8 +21,8 @@ urlcolor = blue,
|
|||
citecolor = black,
|
||||
anchorcolor = black]{hyperref}
|
||||
\RequirePackage{comment}
|
||||
\RequirePackage{xargs} % Use more than one optional parameter in a new commands
|
||||
\RequirePackage[dvipsnames]{xcolor} % Coloured text etc.
|
||||
\RequirePackage{xargs}% Use more than one optional parameter in a new commands
|
||||
\RequirePackage[dvipsnames]{xcolor}% Coloured text etc.
|
||||
\RequirePackage{minted}
|
||||
\RequirePackage{csquotes}
|
||||
\RequirePackage[nolist, footnote]{acronym}
|
||||
|
@ -29,9 +33,11 @@ anchorcolor = black]{hyperref}
|
|||
\RequirePackage[bottom=5em]{geometry}
|
||||
\RequirePackage{svg}
|
||||
\RequirePackage{lastpage}
|
||||
\RequirePackage{lmodern, textcomp}
|
||||
\RequirePackage{lmodern}
|
||||
\RequirePackage{textcomp}
|
||||
\RequirePackage{makecell}
|
||||
\RequirePackage{plantuml}
|
||||
\RequirePackage{fontspec}
|
||||
|
||||
\usetikzlibrary{positioning, shapes.geometric}
|
||||
|
||||
|
|
Loading…
Reference in New Issue