Fonts & Character SetsMonotype fonts both in math and normal text

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
User avatar
lanmmt
Posts: 21
Joined: Tue Sep 28, 2010 6:43 pm

Monotype fonts both in math and normal text

Post by lanmmt »

Hi,
is there any way to use monotype (like courier, luximono,...) fonts in math and normal text - globaly.

I've never changed fonts before, don't realy understand how they work... I never thought about that. I usualy use in my preambule:

Code: Select all

%& --translate-file=cp1250pl.tcx
\documentclass[11pt]{article}
\usepackage[left=2.5cm, right=2.5cm, bottom=2.5cm, top = 2.5cm]{geometry}

%%%%%%%%%%% FONTS %%%%%%%%%%
\usepackage{polski}
\usepackage{tipa}
\usepackage[T1]{fontenc}
\usepackage{anyfontsize}

%%%%%%%%%% FONTS MATH %%%%%%%
\usepackage{amsmath}
\usepackage{amssymb}
%\usepackage{pxfonts}
%\usepackage{amsfonts}
%\usepackage{dsfont}
and it works, so I've never worried for the fonts (I'm not even shure what do I use...).

What would you propose to use (what code and font/fonts) to make my whole text to be writen in "typewriter font style"? Is it posible? How do greak letters look like (if it's possible)?

/I've installed luxi (luximono) in MiKTeX 2.9 and I'm using LEd to make my texts.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply