Search found 8 matches

by youngprof
Mon Nov 29, 2010 9:27 pm
Forum: Graphics, Figures & Tables
Topic: PDF Pages Alternating
Replies: 1
Views: 1733

PDF Pages Alternating

Hello all,

I'm looking to do something a little tricky using the pdfpages package. I have two pdfs and I'm trying to combine them alternately (e.g, make a new pdf using p1-doc1, p1-doc2, p2-doc1,p2-doc2, p3-doc1,p3-doc2,etc.). Is there a trick for this, or perhaps a different package?

Thanks,

YP
by youngprof
Mon Jun 21, 2010 4:09 pm
Forum: Graphics, Figures & Tables
Topic: Vaucanson-G & (auto-)pst-pdf Clash
Replies: 1
Views: 2329

Vaucanson-G & (auto-)pst-pdf Clash

Hi,

I'd like to use the vaucanson-g package to draw some automatons but I'm not an expert in using ps/dvi. I found an older post in the forum that suggested (auto)pst-pdf would do the job and I think it will but when I run my compiler (TeXShop) I'm informed there is an option clash related to some ...
by youngprof
Thu May 27, 2010 4:18 am
Forum: Page Layout
Topic: Two Questions: List of My Own Environment & Section Markers
Replies: 5
Views: 2784

Two Questions: List of My Own Environment & Section Markers

Regarding #2 - I just figured that out

Code: Select all

\tableofcontents~\\
\newpage
\thispagestyle{plain}

forces the \thispagestyle onto page 2 where it's not fighting with \tableofcontents.

Thanks for your help with the other 2 though!
by youngprof
Thu May 27, 2010 4:13 am
Forum: Page Layout
Topic: Two Questions: List of My Own Environment & Section Markers
Replies: 5
Views: 2784

Two Questions: List of My Own Environment & Section Markers

Great!! - I think this should illustrate what I'd like to do:

\documentclass[10pt]{book}
\usepackage{lastpage, fancyhdr, lipsum}

\pagestyle{fancyplain}
\lhead[\fancyplain{}{MY NAME}]{\fancyplain{}{\rightmark}}
\rhead[\fancyplain{}{\rightmark}]{\fancyplain{}{MY NAME}}

\title{abc}
\author{def ...
by youngprof
Wed May 26, 2010 3:44 am
Forum: Page Layout
Topic: Two Questions: List of My Own Environment & Section Markers
Replies: 5
Views: 2784

Re: Two Questions: List of My Own Environment & Section Mark

Thank you so much for the quick answer - I haven't had time to get back here much with the end of the semester.

The tocloft package works great! But could you explain a little more how to work with \markboth & \markright? My first attempts made the formatting pretty wild.]

YP
by youngprof
Wed May 19, 2010 4:24 pm
Forum: Page Layout
Topic: Two Questions: List of My Own Environment & Section Markers
Replies: 5
Views: 2784

Two Questions: List of My Own Environment & Section Markers

Hi,

I have two questions:

1 - The easier one) If I want to have an unnumbered section (\section*{...}) how can I get it to show up in \rightmark? I know how to add it to the Table of Contents (\addcontentsline) and that adds it to the PDF structure as well but I don't really know how to work with ...
by youngprof
Thu Apr 08, 2010 11:42 pm
Forum: Text Formatting
Topic: lemma numbering across sections
Replies: 1
Views: 4016

Re: lemma numbering across sections

The optional argument in brackets for you [section] sets the counter to reset itself when you switch sections. If you are fine with theorems,lemmas, etc numbered continuously throughout the document just leave the brackets empty; similarly, to get the 1.1.1 sort of numbering use the optional ...
by youngprof
Thu Apr 08, 2010 9:23 pm
Forum: Fonts & Character Sets
Topic: Changing Math Fonts
Replies: 5
Views: 7018

Changing Math Fonts

Hi,

I'm a young professor working on my first set of lecture notes for a class I'm teaching. For the formatting, I want to have two sorts of sections for the book: one for example problems and one for example solutions. To differentiate the two, I'd like to be able to put one into sans-serif fonts ...