Skip to content

Posts tagged ‘LaTeX’

9
Jan

Installing Fonts in Ubuntu

Copy your fonts into the .fonts directory in the home directory and then update the font cache with this command:

sudo fc-cache -fv

To use it with LaTeX fontspec package (it can use open-type fonts directly in your document), you will need is to take note of the exact name of the font family. For that, after having installed the lcdf-typetools Ubuntu package, you can do something like

otfinfo -i /usr/share/fonts/AGaramondPro-Regular.otf | grep Family

13
May

Enabling Spell Checking In Kile Using Aspell

Kile is a top-notch KDE frontend LaTeX editor. Enabling spell checking for it requires a small trick if you’re running Ubuntu, which is Gnome based. Several options, including spell checking, for KDE applications are configured within the KDE control center. To get the job done, proceed as follows:

1. First, you need to install the KDE control center
sudo apt-get install kcontrol

2. Then, open KDE control center by running the kcontrol command, navigate to KDE Components -> Spell Checker and set the spell checking Client to ASpell

3. Spell checking will now be enabled next time you start Kile!

28
Apr

Free TeX and LaTeX Ebooks

TEX is a typesetting program, originally written by Prof. Knuth at Stanford around 1978. It implements a macro-driven typesetters’ programming language of some 300 basic operations and it has formed the core of many other desktop publishing (DTP) systems. Although it is still possible to write in the raw TEX language, you need to study it in depth, and you need to be able to write macros (subprograms) to perform even the simplest of repetitive tasks [Peter Flynn, 2005].

LaTeX is a user interface for TeX, designed by Leslie Lamaport at Digital Equipment Corporation (DEC) in 1985 to automate all the common tasks of document preparation. It provides a simple way for authors and typesetters to use the power of TEX without having to learn the underlying language. LaTeX is bundled with Metafonts, typesetting utilities and document formats. In Linux, TeX is distributed as teTeX and in windows TeX is distributed as MiKTeX. Another distribution of TeX is PDFTeX and it produces outputs in adobe acrobat format. They are many TeX IDEs around, my favorites being Kile, Kate and Kwrite.

Following are some free TeX and LaTeX ebook download links. Learn LaTeX to make it work for you!

a. Making TeX Work View/Download
b. TeX by Topic View/Download
c. The Not So Short Introduction to LaTeX 2nd Edition View/Download
d. A Beginner’s Introduction to Typesetting with LaTeX View/Download
e. A Gentle Introduction to TeX View/Download
f. Math Into LaTeX : an introduction to LaTeX and AMS LaTeX View/Download
g. The teTeX HOWTO: The Linux-teTeX Local Guide View/Download
h. A Simplified Introduction to LaTeX View/Download
i. Document Publishing View/Download
j. Getting Started With LaTeXView/Download
k. TeX For The Impatient View/Download