Search found 4 matches

by bjung
Wed Aug 15, 2012 12:45 am
Forum: BibTeX, biblatex and biber
Topic: Different "author" in text and bibliography
Replies: 1
Views: 2560

Different "author" in text and bibliography

Hello Latexer,

I need a way to have the author field differ between the main text and the bibliography. A fictitious example is below. I need "USDA" in the main text and the full name + "(USDA)" in the bibliography. I am currently using the "article" type for this entry, and the "agecon" style ...
by bjung
Fri Dec 03, 2010 5:51 pm
Forum: Graphics, Figures & Tables
Topic: Changing decimal alignment within column
Replies: 1
Views: 4035

Changing decimal alignment within column

Hi,

I would like to align on different decimals. My table uses two different decimal markers in the same column: the top part uses a period and the bottom part a comma. (The top is fractions, the bottom sample size).

I would like to align on *both* the period and comma. Using -dcolumn- allows ...
by bjung
Wed May 05, 2010 3:50 am
Forum: Graphics, Figures & Tables
Topic: Aligning sidewaystable to left margin
Replies: 3
Views: 7393

Aligning sidewaystable to left margin

Thanks very much for the fast reply and suggestion! I have to apologize for simplifying my problem too much. My table does not fit on a single page even with sidewaystable, so I split it into two parts. I then use \ContinuedFloat to continue the caption on the second part ("Table 1 (Continued ...
by bjung
Wed May 05, 2010 3:07 am
Forum: Graphics, Figures & Tables
Topic: Aligning sidewaystable to left margin
Replies: 3
Views: 7393

Aligning sidewaystable to left margin

Hi all,

I have to align a sidewaystable to the left margin of the page, i.e., the caption should be 1.5 inches from the left. Here my example:



\documentclass[11pt]{article}

\usepackage{rotating}
\usepackage{rotfloat}
\usepackage{threeparttable}
\usepackage[left=1.5in, top=1in, right=1in ...