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
2
votes
1 answer

Strange `tinytex` behavior - `~/.TinyTex` keeps dissapearing?

In my rocker/rstudio-derived docker container, I'm engulfed in a quagmire surrounding the yearly TexLive update and the R package tinytex. I have gone through a plethora of iterations of tinytex::install_tinytex(), tinytex::uninstall_tinytex(),…
balin
  • 1,554
  • 1
  • 12
  • 26
2
votes
0 answers

How to solve "undefined control sequence" error for "\newword" in Latex?

I'm using Texlive 2018, and I'm going to run a simple code. I got the error for commands like: "\newword", "\newacronym", "\gls", that Undefined control sequence. \newword I'm wondered why the same code can be run on others system. Is there…
nastaran
  • 132
  • 1
  • 12
2
votes
0 answers

Errors occurred while compiling the file with LuaLaTex

Errors occurred while compiling the file with LuaLaTex. The tex file is as simple as below: % thesis.tex \documentclass{fduthesis-en} \fdusetup{ style = { bib-backend = bibtex, bib-style = numerical, bib-resource = {a.bib}, …
zoe yang
  • 21
  • 2
2
votes
1 answer

File name encoding in Emacs latex mode

I use auctex plugin for emacs and texlive on both my OSsgnu/linux` and windows. On gnu/linux it works like magic when i try to compile a pdf from a *tex file. On windows (ver. 8.1) if i use cyrillic characters in *tex file name i get this…
Gakeze
  • 21
  • 1
2
votes
1 answer

Where to put own document class .cls file for Tex Live 2016

I understand that there are similar questions posted on stack overflow and elsewhere. But after a couple of trials and failures, I thought this could be a new version of an old question. So with TexStudio 2.9.4 + Tex Live 2016 with Windows 10…
Woodpecker Wang
  • 49
  • 3
  • 10
2
votes
1 answer

What permissions should 'texlive' have?

For years I have been using MacTeX which installs in /usr/local/texlive, and have recently started using Homebrew to manage some packages (though not — yet — TeX). As a consequence of the adoption of Homebrew, I've changed the owner of all of…
orome
  • 45,163
  • 57
  • 202
  • 418
1
vote
0 answers

pgfplots not working with TexLive on Windows

\begin{tikzpicture} \begin{axis} \addplot[color=red]{exp(x)}; \end{axis} \end{tikzpicture} %Here ends the 2D plot \hskip 5pt %Here begins the 3D plot \begin{tikzpicture} \begin{axis} \addplot3[ surf, …
Gier
  • 11
  • 4
1
vote
1 answer

Building full TexLive docker image meets error after package installation

Building this Dockerfile FROM texlive/texlive:latest-minimal # 76d39535e480 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && rm -rf /var/lib/apt/lists/* RUN tlmgr update --self && tlmgr install scheme-full fails with…
obfish
  • 673
  • 4
  • 17
1
vote
2 answers

How to call latex located in docker?

Is it possible to pull texlive image in docker (e.g. https://hub.docker.com/r/texlive/texlive) and use it from my computer instead of installing texlive on my computer? I like the idea using containers instead of installing software.
1
vote
1 answer

Total download size of TeX Live full installation on Linux 64-bit?

I was installing TeX latest version, but didn't realise the amount of files that were going to be downloaded. According to this site, the total installation size is 7GB+. But it doesn't mention the total Download size. Does anyone know the total…
L_R
  • 170
  • 11
1
vote
1 answer

pdflatex missing T2A fonts?

LaTeX Font Warning: Font shape `T2A/lmr/m/n' undefined LaTeX Font Warning: Font shape `T2A/lmr/bx/n' undefined Where can I get them? pdfTeX 3.141592653-2.6-1.40.24 (TeX Live 2022) Example…
1
vote
2 answers

Problem with editing LaTex in VS Code with TexLive after uninstalling MikTex

I'm a noob at setting up LaTeX and I'm completely stuck. I had a broken MikTex + TexStudio setup that the previous owner of my work computer left behind (I also mention that I recently upgraded from Windows 10 to Windows 11). Unable to fix it, I…
1
vote
0 answers

pdflatex problem with seminar in texlive-2021

I recently encountered problem with seminar class. I am using app-text/texlive-2021 on Gentoo Linux. Simple test case: \documentclass{seminar} \begin{document} \end{document} Output: pet@pvn ~/Documents/work $ pdflatex pokus.tex This is pdfTeX,…
1
vote
1 answer

How do I get CMake to check for TeXLive in Pandoc?

In PerfectTIN (https://github.com/phma/perfecttin), I build the documentation with this CMakeLists file: find_program(PANDOC pandoc) if (PANDOC) execute_process(COMMAND ${PANDOC} "--resource-path=/" INPUT_FILE /dev/null ERROR_FILE /dev/null…
Pierre Abbat
  • 485
  • 4
  • 10
1
vote
1 answer

How to restore python 2.7 in ubuntu after accidentally removal[messed up my /usr/bin/]

I was trying to repair texlive using the following script http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh this messed up my /usr/bin directory. Now I am getting this error bash: /usr/lib/command-not-found: /usr/bin/python3: bad…
WhySoSerious
  • 185
  • 1
  • 19