Questions tagged [signatures]

40 questions
3
votes
0 answers

Legally valid signature in LaTeX

Is it possible to create a legally valid signature in LaTex? I can't find anything on that subject. Let us say I want to create a NDA. How do I sign it using LaTeX? https://www.docusign.com/blog/are-electronic-signatures-legal
anon
2
votes
1 answer

Signature on LaTex lines Problem

How can I put the lines centered with the names and with the same length (the length of the widest name for all)?…
2
votes
2 answers

Signature on LaTex lines

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[portuguese]{babel} % or "brazilian" \newcommand\namegroup1{% \begin{minipage}[t]{0.4\textwidth} \vspace*{1.5cm} % leave some space above the…
2
votes
1 answer

Adding dots for signature in a document

Is there a smart way to add a number of dots in a place for a signature in a document? For instance: ................ Supervisor It would be also perfect to control number of dots as a function of the length of what is under the dots.
1
vote
0 answers

Signature in LaTeX document

Is it possible to digitally sign a document in LaTeX? Can I add an image to LaTeX's files so that I don't always have to add it to my working directory? Are there better ways to add my signature?
0
votes
0 answers

Add signature png on Line

I have the following question. I have the following sample code. I have my signature (sig.png) in an image file. How do I have to adapt the code so that this image file is automatically placed on the stroke? Preferably dynamically adaptable to the…
0
votes
1 answer

Cryptographic signatures in LaTeX generated PDF files

I'm using TeXLive 2021 on 64-bit GNU/Linux (installed in /usr/local, not distro). I currently use pdfLaTeX because I haven't yet needed anything from LuaLaTeX that I can't do in pdfLaTeX, but I'd switch for this. To accomplish cryptographic digital…