Questions tagged [tex-live]

TeX Live is an easy way to get up and running with the TeX document production system. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.

TeX Live is an easy way to get up and running with the TeX document production system. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.

74 questions
0
votes
1 answer

TexStudio can't find pygmentize in Pop!_os

I'm using Texstudio 21.2.2022 and i can´t use minted package I have installed pygments with pip install Pygments and the terminal says Requirement already satisfied: Pygments in /usr/lib/python3/dist-packages (2.7.1) and put -shell-escape in the…
0
votes
1 answer

Multiple problems installing TeX Live 2021 on Windows 10

I have a Windows 10 laptop where no TeX distribution was ever installed before (double-checked for config directories, files, and environment variables). Wanting to install TeX Live 2021, I followed the full installation guide and also read the…
pglpm
  • 516
  • 4
  • 14
0
votes
0 answers

zsh: command not found: mkdir

I'm missing a path for Tex Live to put my .bib file into. That's why I'm trying to create some folders via terminal. I found the commands here(page 4). Weirdly I get an error, I have no clue what zsh is telling me here. I'm a scripting noob, pls…
hal3m
  • 1
  • 1
0
votes
1 answer

Uninstalled chocolatey package and can't reinstall

I installed texlive using chocolatey but forgot to pass in --params. I uninstalled the package using choco uninstall texlive and then tried to reinstall as follows: choco install texlive --params="'/collections:games /scheme:basic'" Unfortunately,…
user32882
  • 5,094
  • 5
  • 43
  • 82
0
votes
1 answer

Failed to process string with tex because latex could not be found

I've already installed LaTeX via pip and I've also installed the software from http://www.tug.org/. But still, I can't design a plot using ChainConsumer and it gives me the error "Failed to process string with tex because latex could not be…
0
votes
0 answers

Matplotlib freezes when trying to render latex

I am new to matplotlib and latex. I tried to run this example from their website locally on my computer: import matplotlib import matplotlib.pyplot as plt import numpy as np matplotlib.rcParams['text.usetex'] = True fig, ax = plt.subplots() #…
Shai Avr
  • 942
  • 8
  • 19
0
votes
1 answer

How to install TeX live at newest version?

I installed TeX Live following the guide on their website using the install-tl script two times. Before the second install I followed the pre-install instructions on that same website, and before any installation I removed the 2017 version that had…
0
votes
1 answer

! LaTeX Error: File `trajan.sty' not found

I'm not sure how to get the Trajan style font for my latex project. All blogs I've read say I need to use sudo apt-get install texlive-full. Is there any way I don't need to download 5 Gb of texlive and just specify the Trajan font style? Thanks!
0
votes
1 answer

pdftex fails in a bash script

I have bash script that takes a booklet format PDF and converts it to separate pages. The script is called by php running under nginx. I am using pdfcrop, which calls pdfTex, which is the point of failure. The script runs fine as root from the…
Roger Creasy
  • 1,419
  • 2
  • 19
  • 35
0
votes
1 answer

Pandoc conversion to pdf not working on heroku

I have a ruby on rails app that uses pandoc-ruby to convert markdown files into pdf. The pandoc-ruby requires pandoc installation. To successfully convert to pdf, pdflatex needs to be present as well. Locally (tested on Mac and Ubuntu 18.04)…
3buson
  • 11
  • 2
0
votes
1 answer

Fresh texlive install cannot compile documents, unable find `article.cls` among many other errors

I recently uninstalled the apt version and switched to the tlmgr version (I think that's what it's called?) in an attempt to fix the issue. My file is simply: \documentclass{aricle} \begin{document} aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
0
votes
1 answer

Putting my own cls files into Texlive 2020

I am writing a book for which the publisher (Springer) has sent me a .cls file (svmono.cls). I am using LyX on Windows 10, and have just installed texlive (complete 6 Gb default installation), as it is LyX's preferred TeX distribution.…
Thomas Philips
  • 935
  • 2
  • 11
  • 22
0
votes
1 answer

tex-live build fails with: lacheck.c: No such file or directory

While building tex-live using an on-device compiler for jailbroken iOS 13.5, I reached an error where lacheck would fail to build due to a missing lacheck.c. The required file is present in the necessary location. Building the lacheck project…
deaton.dg
  • 1,282
  • 9
  • 21
0
votes
0 answers

How to fix version problems with TeXLive & tlmgr

I installed TeXLive following the instructions here and here, and the installer told me that I am installing the 2020 version: Loading http://mirror.koddos.net/CTAN/systems/texlive/tlnet/tlpkg/texlive.tlpdb Installing TeX Live 2020 from:…
Dorian
  • 1,439
  • 1
  • 11
  • 26
0
votes
0 answers

Easiest way to install latest Pandoc and LaTeX on Heroku

I want to build a Markdown to PDF converter running on Heroku using Pandoc and LaTeX that I can send markdown to and it will return a PDF. On my local machine this worked fine without any problem. I am using Pandoc 2.7.3 and pdfTeX…
tn4foxxah
  • 287
  • 2
  • 11