Search found 20 matches

by pjmiller_57
Tue Oct 22, 2013 2:42 pm
Forum: General
Topic: Table Counter and LoT
Replies: 2
Views: 5677

Table Counter and LoT

Hi All,

Waited 4-5 days and then tried posting this elsewhere. Got a solution that worked both for my sample code and in my actual document.

The link to the solution is:

http://tex.stackexchange.com/questions/ ... ntertable0

Thanks,

Paul
by pjmiller_57
Thu Oct 17, 2013 3:49 pm
Forum: General
Topic: Table Counter and LoT
Replies: 2
Views: 5677

Table Counter and LoT

Hi All,

I'm trying to put together a statistical analysis plan. This is something I've never tried before. I want to create a section at the end called table shells, but I'm running into a couple of problems.

The first happens when I use \setcounter{table}{0} followed by \listoftables . The idea ...
by pjmiller_57
Thu Sep 19, 2013 7:56 pm
Forum: Graphics, Figures & Tables
Topic: Arrow to Text Label on another Arrow
Replies: 2
Views: 6742

Re: Arrow to Text Label on another Arrow

So simple! Thanks localghost!
by pjmiller_57
Thu Sep 19, 2013 3:00 pm
Forum: Graphics, Figures & Tables
Topic: Arrow to Text Label on another Arrow
Replies: 2
Views: 6742

Arrow to Text Label on another Arrow

Hello All,

I'm drawing some path diagrams using TikZ. I'd like to draw an interaction in some of the diagrams. Trouble is, I can't quite see how to do it.

Below is some simple code that illustrates what I'm trying to do.
\documentclass[11pt]{article}
\usepackage{tikz}
\usetikzlibrary{calc,shapes ...
by pjmiller_57
Wed Feb 13, 2013 4:53 pm
Forum: BibTeX, biblatex and biber
Topic: Placing References between Sections
Replies: 1
Views: 2275

Placing References between Sections

Hello All,

Am trying to place references between section commands in a document I'm working on. Below is some LaTeX code that produces something close to what I need. The code uses a thebibliography environment. Thinking a better solution might use BibTeX or something similar. So included BibTeX ...
by pjmiller_57
Thu Feb 07, 2013 3:38 pm
Forum: Page Layout
Topic: Conditional Variation of Head Height
Replies: 4
Views: 8854

Re: Conditional Variation of Head Height

Hi Clemens,

Thanks for your most recent response. The code works now. I'll leave this question open for another day or so in case anyone else has any other solutions they'd like to share.

Thanks again.

Paul
by pjmiller_57
Wed Feb 06, 2013 4:44 pm
Forum: Page Layout
Topic: Conditional Variation of Head Height
Replies: 4
Views: 8854

Conditional Variation of Head Height

Hi Clemens,

Thanks for your response. I tried the two pieces of code you supplied. Unfortunately, neither of them seemed to work for me.

The revised \ifthenelse statement seemed to set the header at page 1, much like you suggested my original \ifthenelse statement was doing.

The code that started ...
by pjmiller_57
Tue Feb 05, 2013 4:24 pm
Forum: Page Layout
Topic: Conditional Variation of Head Height
Replies: 4
Views: 8854

Conditional Variation of Head Height

Hello All,

Am trying to use \ifthenelse from the ifthen package to vary the size of \headheight within a document. Would like this to be larger for the first page and then smaller (possibly at its defaults size) for each subsequent page.

I had thought I could accomplish this using code like the ...
by pjmiller_57
Sat Nov 17, 2012 3:24 pm
Forum: Graphics, Figures & Tables
Topic: Need help polishing a TikZ figure
Replies: 3
Views: 7065

Need help polishing a TikZ figure

Hi Stefan,

Looked around a bit and found some minor adjusts. These may not be the best way of doing things but they do give me the result I need.

To raise the text in the triangles, I added text depth=1ex to the trigl style.

To control the size/appearance of the triangles in inline text, I used ...
by pjmiller_57
Mon Nov 12, 2012 5:20 pm
Forum: Graphics, Figures & Tables
Topic: Need help polishing a TikZ figure
Replies: 3
Views: 7065

Re: Need help polishing a TikZ figure

Hi Stefan,

Thanks for your reply. Very helpful and brought me at least a couple of steps closer. Still need to center the text in the triangles horizontally and vertically. Might also want to control how large the elements from the figure are in inline text. I don't quite know how to do that yet ...