Search found 5 matches

by irr
Fri Jun 12, 2009 10:14 pm
Forum: Text Formatting
Topic: Problems with appendicies and \ref{}
Replies: 9
Views: 10649

Re: Problems with appendicies and \ref{}

Thanks, localghost, this works great! I will now stop bothering you and read the manuals for the rest of my latex woes... :D
by irr
Fri Jun 12, 2009 7:17 pm
Forum: Text Formatting
Topic: Problems with appendicies and \ref{}
Replies: 9
Views: 10649

Re: Problems with appendicies and \ref{}

Ok, that's all cool, but the last problem I am having is that those header/footer commands do not affect the first page of the toc, lof, lot, and chapters. For these pages the page numbers remain at bottom center, and I wish them to ALL be in top right...
by irr
Fri Jun 12, 2009 5:25 am
Forum: Text Formatting
Topic: Problems with appendicies and \ref{}
Replies: 9
Views: 10649

Problems with appendicies and \ref{}

Thanks for all your help localghost, it looks like this will solve my appendix problem, however, the \newpagestyle stuff seems to have run into a little snag with my fancyhdr...

I have switched to the nccfancyhdr package, but still can't my page numbers to be in the upper left corner. My old code ...
by irr
Thu Jun 11, 2009 7:53 pm
Forum: Text Formatting
Topic: Problems with appendicies and \ref{}
Replies: 9
Views: 10649

Problems with appendicies and \ref{}

I still have similar problems this way...

I use \clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Appendix A}%text appears in toc
\appendix
\chapter*{Appendix A}\label{appA}
\renewcommand{\theequation}{A.\arabic{equation}}
\setcounter{equation}{0} % reset counter
\renewcommand{\thesection ...
by irr
Thu Jun 11, 2009 6:41 am
Forum: Text Formatting
Topic: Problems with appendicies and \ref{}
Replies: 9
Views: 10649

Problems with appendicies and \ref{}

I am using the report class for my dissertation with two appendicies and hyperref for clickable pdf links, each included appendix file looks like this...(where A replaces B in the first appendix)



\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Appendix B}%text appears in toc ...