Search found 11 matches

by Ry J
Sat Jan 23, 2010 7:12 pm
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Add Front Matter to TOC (Table of Contents) in a Thesis

frabjous wrote:You can't insert it yourself?

If not, then you'll have to wait for someone with LyX knowledge to come along and suggest something.
No no, I got it all working great because of your help. Thanks alot!
by Ry J
Sat Jan 23, 2010 8:03 am
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Add Front Matter to TOC (Table of Contents) in a Thesis

Oops, I didn't notice this was the LyX subforum. (I have to start paying attention to that.) I don't know anything about Lyx. If it allows you to mark-up the LaTeX yourself, you just need to change:

\addcontentsline{toc}{lof}{list of figures}

to

\addcontentsline{toc}{chapter}{List of Figures ...
by Ry J
Sat Jan 23, 2010 8:00 am
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Re: Add Front Matter to TOC (Table of Contents) in a Thesis

well the nice thing about it is that you can add in LaTeX code in a LyX file and at the same time observe the LaTeX source code change as it is generated by LyX. I will try your suggestion and let you know how it turns out.
by Ry J
Sat Jan 23, 2010 6:07 am
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Add Front Matter to TOC (Table of Contents) in a Thesis

Ok. This is a bit of the code around the relevant parts from the source code generated by my lyx file. I hope this helps.
\begin{document}
\begin{doublespace}

\title{An Investigation and Application of the Finite Difference Time Domain
Method as a Tool for Solving Equalization Problems in ...
by Ry J
Sat Jan 23, 2010 3:42 am
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Add Front Matter to TOC (Table of Contents) in a Thesis

Try the \addcontentsline command.

I also keep getting this error.

LaTeX Error: Something's wrong--perhaps a missing \item.

Description:
... {chapter}{\numberline {1}Introduction }{1}

Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
by Ry J
Sat Jan 23, 2010 3:34 am
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Add Front Matter to TOC (Table of Contents) in a Thesis

frabjous wrote:Try the \addcontentsline command.
Can you provide an example. I have been playing with this command for the last 5 minutes and can get a new entry but I can't get it to say, for example,

List of Tables______________________ v
by Ry J
Sat Jan 23, 2010 3:06 am
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Re: Add Front Matter to TOC (Table of Contents) in a Thesis

I should also include that I need the List of Figures and List of Tables to appear in the table of contents as well.
by Ry J
Sat Jan 23, 2010 3:02 am
Forum: LyX
Topic: Add Front Matter to TOC (Table of Contents) in a Thesis
Replies: 11
Views: 20682

Add Front Matter to TOC (Table of Contents) in a Thesis

I have been working with the "report" class for writing my masters thesis. There are are 3 small (Chapter*)'s for acknowledgments and and such before the first chapter that are numbered with roman numerals and do not show up in the TOC. I need to edit the TOC to include these and also to rename the ...
by Ry J
Fri Jan 22, 2010 7:53 pm
Forum: LyX
Topic: Thesis HELP!!!!! (format and page numbers)
Replies: 4
Views: 2680

Thesis HELP!!!!! (format and page numbers)

I'm sorry, I don't know :(

You could add the abstract 'manually' using page breaks as needed, and the \setcounter command previously mentioned, something like

\pagenumbering{roman}
\thispagestyle{plain}
\hfill
\vspace{0.3\textheight}

\begin{center}
\textbf{Abstract}\\[1em]
This is my abstract ...
by Ry J
Fri Jan 22, 2010 7:18 pm
Forum: LyX
Topic: Thesis HELP!!!!! (format and page numbers)
Replies: 4
Views: 2680

Thesis HELP!!!!! (format and page numbers)

I don't know a general way to stop the page counter reseting, but you could try using
\setcounter{page}{5}
or whatever number you need before/after the abstract, if you run out of time and no other solutions are suggested.

How do I force the abstract to have a page number though, because so far ...