Search found 11 matches

by piltdownpunk
Tue Mar 27, 2012 4:44 am
Forum: Graphics, Figures & Tables
Topic: Align horizontal Position of Table Footnote
Replies: 3
Views: 4352

Re: Align horizontal Position of Table Footnote

Hi, Thorsten.

Thanks so much for the help. That's what I was looking for. Do you suggest trial and error to get the appropriate width setting for minipage? Thanks, again.

--Trey
by piltdownpunk
Sun Mar 25, 2012 8:52 pm
Forum: Graphics, Figures & Tables
Topic: Align horizontal Position of Table Footnote
Replies: 3
Views: 4352

Align horizontal Position of Table Footnote

Hi, all.

In creating a table with a footnote, I've produced a working example that looks exactly like what I need, except for the horizontal position of the table's footnote. I'd like the footnote to be aligned with the table's bottom-rule. Any suggestions are welcome.
\documentclass[12pt ...
by piltdownpunk
Thu Dec 01, 2011 7:39 am
Forum: Page Layout
Topic: Additional Space after Bibliography Title
Replies: 3
Views: 6945

Additional Space after Bibliography Title

Hello.

Thanks for the reply, and I apologize for leaving out that info. The preamble is below. Thanks.

--Trey

\documentclass[12pt,letterpaper]{report}
\usepackage{natbib}
\setcitestyle{notesep={:}}
\usepackage{cite}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage ...
by piltdownpunk
Wed Nov 30, 2011 8:30 pm
Forum: Page Layout
Topic: Additional Space after Bibliography Title
Replies: 3
Views: 6945

Additional Space after Bibliography Title

Hello.

I'm trying to add space under my bibliography's title. My bibliography is saved as a BibTeX file, and I've created my own style using the "makebst" package. Thus, it will be difficult to include a "minimal working example" here. My chapters are separate files, so the end of my main file ...
by piltdownpunk
Sun Oct 30, 2011 12:56 pm
Forum: Page Layout
Topic: Page Number Placement
Replies: 2
Views: 1900

Re: Page Number Placement

Thanks, Thorsten.

I think I got it by modifying \footskip with \setlength in the preamble.

--Trey
by piltdownpunk
Sun Oct 30, 2011 12:41 pm
Forum: Graphics, Figures & Tables
Topic: more than one \cmidrule...\morecmidrules?
Replies: 1
Views: 3601

more than one \cmidrule...\morecmidrules?

Hello.

I'm trying include more than one \cmidrule in a table.

\begin{table}[h!]
\begin{center}
\caption{Results of ANOVA for raw difference in attrition scores of adjacent teeth.}
\begin{tabular}{lcccccccc}
\toprule
& \multicolumn{3}{c}{Baseline} & \multicolumn{3}{c}{Non-baseline}\\
%\cmidrule(r ...
by piltdownpunk
Mon Oct 17, 2011 6:47 pm
Forum: Page Layout
Topic: Page Number Placement
Replies: 2
Views: 1900

Page Number Placement

Hello.

I am writing a dissertation and currently using the standard, report document class. I feel that I'm spinning my wheels looking through the copious amounts of LaTex documentation and not finding the answer to what seems to me a simple question:

How can I edit the placement of the page ...
by piltdownpunk
Tue Aug 09, 2011 9:10 pm
Forum: BibTeX, biblatex and biber
Topic: Control Page Reference with multiple Authors
Replies: 1
Views: 1573

Control Page Reference with multiple Authors

Hello.

I need to control the placement of a page reference within a citation with multiple authors. For example:

~\citep[169]{midant2000prehistory,puleston2008population} yields

(Midant-Reynes 2000; Puleston 2008:169).

What if the page reference actually needs to go with the first citation...or ...
by piltdownpunk
Tue Aug 09, 2011 8:30 pm
Forum: BibTeX, biblatex and biber
Topic: Alter Citation Appearance to "(author, year:page#)"
Replies: 3
Views: 3140

Re: Alter Citation Appearance to "(author, year:page#)"

That worked swimmingly! Thanks so much for your help.

Best,
Trey
by piltdownpunk
Tue Aug 09, 2011 8:27 pm
Forum: BibTeX, biblatex and biber
Topic: Alter Citation Appearance to "(author, year:page#)"
Replies: 3
Views: 3140

Re: Alter Citation Appearance to "(author, year:page#)"

In the preamble, I have

\usepackage{natbib}
\usepackage{cite}

I was under the impression that I needed both for using BibTex and the cbe.bst style.