Skip to content
Snippets Groups Projects
Commit 779d1dba authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Base64-Unterstützung (luaTeX nötig!)

parent 3d9049da
Branches
No related tags found
No related merge requests found
gefahrgutformular/SIG_Ute_Becker.png

383 KiB

......@@ -2,7 +2,7 @@
[Definitionen f. luaLaTeX/XeLaTeX]
\RequirePackage{fontspec}
\setsansfont[Ligatures=TeX]{TeX Gyre Pagella}
%\setsansfont[Ligatures=TeX]{TeX Gyre Pagella}
\setmonofont{AnonymousPro-Regular}[%
Extension = .ttf,
BoldFont = AnonymousPro-Bold,
......@@ -10,7 +10,13 @@
BoldItalicFont = AnonymousPro-BoldItalic,
Scale = 1.034
]
%\setmonofont[Scale=1.05]{Latin Modern Mono}
\setsansfont{texgyreheros}[
Ligatures=TeX,
Extension=.otf,
UprightFont=*-regular,
BoldFont=*-bold,
ItalicFont=*-italic,
BoldItalicFont=*-bolditalic.otf]
\RequirePackage{newunicodechar}
\newunicodechar{^^^^202f}{\,}% 'NARROW NO-BREAK SPACE' (\u202F, 8239)
......
......@@ -32,7 +32,7 @@
\RequirePackage{graphicx,eso-pic,pict2e,picture,xcolor,trimspaces}
\RequirePackage[ngerman]{babel}
\RequirePackage{siunitx-PTB}
\RequirePackage{siunitx-PTB,luaimageembed}
\let\vl@tempdima=\@ovxx
\let\vl@tempdimb=\@ovyy
......@@ -165,9 +165,16 @@
\put(\vl@tempdima,\vl@tempdimb){\line(1,0){\textwidth}%
\put(12bp,-34bp){\line(1,0){171}}%
\vl@tempdimc=95bp %
\ifx\vl@SignatureGraphic\@empty\else
\ifx\vl@SignatureGraphic\@empty
\ifx\vl@SignatureGraphicBaseLXIV\@empty\else
\put(\vl@tempdimc,-17bp){\makebox(0,0)[c]{%
\includegraphicsembedded[height=26bp]{\vl@SignatureGraphicBaseLXIV}%
}}%
\fi
\else
\put(\vl@tempdimc,-17bp){\makebox(0,0)[c]{%
\includegraphics[height=26bp]{\vl@SignatureGraphic}}}%
\includegraphics[height=26bp]{\vl@SignatureGraphic}%
}}%
%%% https://ipfs-sec.stackexchange.cloudflare-ipfs.com/tex/A/question/208819.html
%%% https://github.com/csachs/luaimageembed
\fi
......
No preview for this file type
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment