- Change underscores in file names to hyphens.
- Make color names clearer. - Clean up commonincludes.
This commit is contained in:
@@ -61,13 +61,19 @@
|
||||
\NewDocumentCommand{\code}{m}{\mono{\small{}#1}}
|
||||
\NewDocumentCommand{\emoji}{m}{{\emfamily{}#1}}
|
||||
|
||||
% Line-breaking zero-width space.
|
||||
\NewDocumentCommand{\zws}{}{\hspace{0pt}}
|
||||
% Line-breaking dot.
|
||||
\NewDocumentCommand{\bdot}{}{.\zws}
|
||||
|
||||
% MenuKeys configuration.
|
||||
\renewmenumacro{\directory}[/]{hyphenatepaths}
|
||||
\renewmenumacro{\keys}[+]{shadowedangularkeys}
|
||||
\renewmenumacro{\menu}[>]{angularmenus}
|
||||
|
||||
\RenewDocumentCommand{\ctrlname}{}{$\wedge$}
|
||||
|
||||
% Line-breaking zero-width space
|
||||
\NewDocumentCommand{\zws}{}{\hspace{0pt}}
|
||||
% Line-breaking dot
|
||||
\NewDocumentCommand{\bdot}{}{.\zws}
|
||||
\NewDocumentCommand{\ControlString}{}{Ctrl\,\ctrl}
|
||||
\NewDocumentCommand{\EnterString}{}{Enter\,\return}
|
||||
\NewDocumentCommand{\ShiftString}{}{Shift\,\shift}
|
||||
\NewDocumentCommand{\AltString}{}{Alt\,\altmac}
|
||||
Reference in New Issue
Block a user