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
0 answers

Tex Live Installation

I want to generate a pdf file from a Rmd script (r markdown), so I installed Pandoc, in the installation guide, it said: For PDF output, you’ll need LaTeX. We recommend installing TeX Live. So I downloaded Tex Live from their website. (I must…
problème0123
  • 841
  • 2
  • 9
  • 23
0
votes
0 answers

List of all keywords of texlive manager

I want to know the syntax which show me list of the all keywords of texlive manager. i'm using windows 10 and texlive 2019
0
votes
1 answer

Cannot upgrade or otherwise change tex-live installation on Heroku

Pushes of updates to my app to Heroku are now rejected because of a tex-live incompatibility. See the error message below. Heroku error message remote: tlmgr: Remote repository is newer than local (2018 < 2019) remote: Cross release updates are…
jxxcarlson
  • 223
  • 3
  • 13
0
votes
0 answers

Multilingual LaTeX document with math/scientific symbols

Hoping for true unicode support as-is in pdfTeX Trying to get a multilingual LaTeX document that can also display math/science symbols. Installing babel, babel-vietnamese and vntex (Vietnamese), cjk (Chinese) works for Vietnamese and Chinese in a…
user3496136
0
votes
1 answer

using texlive fonts in R plots on macos

could someone please point me to a document that explains how to make the texlive fonts available to R plots? I used to have this working, but it no longer works. Here is my attempt to make the texlive 2018 bera fonts available to R: $ R…
ivo Welch
  • 2,427
  • 2
  • 23
  • 31
0
votes
0 answers

Cannt run pdflatex in texstudio

If i run in terminal sudo pdflatex file.tex it works and compiles but not if i dont add sudo nor use texstudio? I tryed to add pdflatex to my $PATH: PATH=$PATH:/usr/bin/pdflatex export PATH but it didnt help. $ sudo which…
Tollpatsch
  • 304
  • 4
  • 13
0
votes
1 answer

Texlive copy-paste with tabs formating

I have a problem with texlive, when I try to copy paste some code, it pastes without tabs(formatting) in the beginning of lines. It is really annoying to type them again. Is the way to change that behavior? Thanks.
LinearLeopard
  • 728
  • 1
  • 6
  • 18
0
votes
1 answer

Cleanthesis TeX Theme wont create pdf

Im trying to build a (the thesis-example.tex) PDF with the cleanthesis theme (http://cleanthesis.der-ric.de/) and it wont work The last failure is: ! pdfTeX error (font expansion): auto expansion is only possible with scalable…
Nico
  • 323
  • 4
  • 14
0
votes
1 answer

What is the purpose of \summary in tex?

I have to write a report using LaTeX for my final year project at university. Having been given some example documents to learn to use it, a common command, \summary, keeps appearing. However, what's written inside the summary doesn't appear…
0
votes
1 answer

pandoc convert to pdf fails when € is in a header

Windows 10 \euro in LaTeX I have MiKTeX 2.9.6300 64-bit, and I can xelatex eurosym where eurosym.tex contains the following LaTeX code: \documentclass{article} \usepackage{eurosym} \begin{document} \section{2\euro{}} % (this line fails if…
joharr
  • 403
  • 4
  • 12
0
votes
1 answer

MacTex 2015 Installation fails

I am using a Mac air with OS Mavericks. I currently have the 2014 version of TexLive installed via MacTex. I opened it to update my Latex, and it required updates. Ok, after updating TexLive I relaunch and it gives me a message that TexLive2014 is…
travelingbones
  • 7,919
  • 6
  • 36
  • 43
0
votes
1 answer

Is it possible to compile latex to pdf on heroku server?

I need to compile the latex to pdf on heroku node.js server. The problem is that we need to install texlive for exec command.
Daniil Yasnov
  • 31
  • 1
  • 9
-1
votes
1 answer

latex UKenglish package error

Today I tried to recompile a .tex file which I had compiled with no problem not so long before. And I got an error: ! Package babel Error: Unknown option `UKenglish'. Either you misspelled it (babel) or the language definition file UKenglish.ldf…
madasionka
  • 812
  • 2
  • 10
  • 29
-1
votes
1 answer

Ghostscript ps2pdf output size 555 points x 555 points

I'm using ghostscript via TexLive command line. I need a PDF of size 555 x 555 points. I tried ps2pdf rho.eps dDEVICEWIDTHPOINTS=555 -dDEVICEHEIGHTPOINTS=555 myTest1.pdf but it returned Producer: GPL Ghostscript 9.18 CreationDate: 10/31/16…
1 2 3 4
5