1
vote
1answer
62 views

Problem with font map

Compiling a beamer project, I get the following error: mktexpk: /home/matthieu/.texlive2012/texmf-var/fonts/pk/ljfour/public/cm/cmss8.525pk: successfully generated. ...
2
votes
1answer
81 views

Problems with installation of MinionPro [closed]

I am trying run my .tex-file after I installed MinionPro in TeXLive, but the following problem appears: !pdfTeX error: pdflatex (file MinionPro-Bold.pfb): cannot open Type 1 font file for reading ...
3
votes
0answers
130 views

Is is possible to installing only required LaTex tool “pdflatex” in Ubuntu?

I do not know the dependencies b/w the tools provided by the Latex bulky lib.A suggested command to install LaTex tools on Ubuntu is: sudo apt-get install texlive-full Its full installation requires ...
0
votes
1answer
79 views

Error with ASCII characters [closed]

I have an apostrophe as in educator's, which is displayed as eductaor's and prevents TeX from generating a pdf. I have used this as well: \usepackage[utf8]{inputenc} how can I fix that? ...
9
votes
2answers
249 views

It is possible to make fonts appear heavier (darker) in pdf output of Latex?

[Edited to include what I have learned from the answers.] I am using Latex in TeX Live on my Mac, through TeXLive. I compile .pdf files using Pdflatex. I use the default fonts. [These fonts are ...
1
vote
0answers
99 views

How to run this template of latex in a Mac OS TexLive?

CASthesis-v0.2.zip Above is a template for writing thesis in Chinese. (Fortunately, there is not very much Chinese content in this template.) It works well on a Windows machine. But when I run it on ...
2
votes
0answers
176 views

Font installation working on Win/miktex but not Ubuntu/texlive [closed]

after researching and trying out many tipps here from online ressources (spending two days) I am about to give up - but still hope that maybe you might have some good idea. The task: I want to ...
2
votes
1answer
183 views

Latex ignores blank space after capital letters

I am having a weird problem. When I compile my documents, Latex drops white spaces between words. This happens only after capitalized letters. For example, R reports the standard OLS SE, instead of ...
2
votes
1answer
912 views

URL package installed but cannot be found by pdflatex [closed]

I recently installed a full version of TeXLive 2012 (around 3.2 GB installation). Following is a simple LaTeX code that I am unable to compile: \listfiles \documentclass{article} ...
8
votes
1answer
99 views

How can I use -max-print-line in pdftex (TexLive)?

I know that Miktex has an option -max-print-line=n to change the width of the output. I wondered if something like that existed for pdftex from TexLive ? I'm on Gentoo. It is very annoying to have ...
6
votes
1answer
126 views

Why does pdflatex stall when called by NIS Users?

I ran into a very strange problem recently: I'm administrating Mandriva Linux in a networked setup where users authenticate via NIS. We noticed that pdflatex simply stalls with no error messages and ...
1
vote
1answer
261 views

gentium as font with pdflatex from texlive 2012 [closed]

How can Gentium be used as default font with pdflatex from TeX Live 2012? Somehow Gentium is included in TeX Live but cannot be accessed with \usepackage{gentium}, see What font packages are installed ...
2
votes
1answer
533 views

LaTeX minimal installation in Linux (Ubuntu apt-get)

I am running LaTeX on a Linux VM. I am running a Xubuntu and have very little space to use. I managed to install some of the latex packages without documentation. Currently I am missing fullpage ...
3
votes
1answer
2k views

Local font installation problems

Recently I tried to reinstall the MathTimePro II fonts in my local texmf directory. I already have Lucida fonts installed which works fine. So I carefully copied all the relevant files/folders to the ...
2
votes
1answer
472 views

Compiles to PDF but not DVI

I just installed TeX Live on Ubuntu 10.04 using the install-tl-unx.tar.gz package. However, when I tested the installation I noticed that it cannot compile to DVI but it can compile to PDF. My ...
7
votes
2answers
6k views

TeXLive 2011: pdfLaTeX does not convert eps to pdf for eps files in subdirectories

As from 2010, TexLive has been converting .eps files directly to pdf file if the compilation is done with PDFLaTeX. Thus a file named coilsans.eps will be automatically be converted to a file named ...
1
vote
1answer
600 views

TeXLive/PDFTeX fonts loading problem

I'm using TexLive on Windows Please look at my error log This is pdfTeX, Version 3.1415926-2.3-1.40.12 (Web2C 2011) restricted \write18 enabled. entering extended mode (./APSBezierSegment_out.tex ...
6
votes
1answer
208 views

Prematurely ended file

I'm trying to read a large file (about 1.5M) with information to be processed, but it always ends prematurely with either \input or a loop with \read. The file is correctly balanced (believe me) and ...
2
votes
1answer
445 views

pdfTex Miktex/Tex Live 2010 version difference

We are having difficulties running PDF-XChange Viewer with pdflatex. With configuration MiKTeX the viewer works fine but with TeX Live 2010 the viewer crashes on windows xp sp3. Any ideas what the ...
1
vote
2answers
2k views

Easiest way for installing and using pdfLaTeX on Windows

Installing and using pdfLaTeX is straight forward on Linux since you can select an install from the synaptic package manager and then use the command prompt. In Windows it seems a bit more complicated ...
1
vote
2answers
245 views

Two encoding files for one font in pdftex.map

What does it mean when pdftex.map has two encoding files in the entry of one font? Background: I am one of the maintainers of matplotlib, a Python plotting library. One feature of matplotlib is that ...
1
vote
1answer
652 views

acroTeX and TeXLive 2010

this is a follow-up of the post: How do you say Happy New Year with LaTeX? How do you say Happy New Year with LaTeX? It sounds great to be able to use LaTeX for such greetings but however I have ...
2
votes
1answer
873 views

pdflatex-fmt-doesnt-match-pdftex-pool

Using Kile 2.1 beta 4, TeXlive2010 on Ubuntu 10.04 the call of pdflatex from kile fails with the error "pdflatex-fmt-doesnt-match-pdftex-pool" as it has been reported here. However, I can compile ...
5
votes
1answer
231 views

Differences in texlive implementations

I run the same input file in two computers, one having TeX Live/Debian under Ubuntu, the other with TeX Live/opensuse under SUSE 11.1. The second one fails to handle the file properly. In ...
2
votes
1answer
314 views

Why does TeX Live's pdfTeX's %& parsing override the executable name?

In testing my answer to this question, I initially wrote the file %& eplain % code to answer question here \bye and compiled with pdftex e. Much to my surprise, the penultimate line of output ...