Skip to content
New issue

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

Script doesn't work #4

Open
ybelenko opened this issue Mar 1, 2021 · 1 comment
Open

Script doesn't work #4

ybelenko opened this issue Mar 1, 2021 · 1 comment

Comments

@ybelenko
Copy link

ybelenko commented Mar 1, 2021

MacOS Mojave
10.14.6

$  tlmgr --version
tlmgr revision 57705 (2021-02-10 23:57:28 +0100)
tlmgr using installation: /usr/local/texlive/2020basic
TeX Live (https://tug.org/texlive) version 2020

TexLive Utility
Version 1.47 (1.47)

BasicTex installed from here

$ make
Output written on wlan-sheet.pdf (7 pages, 69629 bytes).
Transcript written on wlan-sheet.log.
Latexmk: Examining 'wlan-sheet.log'
=== TeX engine is 'pdfTeX'
Latexmk: Missing input file: 'fourier.sty' from line
  '! LaTeX Error: File `fourier.sty' not found.'
Latexmk: Missing input file: 'fontawesome.sty' from line
  '! LaTeX Error: File `fontawesome.sty' not found.'
Latexmk: Missing input file: 'qrcode.sty' from line
  '! LaTeX Error: File `qrcode.sty' not found.'
Latexmk: Missing input file: 'translations.sty' from line
  '! LaTeX Error: File `translations.sty' not found.'

Latexmk: Log file says output to 'wlan-sheet.pdf'
Latexmk: Errors, so I did not complete making targets
Collected error summary (may duplicate other messages):
  pdflatex: Command for 'pdflatex' gave return code 1
      Refer to 'wlan-sheet.log' for details
Latexmk: Use the -f option to force complete processing,
 unless error was exceeding maximum runs, or warnings treated as errors.
make: *** [all] Error 12

I've spent almost 2 hours and ended up with build error, maybe you should mention in main README that your script requires a lot of tools and configuration. MacTex isn't preinstalled software on MacOS.

@barak
Copy link

barak commented Jul 11, 2024

Under Debian, this requires a couple LaTeX packages to be installed. I don't think this is a bug, but it might be useful to mention in README.md to avoid having to grovel around to find them.

$ sudo apt install texlive-pictures
$ sudo apt install texlive-lang-european
$ sudo apt install texlive-lang-polish
$ sudo apt install texlive-lang-german 
$ sudo apt install texlive-lang-czechslovak 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants