TeX Live is an initiative by the TeX Users Group to provide a complete distribution of the TeX system, including binaries, utilities, and fonts.
Questions tagged [texlive]
20 questions
25
votes
6 answers
Pdf viewer that handles live updating of pdf/doesn't lock the file
I'm working on a latex document (with pdflatex, cygwin, acrobat reader) and I'm am tired of the make - close - open process.
On osx with Preview I don't have that problem, since I can compile the .tex files, while the resulting pdf is opened in the…
mike
- 479
9
votes
1 answer
How can I switch between pdflatex and xelatex conversion in Sublime Text 2?
I often switch between compiling "classic" LaTeX and XeTeX documents.
Sublime Text 2 has a package called LaTeXTools that allows you to build LaTeX documents via a simple CmdB. Neat.
The build file LaTeX.sublime-build obviously exists in the…
slhck
- 235,242
5
votes
3 answers
Telling aptitude I've already installed something
Hi, I know this might be a non-sense question, but I have to ask. I installed TeXLive 2009 on Ubuntu 10.04 (x64), but I did it manually with the "install-tl" perl script following the directions on http://tug.org/texlive/doc.html. All the other…
anlucki
- 63
5
votes
1 answer
How to create and install all relevant font-metrics and fontmaps of a TrueType font on Linux for (pdf)TeX?
Essentially I have found this guide, but it is for miktex, i need a guide for texlive on Debian/Ubuntu which will not pollute dpkg installed texmf.
I'm interested in converting TrueType font to be usable in (pdf)(La)TeX.
All the power google turn up…
Dima
- 12
4
votes
3 answers
Search /usr/local/texlive directory with Spotlight
Having TeXLive installed on my Mac, I frequently need to consult documentation for some of the packages. It seems silly to Google this when I have the PDFs all on my HDD in /usr/local/texlive/2011/texmf-dist/doc , so I want to be able to use…
Teake Nutma
- 143
3
votes
1 answer
What are the differences between MikTeX and TeXLive?
Under Windows, what differences are visible to the user? If you are already familiar with one (MikTeX in my case), is it worth it to try out the other?
Alexey Romanov
- 2,438
2
votes
1 answer
What file extension do OpenOffice Dictionary files have?
I have a program that supports importing OpenOffice Dictionary files for use with its own spell checker, which I would like to do since the language I want to write in isn't available as a built-in language. However, when I click on "Import…
Newbyte
- 146
2
votes
1 answer
How to install Texlive on CentOS?
How can I install texlive in CentOS? I'm trying yum, but it has repos only for tetex. Where to search for?
yegor256
- 1,731
- 3
- 15
- 14
1
vote
0 answers
can't start biber(bibLaTex Compiler), although it is successful installed (fedora21)
solved
Hey,
i installed texlive-biblatex* , but strangly i cant start it, using "biber".
$ biber
bash: biber: Befehl nicht gefunden...
Also i cant access the manpage for bibLaTeX:
$ man biblatex
Kein Handbucheintrag für biblatex vorhanden
but…
uuu
- 215
1
vote
1 answer
Which Ubuntu 10.10 package provides the LaTeX class res.cls?
I am trying to find res.cls! I've been looking for quite a while for res.cls but have not found it.
All signs point to it being in texlive-latex-extra, but as far as I can tell it wasn't provided.
I am in the midst of installing texlive-full just to…
OEP
- 133
- 1
- 6
1
vote
1 answer
Texlive package manager in Ubuntu 10.4
There is no texlive package manager in Ubuntu 10.4 even if the version of texlive is 2009. Is there some package which should be installed?
liborw
- 123
1
vote
2 answers
Modified Windows 10 registry and now get this error popup message
I asked a question a while ago (Opening Windows 10 application with custom .exe target addition globally) which worked perfectly for TeXlive 2022. I have updated to TeXlive 2023, followed the answer by @harrymc, but now I receive this random pop-up…
piJT
- 59
1
vote
1 answer
LatexTools not installing in Sublime Text 3
I am using Sublime Text 3 on Ubuntu 18.04. I have been trying to install the LatexTools package using Package Control. However, each time I try, the package seems not to have installed - it does not appear under "Package Settings" or "Installed…
SamT
- 11
1
vote
0 answers
Setting up LaTeX to compile elsewhere?
How can I set up a compile server and editing client on different machines?
Context
I use my netbook for document editing, but it doesn't have the storage space to run a full TeX distribution. It is running Windows 10, and I primarily use Atom for…
speedstyle
- 47
0
votes
1 answer
Install package by file provided in yum/dnf
At least on a recent Fedora system, it is possible to install a TeXLive package by specifying a .sty file, which is great, as in
yum install 'tex(amsmath.sty)'
It also work with dnf, the soon to be replacement for yum. I can't find any…
G.J
- 163