%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Low Level Font Command Input File for Matplotlib with LaTeX as the "text.tex.engin" % % The \fontsize{}{} line will override the "Basefontsize" used by Matplotlib % and this line may be omitted... % All text will be scaled with respect to the "Basefontsize" automaticly by Matplotlib %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\fontsize{10}{12} % Fontsize & Baselineskip \fontencoding{T1} % T1 - Latin 1, etc. \fontfamily{ptm} % cmr - Computer Modern Roman, ptm - Times-Roman, phv - Helvetica, etc. \fontseries{bx} % m - Medium, b - Bold, bc - Bold Condensed, bx - Bold Expanded \fontshape{n} % n - Upright (Normal), it - Italic, sl - Slanted, % sc - Small Caps, ui - Upright Italics, ol - Outline \selectfont % Above font changes will now become effective