Tagged Questions
5
votes
1answer
71 views
Installing a handwriting fonts for LaTeX in Ubuntu
I am a LaTeX user and I am using it on Linux Ubuntu. In my document I want to use handwriting font described here. So i tried to include it by using:
\usepackage[T1]{fontenc}
\usepackage{la}
...
2
votes
1answer
48 views
How to install font from the font catalogue in Debian
As it seems many users have a problem with this in Debian and/or Ubuntu. I have not seen a good an straightforward guide in various forums. Finally I found it out, just by reading the documentation. ...
11
votes
3answers
153 views
telling luaotfload where to look for fonts
The documentation of luaotfload states that on Linux fontconfig is used to find the font locations. However all fonts I install in /usr/share/local/fonts edit: /usr/local/share/fonts(as I don't want ...
1
vote
1answer
67 views
Error finding callig15 [closed]
The font calligra is not working on my system (Ubuntu, installed LaTeX by installing Texmaker, which installs the dependencies).
When I try to compile this minimal example at the command line,
...
1
vote
1answer
163 views
How to use Ubuntu font with TeXLive 2012?
I really like the Ubuntu sans font, I want it be the section and title font as a replacement of Linux-Biolinum?
With Ubuntu 12.04 LTS + Texlive 2012, how to figure this out?
2
votes
1answer
362 views
Font problem - errors returned
I am using Ubuntu as OS. When I try to run a tex code, I receive this error from Textmaker :
! Font T1/ppl/m/n/12=pplr8t at 12.0pt not loadable: Metric (TFM) file not found
! Font ...
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 ...
3
votes
1answer
253 views
Help using MathTime Pro 2 fonts in Ubuntu Linux with tex-live
I installed the MTPro2 fonts in Ubuntu 12.04 by extracting the MTPro2
ZIP file into a directory called "mathtime" and then doing the
following:
sudo mv mathtime/* /usr/local/share/texmf/
cd ...
4
votes
1answer
580 views
How can I use Source Sans Pro in Tex-Live 2012?
I use TeX Live 2012 on an updated Ubuntu 12.10 machine with Latexila. I intended using Adobe's open source font Source Sans Pro in my latest paper.
I followed the instruction on the LaTeX Font ...
2
votes
0answers
330 views
\setbeamerfont for customizing content font in LaTeX beamer
I have a problem in which I am not sure how to modify the content (normal text) of beamer font. I only know how to modify the frametitle
In which
\setbeamerfont{structure}{family=\fontUbuntu}
...
2
votes
1answer
914 views
Font OT1/ptm/m/n/9=ptmr7t at 9.0pt not loadable: Metric (TFM) file not found [closed]
My .tex file failed the LaTeX compile with one of this problem, my OS is Ubuntu 12.04, and it seems to have the same problem in Fedora 16. Can someone help me with this?
2
votes
1answer
204 views
XeLaTeX, otf fonts and dotless i
I am on an ubuntu machine with XeLaTeX and have been facing this annoying issue. On setting roman font to any of my otf files (Adobe Jenson Pro, Adobe Garamond Pro etc), the dotless i and j characters ...
4
votes
3answers
795 views
Hebrew TeXLive on Ubuntu 12.04 missing fonts
The installation is TeXLive on Ubuntu 12.04.
I've been using a variety of source files, some of them extremely simple. I can post if necessary, but thought it might be irrelevant given the seeming ...
2
votes
1answer
705 views
xkeyval error when I try to use fontspec and OpenType fonts in XeLaTeX
I can't seem to get XeLaTeX to load OpenType fonts using \fontspec. Section 4.2 of the fontspec documentation says that I need to load OpenType fonts by filename rather than font name, but when I ...
4
votes
1answer
615 views
Install font easily - product integral?
Is there a way to install fonts easily from a tar.gz file? I'm looking to install http://www.math.leidenuniv.nl/~gill/prodint.tgz. The README states:
Copy "prodint.tfm" and "prodint.pfb" ...
8
votes
1answer
657 views
Amsmath has problems with $e^{\sum{x}}$
Running the code:
\documentclass{article}
\usepackage{amsmath}
\begin{document} Test: $e^{\sum{x}}$ \end{document}
Dies, yet it runs just fine with the \usepackage{amsmath} commented out. The logs ...
3
votes
2answers
2k views
XeTeX not working on Ubuntu 10.04?
When trying to compile a LaTeX document in Ubuntu 10.04 with xelatex I get the following error message:
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
restricted \write18 ...
