Tagged Questions
1
vote
0answers
107 views
How do I manually install the necessary packages to get TeXmaker to work? And in which directory do I put them? [duplicate]
I use Ubuntu 12.04 and I'm just getting started with TeXmaker. However, I need to get the library/package (what's the difference anyway?) for it to work and I'm having trouble with finding it in the ...
1
vote
0answers
127 views
Are bitmap fonts too fuzzy or is it just me? [closed]
The above text was rendered with LaTeX. The text below was rendered in Libre Office.
You can see that there is a big difference in clarity, I think. Is it just me? How can I get LaTeX to produce ...
2
votes
1answer
147 views
Update package of TeX Live 2009
I have a CLSI (LaTeX server) instance running on Ubuntu 10.04:
http://code.google.com/p/common-latex-service-interface/
Now I want to install a new package and also upgrade an existing package. The ...
3
votes
1answer
474 views
Manually install packages from dtx file on ubuntu [duplicate]
Possible Duplicate:
How do I install an individual package on a Linux system?
My TeXLive doesn't have the standalone package. I read part of the documentation, the PDF file from the ...
3
votes
3answers
867 views
TeX Live — problem with install [Ubuntu, bash]; new packages
I don't know how to install new packages. I've tried to install texLive [I have installed sudo apt-get install texlive-full -- which went correct, but I can not install Tex Live], but after install ...
2
votes
1answer
1k views
How to install additional LaTeX packages in Debian/Ubuntu
I just installed texlive-latex-base package from official Ubuntu repo, now I have to add some modules (ucs and utf8x) for compiling .pdf files with Cyrillic encoding, so, how to install it? I found ...
5
votes
1answer
151 views
Is there a similar manpage for LaTeX packages/template?
In Unix like systems, there are always manpages for the packages installed.When I'm using latex, I have to use some templates or packages. But I'm not familiar with the usage of some package.For ...
1
vote
1answer
4k views
Package algorithm2e on Ubuntu
I am having some trouble getting a LaTeX document to compile. I would like to use the package algorithm2e. I am working on a machine running Ubuntu. I tried using Texmaker and Gummi (LaTeX editors) ...
2
votes
2answers
3k views
texlive does not find sty file
I am on Ubuntu 8.04 and just install TeX Live with :
sudo apt-get install texlive-full.
I tried to compile my .tex file with TexMaker.
I get :
xcolor.sty not found
titlesec.sty not found
How ...
4
votes
2answers
3k views
Finding a Ubuntu package for a sty file [duplicate]
Possible Duplicate:
How do I install an individual package on a Linux system?
I've had this problem for a while now on Ubuntu. Whenever I have a missing .sty file (right now, it's ...
2
votes
1answer
5k views
How do I manually install a package to Texmaker - Ubuntu 10.10+ [duplicate]
Possible Duplicate:
How do I install an individual package on a Linux system?
At university we have now been given a bunch of .sty files which fit the university's template.
I got it to ...
29
votes
2answers
19k views
Best way to install packages for TeXLive in Ubuntu?
I want to install a package (specifically xlop). I'm using TeXLive on Ubuntu, and I don't really know my way around LaTeX.
Can apt-get install or something similar be used?
8
votes
3answers
3k views
Can I download CTAN packages from the command-line? (Ubuntu)
I'm reading this, where one of the respondents says to "get a package from CTAN". There are no installation instructions in the package mentioned.
I've installed texlive-full and use the long-term ...
7
votes
1answer
19k views
How to install new packages on Texmaker on Ubuntu?
How do I install new packages on Texmaker? I use Ubuntu 10.04 LTS.