Search found 4 matches

by zlya
Thu Sep 04, 2008 10:33 am
Forum: Document Classes
Topic: res.cls and bibtex
Replies: 5
Views: 16854

res.cls and bibtex

Hello,

I'm writing a resume using res.cls. I'd really like to use bibtex to insert and format my publications section. I've tried:


\documentclass[line, margin]{res}
\begin{document}
\begin{resume}
%Other resume stuff
\section{PUBLICATIONS}
\nocite{*}
\bibliographystyle{apa}
\bibliography ...
by zlya
Tue Aug 19, 2008 9:18 pm
Forum: General
Topic: Appendix heading on same page as appendix content
Replies: 4
Views: 26824

Re: Appendix heading on same page as appendix content

Oh, I can just move the chapter titles into the included material can't I? Sorry, I've been writing for some time, brain failing a bit.
by zlya
Tue Aug 19, 2008 9:15 pm
Forum: General
Topic: Appendix heading on same page as appendix content
Replies: 4
Views: 26824

Re: Appendix heading on same page as appendix content

Thank you for the quick and extremely helpful response! My problem seems to be in the use of \include.

When I try:

\documentclass[a4paper,10pt]{report}
\usepackage{appendix}
\begin{document}
\appendix
\appendixpage
\addappheadtotoc
\chapter{Appendixtitle}
\include{text}
\chapter{Another Appendix ...
by zlya
Tue Aug 19, 2008 8:23 pm
Forum: General
Topic: Appendix heading on same page as appendix content
Replies: 4
Views: 26824

Appendix heading on same page as appendix content

Hello,

I am writing a thesis in using report class. Currently each chapter starts with a chapter heading on a separate page from the main text of the chapter, which I'm not too bothered about until I get to the Appendix when each appendix starts on its own page as well.

Is there anyway to change ...