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
1
vote
1 answer

LaTeX configuration issue on Mac - unable to typeset

I am trying to install and use LaTeX on my Mac. I have used it on Windows before without issue, but after installing MacTex when I try to typeset a document in pdflatex it comes up with an error, even though nothing has changed in the code from when…
James
  • 13
  • 2
1
vote
1 answer

Version mismatch error from hyperref and hpdeftex in TeXLive

I am having problems getting hyperref to work with my TeXLive installation. Here is a simple example: \documentclass{article} \usepackage{hyperref} \begin{document} \href{www.jamescurran.co.nz}{www.jamescurran.co.nz} \end{document} which…
James Curran
  • 1,274
  • 7
  • 23
1
vote
0 answers

Latex glossary wont show up

i try to print a glossary, but it wont show up. It doesnt show a error or something. Here is an min. example. I use TeXstudio 2.12.16 and TexLive 2019 on a Win10 machine. It would be very nice if someone could help…
1
vote
1 answer

tinytex in r: Font fplmri at 600 not found after tex live 2019 update, how to fix it?

I am using R markdown with tinytex to write my thesis. Some of the templates I'm using has used the mathpazo package. After the Tex Live 2019 update, the tinytex on my computer couldn't use mathpazo: it looks for "/fplmri[.](tfm|afm|mf|otf)", then…
Fin
  • 11
  • 4
1
vote
1 answer

Docker Alpine Texlive error: tlmgr: not found

I am trying to build a LaTeX Docker image so that I can easily compile LaTeX documents in vim. But when I run the command docker build -t latex . to build the Docker image with the Dockerfile and texlive-profile.txt files below, I get an…
anti-destin
  • 799
  • 1
  • 8
  • 19
1
vote
0 answers

Compile Latex files on Android

I want to compile a Latex file from my android App to produce a pdf file. Regarding this question: https://tex.stackexchange.com/questions/87520/how-to-install-tex-on-android-phones, I have installed a portable version of texlive. Then I have tried…
Ahmad Slo
  • 39
  • 5
1
vote
1 answer

Can I install MacTex on a machine with Homebrew without permission (or other) issues?

I currently have a working MacTex 2014 installation and Homebrew installation on OS 10.10.3, and am about to install MacTex 2015. But I'm concerned about permission issues. Both packages install in /usr/local, and Homebrew requires very specific…
orome
  • 45,163
  • 57
  • 202
  • 418
1
vote
1 answer

TeX Live version under Ubuntu

my server has as operation system: Ubuntu 12.04.05 LTS. Because my goal is to generate some .tex-files on my server I installed TeX Live. So I executed this command in the shell: apt-get install texlive -full It installed about 1.7 Gb. When I now…
Michaelsen
  • 25
  • 1
  • 5
0
votes
0 answers

Unable to install packages using tlmgr

I have done a fresh installation of texlive on my linux system. When I try installing any packages using tlmgr, I get the following error: (running on Debian, switching to user mode!) (see…
Sharan Kumar
  • 139
  • 1
  • 2
  • 13
0
votes
0 answers

Some packages in Latex like fullpage, color or graphicx etc. don't work

I'm currently working on some Latex assignments. I use the Latex live distribution. I was being told that all the packages I need I would be able to get from there, however i wouldn't be writing this if that was the case. Code's that have those…
0
votes
1 answer

How should I have automatic sphinx documentation in Azure Devops if texlive is frozen?

I am using an azure pipeline to automatically update pdf documentation within a repository. I can do this using sphinx and a makefile together with .rst files that can be tracked with git. I wanted to have a windows pipeline such that the same…
0
votes
0 answers

APA style latex - Ubuntu

I am trying to use apastyle via \bibliographystyle{apa} for my reference list. Unfortunately, I get the error message: "I found no style file" when using Bibtex. Can someone maybe explain to me how to fix this error? I am using (TexLive2019 Debian)…
P.Jo
  • 532
  • 3
  • 9
0
votes
0 answers

Texkive downloading error: No such file or directory

my friend has a little problem with TexLive downloading: We try reload computer but nothing happened
WhoLooks
  • 1
  • 1
0
votes
0 answers

Trying to run a python script which uses Tex Live in Anaconda

I am following the pynomo installation steps in order to use their code. I installed Anaconda, tried to run the code and it said there was an attribute error - object has no attribute 'texoutput'. I realised I had to install Tex Live for this to…
cbee
  • 1
0
votes
0 answers

Install TeXLive on OpenSUSE

I have an OpenSUSE Leap 15.2. operating system. I have downloaded this texlive.ymp file from this link. I go to YaST > Software Manager (as suggested here), but then I don't know what to do. Where can I find this texlive.ymp file? I have also tried…
zest16
  • 455
  • 3
  • 7
  • 20