vog / fingerprint

Print your GPG key fingerprint with LaTeX
https://vog.github.io/fingerprint/
13 stars 2 forks source link

missing files #8

Open blub4747 opened 6 years ago

blub4747 commented 6 years ago

Hello there,

I tried to use your fingerprint tool and ended up with the following error msgs.

xubuntu@xubuntu:/media/xubuntu/STICKY/public-keys-bk-20-07-2018$ sh fingerprint.tex This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex) \write18 enabled. entering extended mode (./fingerprint.tex LaTeX2e <2016/02/01> Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.

the first error msg says ! LaTeX Error: File `scrartcl.cls' not found.

the second error msg says Enter file name: file1

! LaTeX Error: File `file1.cls' not found.

vog commented 6 years ago

You don't have koma-script installed. I improved the instructions accordingly.

Does this solve your issue?

blub4747 commented 6 years ago

Hello, When I open the link https://github.com/vog/fingerprint/blob/master/fingerprint.tex I end up on a page with the old file version. If I do run the new version I now get this error msg.

fingerprint.tex:

8: fingerprint.tex: Syntax error: newline unexpected I am only editing one entry which is the part with the fingerprint in it.

vog commented 6 years ago

I did not update the file fingerprint.tex, that one is perfectly okay.

I updated the instructions in the README, so you know how to install koma-script on your system.

Please follow the instructions of the new README:

Does this solve your issue?

blub4747 commented 6 years ago

Hello there,

I just did a

_gpg2--list-key > whatevertextfile.txt and continued from there on

vog commented 6 years ago

Did you try the installation command "apt-get install texlive-latex-recommended" as mentioned in the README? If that didn't work, what was the error message?