Fonts & Character SetsUsing non-standard System Fonts

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
shamous
Posts: 1
Joined: Thu Jan 09, 2014 5:36 pm

Using non-standard System Fonts

Post by shamous »

Dear community,

This is my first post, so a hello to everyone! I am currently writing my diploma with the help of LaTeX and Bibdesk and thanks to templates I found on the internet and days spend in different help threads I am quite happy with the document I build. One thing however keeps my unhappy: the font.

The selection of standard fonts is quite limited. I experimented with different packages related to XeLaTex but in the editor I am using (Latexian) it did not work. Apparently this is due to the missing pdflatex support of XeLaTex.

Code: Select all

%\usepackage{fontspec} % Provide features for AAT and OpenType fonts
%\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)
%\usepackage{xlxtra} % Extra customizations for XeLaTeX
%\setmainfont{Helvetica Neue Light} % Define the default font family. Requires XeLaTeX.
In another editor I could make Helvetica Neue work as a font. The problem then was that different parameters weren't displayed correctly, so I stayed with Latexian where at least everything else works fine.

Can anyone think of a solution how I can make Helvetica Neue work?

This is the header of my document:

Code: Select all

\documentclass[
   oneside,        	
   ngerman
   ]{scrbook}
\usepackage{a4}	

\usepackage{hyperref} 
\usepackage{apacite} 	
\usepackage{graphicx}
\graphicspath{graphics}	

\usepackage[T1]{fontenc}		
\usepackage[utf8]{inputenc}		
\usepackage{babel}
\renewcommand{\rmdefault}{phv} 	

\usepackage[lmargin=3.5cm,rmargin=3cm,tmargin=2.5cm,bmargin=2.5cm]{geometry}
\usepackage[onehalfspacing]{setspace}
Huge thanks in advance!
Shamous

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply