Search found 10 matches

by crdafisica
Thu Feb 09, 2012 9:40 pm
Forum: Page Layout
Topic: Insert blank Page after ToC and LoF
Replies: 1
Views: 9319

Insert blank Page after ToC and LoF

Hello laailalalaa,

In \documentclass{book} you need to add the commands \newpage and \thispagestyle{empty} after the \tableofcontents in order to obtain a new blank page.

\documentclass{book}

\begin{document}

\tableofcontents

\newpage
\thispagestyle{empty}

\listoffigures
\addcontentsline{toc ...
by crdafisica
Thu Feb 09, 2012 8:06 pm
Forum: Page Layout
Topic: Formatting for Section Headings
Replies: 2
Views: 2581

Re: Formatting for Section Headings

Hi minute,

Your example induces me to think that the problem is introduced by the package sw20utah. It is probably making different page settings for Table of Content, Abstract ... I know that because I had to do the same to my dissertation.
But in fact this is only a speculation. In order to help ...
by crdafisica
Thu Feb 09, 2012 6:27 pm
Forum: Page Layout
Topic: wrapfig, titlesec | Wrapped Figure near Section Heading
Replies: 3
Views: 4441

Re: wrapfig, titlesec | Wrapped Figure near Section Heading

Hi MadEgg,

Sometimes there are incompatibilities between commands in a specific kind of document. Maybe you can write a minimum working example and post here. Otherwise will be difficult for me to understand your problem since you could be using several different packages and document classes ...
by crdafisica
Tue Jan 31, 2012 11:27 pm
Forum: Page Layout
Topic: beamer | Circles Header do not match Titles
Replies: 1
Views: 2173

beamer | Circles Header do not match Titles

Hi,

I dont know if this is the answer you are looking for but the pages with sections will be created only if you make a frame. Look at the below code.
Keep in mind that sometimes the pdf viewer redirects the section link on the ToC to the bottom (or the top) of the correct page leading you to ...
by crdafisica
Tue Jan 31, 2012 10:51 pm
Forum: Page Layout
Topic: wrapfig, titlesec | Wrapped Figure near Section Heading
Replies: 3
Views: 4441

wrapfig, titlesec | Wrapped Figure near Section Heading

Hi,

The problem can be solved by putting the wrapfigure command after the beginning of the section. That way only the first paragraph will have the desired effect.

Regards

\documentclass{article}
\usepackage{blindtext}
\usepackage[nobottomtitles]{titlesec}
\usepackage{wrapfig}

\begin{document ...
by crdafisica
Tue Jan 31, 2012 10:19 pm
Forum: Page Layout
Topic: multicol | Group Headings with Text
Replies: 1
Views: 1735

Re: multicol | Group Headings with Text

Hi Mebus,

Maybe you should put a minimal working example to illustrate your problem.
Im having problems to understand what is happening to your document.

Regards
by crdafisica
Tue Jan 31, 2012 9:59 pm
Forum: Page Layout
Topic: report | Page Number on Chapter Page
Replies: 2
Views: 3156

Re: report | Page Number on Chapter Page

Thanks Stefan. Everything is working now. :)
by crdafisica
Tue Jan 31, 2012 12:17 am
Forum: Page Layout
Topic: report | Page Number on Chapter Page
Replies: 2
Views: 3156

report | Page Number on Chapter Page

Hi everyone,

I'm writing a document using the report class and I want the page numbers to be placed at the top right corner of each page. The command \pagestyle{myheadings} at the beginning of the document does exactly that for all pages but the chapter pages.

Anyone knows how to solve this ...
by crdafisica
Thu Jun 26, 2008 3:32 pm
Forum: Decision Guidance
Topic: Which is better? TeXnicCenter or WinEdt?
Replies: 7
Views: 22870

Re: Which is better? TeXnicCenter or WinEdt?

Im a TeXnicCenter user. Im happy with what TexnicCenter can do for me. I don't know WinEdt very well but I believe TeXnicCenter is good enough to help you with a lot of features. It is highly customizable and free.
by crdafisica
Thu Jun 26, 2008 4:49 am
Forum: General
Topic: LaTeX => PS => PDF
Replies: 52
Views: 1095119

LaTeX => PS => PDF

Hello all,

I'm having trouble making the LaTeX => PS => PDF output profile. When I start TeXnicCenter for the first time, the wizard comes up. I browse to the latex executables and all that. I also add the path to my ghostview 8.56 executables and press OK. Still, I only get the 3 profiles; LaTeX ...