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}
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.