Search found 26 matches

by alarswilson
Mon Feb 22, 2010 10:42 am
Forum: Text Formatting
Topic: Turabian style: quote environment
Replies: 10
Views: 7640

Turabian style: quote environment

Thanks. This (with the included modifications) fixed everything except for one thing.

Before quote and quotation environments, I need a fixed, double space. The code you gave me correctly changes the space after these environments to a baseline skip. But before these environments, there is too much ...
by alarswilson
Mon Feb 01, 2010 11:10 am
Forum: Text Formatting
Topic: Turabian style: quote environment
Replies: 10
Views: 7640

Re: Turabian style: quote environment

Any ideas on how to fix my vertical spacing/indentation issues with quote+quotation environments? Thanks. Andrew
by alarswilson
Mon Feb 01, 2010 10:55 am
Forum: Page Layout
Topic: Table of Contents page numbers, frontmatter
Replies: 2
Views: 2292

Re: Table of Contents page numbers, frontmatter

Thank you. This seems to have worked.
by alarswilson
Fri Jan 22, 2010 4:42 pm
Forum: Page Layout
Topic: Table of Contents page numbers, frontmatter
Replies: 2
Views: 2292

Table of Contents page numbers, frontmatter

It is necessary for me for the first page numbers to appear at the bottom of the table of contents page, and for this to be page three in lower case roman numerals (It is assumed that the title page is page one, and a copyright page is page two.)

I'm using titlepage and copyrightpage and abstract ...
by alarswilson
Fri Jan 22, 2010 4:19 pm
Forum: Text Formatting
Topic: Turabian style: quote environment
Replies: 10
Views: 7640

Turabian style: quote environment

Thank you. This worked well. I added "singlespacing" to the definitions you provided and it appears to work.

Three other things with quotation/quote are now apparent:

quotation environment
1. Now second (third + fourth etc.) paragraphs are not indented. They need to be indented.

2. The spacing ...
by alarswilson
Fri Jan 22, 2010 12:07 pm
Forum: Text Formatting
Topic: Indent paragraphs after chapter and section headings
Replies: 3
Views: 6899

Re: Indent paragraphs after chapter and section headings

Thank you; I did not look closely enough at your code. My apologies. As always you are very helpful.
by alarswilson
Fri Jan 22, 2010 10:27 am
Forum: Text Formatting
Topic: Indent paragraphs after chapter and section headings
Replies: 3
Views: 6899

Indent paragraphs after chapter and section headings

LaTeX's default leaves the first paragraph after chapter, section, subsection etc. headings non indented. How do I make change this so that these are indented as other paragraphs are by default?

EDIT: I found a package that changes this setting, no need for help.

FYI: indentfirst.sty
by alarswilson
Fri Jan 22, 2010 10:06 am
Forum: Text Formatting
Topic: Turabian style: quote environment
Replies: 10
Views: 7640

Re: Turabian style: quote environment

.5" indent both sides.

I'll take a look at "wordlike." Thanks for the heads up.
by alarswilson
Thu Jan 21, 2010 12:35 pm
Forum: Text Formatting
Topic: Turabian style: quote environment
Replies: 10
Views: 7640

Turabian style: quote environment

I added your macro to my preamble with \noindent
\makeatletter
\g@addto@macro{\quote}{\noindent}
\g@addto@macro{\quotation}{\noindent}
\makeatother
and it worked. Thanks

This, however, revealed another item I must address: This environment must be indented .5inches from the left according to ...
by alarswilson
Thu Jan 21, 2010 12:13 pm
Forum: Text Formatting
Topic: Spacing with sectsty
Replies: 5
Views: 6737

Re: Spacing with sectsty

Thank you for your reply, and my apologies for not being specific enough, or for following your responses in the other posts. The titlesec modifications handled the section spacing issues.