We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to insert an image (*.png) as a signature using the YAML options? Or any other workaround?
The text was updated successfully, but these errors were encountered:
not as of rn, don't see how to include any tex in the variables directly
trying to implement sth for that may look alike …
change closing in letter.latex:
letter.latex
% OVERRIDES \closing{% \usekomavar{closing} $if(signatureimage)$ \\\includegraphics[scale=1]{$signatureimage$}\\ \usekomavar{signature} \setkomavar{signature}{} $endif$ } $if(ps)$\ps{$ps$}$endif$ $if(encl)$\encl{$encl$}$endif$ % END OVERRIDES
there might be a nicer solution than setting signature to nothing after use.
signature
in YAML:
YAML
closing: Mit freundlicen Grüßen, signature: Erika Musterfrau signatureimage: signature.png
Sorry, something went wrong.
No branches or pull requests
Is it possible to insert an image (*.png) as a signature using the YAML options?
Or any other workaround?
The text was updated successfully, but these errors were encountered: