- Debugging.
- Move all \RequirePackages to commonincludes.def.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{PrimeTeX/packages/Fonts}[2025-06-24]
|
||||
|
||||
% Specify Fonts
|
||||
\RequirePackage{fontspec}
|
||||
|
||||
\NewDocumentCommand{\fontpath}{}{PrimeTeX/fonts}
|
||||
|
||||
% Main font: Roboto Serif
|
||||
@@ -57,8 +54,6 @@
|
||||
ItalicFont = NotoEmoji/NotoEmoji-Light,
|
||||
]
|
||||
|
||||
\RequirePackage{amssymb}
|
||||
|
||||
\NewDocumentCommand{\serif}{m}{\textrm{#1}}
|
||||
\NewDocumentCommand{\sans}{m}{\textsf{#1}}
|
||||
\NewDocumentCommand{\mono}{m}{\texttt{#1}}
|
||||
@@ -66,8 +61,6 @@
|
||||
\NewDocumentCommand{\code}{m}{\mono{\small{}#1}}
|
||||
\NewDocumentCommand{\emoji}{m}{{\emfamily{}#1}}
|
||||
|
||||
\RequirePackage[os=win]{menukeys}
|
||||
|
||||
\renewmenumacro{\directory}[/]{hyphenatepaths}
|
||||
\renewmenumacro{\keys}[+]{shadowedangularkeys}
|
||||
\renewmenumacro{\menu}[>]{angularmenus}
|
||||
|
||||
Reference in New Issue
Block a user