Skip to content

Commit

Permalink
added lthsymbols font and commands
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgrip authored and fnurkla committed Oct 20, 2023
1 parent 5b46489 commit ddf0cb7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions dsekdoc.cls
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,54 @@
}
\pagestyle{main}

%% LTH symbols

\newfontfamily{\lthsymbols}{lthsymbols}[Extension = .otf]
\NewDocumentCommand \lthsymbol { m } {
{\lthsymbols #1}
}

\NewDocumentCommand \tlth { } {
\lthsymbol{T}
}
\NewDocumentCommand \fsek { } {
\lthsymbol{F}
}
\NewDocumentCommand \esek { } {
\lthsymbol{E}
}
\NewDocumentCommand \msek { } {
\lthsymbol{M}
}
\NewDocumentCommand \vsek { } {
\lthsymbol{V}
}
\NewDocumentCommand \asek { } {
\lthsymbol{A}
}
\NewDocumentCommand \ksek { } {
\lthsymbol{K}
}
\NewDocumentCommand \dsek { } {
\lthsymbol{D}
}
\NewDocumentCommand \doktsek { } {
\lthsymbol{O}
}
\NewDocumentCommand \ingsek { } {
\lthsymbol{H}
}
\NewDocumentCommand \wsek { } {
\lthsymbol{W}
}
\NewDocumentCommand \isek { } {
\lthsymbol{I}
}
\NewDocumentCommand \infocom { } {
\lthsymbol{c}
}
\NewDocumentCommand \hilbert { } {
\lthsymbol{h}
}

\ExplSyntaxOff
Binary file added lthsymbols.otf
Binary file not shown.

0 comments on commit ddf0cb7

Please sign in to comment.