Search found 5 matches

by mgarruda
Wed Jun 10, 2009 10:56 pm
Forum: Page Layout
Topic: Headers in bibliography page
Replies: 3
Views: 4959

Headers in bibliography page

I'm not real sure how I would use that in this instance.

Currently, my bibliography is created by

Code: Select all

\bibliography{deriv}{}
\bibliographystyle{unsrt}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
As such, I fear I may need to edit the bibliography environment elsewhere.

Any help on making a .bst file to accomplish adding page headers?
by mgarruda
Tue Jun 09, 2009 11:07 pm
Forum: Page Layout
Topic: Headers in bibliography page
Replies: 3
Views: 4959

Headers in bibliography page

My current bibliography takes up three pages. The first page contains the title "References". I need the second page to have the header "References (continued)". Any suggestions?
by mgarruda
Fri Mar 20, 2009 3:43 pm
Forum: General
Topic: Add a new line after a Section in TOC
Replies: 3
Views: 8896

Add a new line after a Section in TOC

I stumbled across a possible solution. Added some backspace indentation and resized the text boxes to fit.

\addtocontents{toc}{\protect\newpage}
\addtocontents{toc}{\protect\makebox[6.5in][c]{\hspace{-0.5in}TABLE OF CONTENTS (continued)}\protect}
\addtocontents{toc}{\protect\newline ...
by mgarruda
Fri Mar 20, 2009 5:14 am
Forum: General
Topic: Add a new line after a Section in TOC
Replies: 3
Views: 8896

Add a new line after a Section in TOC

Thanks for the answer, that worked great!

Now, another question. My TOC runs over two pages, and on the second page, I need the exact same title and after title text as on the first page. I'm having trouble forcing it to happen by using the \addtocontents command. The current code is an attempt to ...
by mgarruda
Thu Mar 19, 2009 5:37 am
Forum: General
Topic: Add a new line after a Section in TOC
Replies: 3
Views: 8896

Add a new line after a Section in TOC

I'm using the tocloft package to format my TOC, change its title, and add Sections to the TOC for the article class. What I want to add is a blank line after a Section entry in the TOC. The commented part of the included code does indeed give me a blank line. However, it also indents the page number ...