I need help to install the comicsans package and the fonts. My system is TeX Live 2011, and Windows 7. Below is what I did:
Copied
comic.ttfandcomicbd.ttfinC:\texlive\texmf-local\fonts\ttf. (I created thettfdirectory.)Copied
dvips,tfm, andvfdirectories from thecomicsans.ziptoC:\texlive\texmf-local\fonts.Ran
mktexlsrto update the file name database.Copied
comicsans.dtxandcomicsans.insinC:\texlive\texmf-local\tex\latex\comicsans. (I created thecomicsansdirectory.)Ran
tex comicsans.insinC:\texlive\texmf-local\tex\latex\comicsans.Ran
mktexlsrto update the file name database.Ran
updmap-sys --enable Map=comicsans.map.Ran
mktexlsrto update the file name database.
Using TeXworks, I tested it with:
\documentclass{article}
\usepackage{comicsans}
\renewcommand{\sfdefault}{comic}
\begin{document}
This is a text.
\end{document}
and it did not work. No font change, no error message.
Did I make any mistake, or miss any step? I believe some of the above steps are unnecessary, which one?
;-)– morbusg Nov 14 '11 at 21:01pdflatex. Of course I don't use comicsans for articles. It is actually for presentation slides, using beamer. Anyway, I want to see my slides in comic sans; please help the installation. – Chang Nov 14 '11 at 21:56