1.
I am restricted to San Serif fonts in my thesis. So, I'm looking for an optimal solution for using San Serif with pdflatex.
Currently, I'm using the following constellation (shortened for the sake of clarity. In case you need more info, I attached the package inclusions to this post):
Code: Select all
\usepackage[T1]{fontenc} % define San Serif fonts
\usepackage{lmodern} % define San Serif fonts II
\renewcommand{\familydefault}{\sfdefault} % set San Serif as standard
\usepackage {sectsty}% set San Serif for headings
\usepackage [hang]{caption} % formate figure and table headings
\renewcommand\captionfont {\small\sffamily\itshape} % formate figure and table headings II
\renewcommand\captionlabelfont{\small\sffamily\itshape\bfseries} % formate figure and table headings III
\usepackage{wasysym} % symbol for diameter
\let\iint\relax % use iint from amsmath instead
\let\iiint\relax % use iiint from amsmath instead
\usepackage{amssymb,amsmath,amsthm,amsfonts} % math stuff
Right now I am using pdfeTeX 3.141592-1.21a-2.2 and kpdf 0.5.1 in GNU/linux.
2.
I will have to print the document at a local copy shop, so I wonder if it makes a difference if I compile, view or print my thesis from within another software environment (Mac OS X, WinXP) and how can I tackle this?
Thanks a lot for sharing your knowledge,
Ghuji