Search found 12 matches

by singlebinary
Mon Jul 19, 2010 7:05 am
Forum: Page Layout
Topic: Bibliography does not appear in TOC
Replies: 6
Views: 62926

Re: Bibliography does not appear in TOC

It worked!! Thank you!
by singlebinary
Wed Jul 14, 2010 12:10 pm
Forum: Page Layout
Topic: Bibliography does not appear in TOC
Replies: 6
Views: 62926

Bibliography does not appear in TOC

In my thesis I have all the chapters, tables, figures which appear as they should be in TOC. I also have the appendices that appear correctly in TOC, however "references" seem to be missing from the list.

Please note, I have removed personal information.

Below is the code of my thesis tex file ...
by singlebinary
Tue Mar 30, 2010 8:22 pm
Forum: Text Formatting
Topic: special characters
Replies: 4
Views: 2457

Re: special characters

I went into math mode because the first example does not work with \textbf{}. However the second more explicit example worked just fine!

Thank you very much!
by singlebinary
Tue Mar 30, 2010 6:05 pm
Forum: Text Formatting
Topic: special characters
Replies: 4
Views: 2457

special characters

Thanks your reply. I used the following:


\textbf{$\verb+cp x.0* ~/Desktop/rv_vb10/+$} \newline

and I get the following error (see below). Do I need some special package?


! Missing $ inserted.
<inserted text>
$
l.29 \textbf{$\verb+cp x.0* ~/Desktop/rv_vb10/+$}
\newline
?


after which ...
by singlebinary
Tue Mar 30, 2010 5:47 pm
Forum: Text Formatting
Topic: special characters
Replies: 4
Views: 2457

special characters

I would like to show "cp x.0* ~/Desktop/rv_vb10/" in latex just the way it is. For this I do the following:

\textbf{$\rm{cp x.0* ~/Desktop/rv_vb10/}$} \newline

However the input comes out as:

cpx.0 ∗ /Desktop/rvv b10/

where the second "v" is below "rv". I know the reason why it is doing it but ...
by singlebinary
Fri Mar 26, 2010 8:37 pm
Forum: Text Formatting
Topic: Latex adding extra page
Replies: 6
Views: 9294

Latex adding extra page

Thanks for your response. I am sure what is meant by MWE. I believe you mean the code of the main document. Skip the personal information such as author{}, advisorname{} and so forth..they are filled out when I run the code.


\documentclass[letterpaper,12pt]{UCF_report}
\usepackage{amssymb ...
by singlebinary
Fri Mar 26, 2010 3:20 pm
Forum: Text Formatting
Topic: Latex adding extra page
Replies: 6
Views: 9294

Latex adding extra page

Thanks for your suggestions. I do not have any \include instead I have used \input as you can see below. Ok, the code looks like the following (see below).


\section{Identified lines}

Table 6.1 shows the wavelength positions of the identified neutral atomic lines. The first column lists the ...
by singlebinary
Fri Mar 26, 2010 1:53 am
Forum: Text Formatting
Topic: Order of tables, figures and text
Replies: 2
Views: 2369

Order of tables, figures and text

I would like to have the following each on its own page:

Text
Figure
Table
Text

But Latex is not letting me do that.The tables are always pushed to the end and text up. How do I say I have the figure HERE and table HERE:

Text
Text
Figure
Table


Text (Page 1.)
\begin{figure}
\end{figure ...
by singlebinary
Thu Mar 25, 2010 11:31 pm
Forum: Text Formatting
Topic: Latex adding extra page
Replies: 6
Views: 9294

Latex adding extra page

Here is what I would like:
The section begins towards the end of the page, say Page 1. Here it manages three lines before it goes over. On Page 2, I want to add a longtable. The table begins on page 2 and ends half way on page 3. The text from page 1 continues on page 3 after the table ends.

What ...
by singlebinary
Sat Mar 13, 2010 5:10 am
Forum: Text Formatting
Topic: Changing the way enumerate looks
Replies: 4
Views: 7111

Re: Changing the way enumerate looks

gmedina and frabjous, thank you so much!!! The indentation and the numbering work! You both rock! :-)