Search found 75 matches

by erwann
Fri Aug 26, 2016 4:40 am
Forum: Letters
Topic: Digitized signature in package lettre?
Replies: 5
Views: 102850

Digitized signature in package lettre?

Is there a way obtain a digitized signature over printed name using 'lettre'? I guess not, that would be feature request.

Code: Select all

\includegraphics[]{sig.png}
\signature{Dr~S.~E.~Dnavegem}
by erwann
Fri Aug 26, 2016 3:37 am
Forum: Letters
Topic: Package 'lettre': how to hide the 2nd 'Ref #'?
Replies: 2
Views: 82501

Re: Package 'lettre': how to hide the 2nd 'Ref #'?

PS: it should be \Nref, not \nref, but it doesn't change the outcome.
by erwann
Fri Aug 26, 2016 3:00 am
Forum: Letters
Topic: Package 'lettre': how to hide the 2nd 'Ref #'?
Replies: 2
Views: 82501

Package 'lettre': how to hide the 2nd 'Ref #'?

Package 'lettre' has two parameters for 'Ref #', that of the recipient, and that the sender:
\begin{lettre}...\vref{xyz} \nref{abc}...\end{lettre} I would like to keep the first field, but hide the second field, so I tried this: \begin{lettre}...\vref{xyz}...\end{lettre} , which did not work (see ...
by erwann
Thu Aug 25, 2016 9:50 pm
Forum: TeX Live and MacTeX
Topic: Missing doc files in package 'lettre'
Replies: 1
Views: 8855

Missing doc files in package 'lettre'

This file and a few others are missing from /usr/local/texlive/2016/texmf-dist/doc/latex/lettre Re-installing the package does not add the missing file. Is it supposed to be that way (add the files manually)? That's how I found out:
$ pdflatex -v
pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016 ...
by erwann
Thu Aug 25, 2016 4:17 am
Forum: TeX Live and MacTeX
Topic: Why compiling LaTex examples require 'sudo'?
Replies: 1
Views: 7121

Why compiling LaTex examples require 'sudo'?

Why are TexLive's doc files owned by root? Would it be a good idea to chown them to a non root user?

texmf-dist my-mac$ ls -ld doc/
drwxr-xr-x 49 root staff 1666 Aug 24 19:31 doc/

$echo $PWD
/usr/local/texlive/2016/texmf-dist/doc/latex/lettre

$ pdflatex letex1.tex
This is pdfTeX, Version 3 ...