I'm setting up a latex file for my PhD thesis (it alot of work) but I want to change the font to cmbright. But when I us it I get a blank page. Can any one help.
Here is the code:
Code: Select all
Code, edit and compile here:
\documentclass[10pt,twoside,dutch,english]{book}%%%%%%%%%%%%%%%%%%%%%%%%%%%% PACKAGE LOADING TIME %%%%%%%%%%%%%%%%%%%%%%%%%%%%\usepackage[times]{quotchap} % fancy chapter beginning\usepackage{fancyhdr}%\usepackage[sectionbib]{chapterbib2} % bibliography per chapter%\usepackage[sectionbib]{chapterbib2} % bibliography per chapter% (sectionbib -> bibliography is \section* instead of \chapter*), should come before babel chapterbib2\usepackage[dutch,english]{babel}\usepackage[justification=centering]{caption} %better control over captions (sideways, font, ...)\usepackage{subfigure} % with scriptsize or so, one can adapt the size\usepackage{cite}\usepackage{enumerate} % to make it possible to define the numbers (A,a, ...)\usepackage{verbatim} % extra support for verbatim environments\usepackage{float} % you can define 'H' so that floats are forced to be putted 'here%\ifx\pdftexversion\undefined%\usepackage[dvips]{graphicx}%\else%\usepackage[pdftex]{graphicx}%\fi%\usepackage{psfrag}\usepackage{graphicx}\usepackage{chappg} % page numbering (chapno-pageno), for ToC\usepackage{url} % for better url typesetting\usepackage{expdlist} % Expanded description (e.g. better alignement) -> needed for acronym_expdlist package%\usepackage{acronym_expdlist} % for list of acronyms\usepackage{hhline} % generates nicer table lines (without missing pixels) + more flexible\usepackage{afterpage} % adds \afterpage command, which makes it possible to issue \afterpage{\clearpage} which flushes all floats after this page\usepackage{listings}\usepackage{amsmath,amsfonts,amsthm}\usepackage{ifthen} % ifthenelse command\usepackage[version=3]{mhchem} % use \ce {} for chemical forumals\usepackage[inner=2.25cm, outer=1.75cm, top=2cm, bottom=2cm, paperwidth=16.5cm, paperheight=24cm]{geometry}\usepackage{cmbright}%test gedeelte%
boudewijn