Search found 10 matches

by jason2
Fri Mar 11, 2011 8:02 pm
Forum: Graphics, Figures & Tables
Topic: Gnuplot: Histogram bars all black & chart offset to axes
Replies: 2
Views: 5717

Re: Gnuplot: Histogram bars all black & chart offset to axes

Thanks, I used the latter strategy and it worked great.
by jason2
Tue Mar 08, 2011 4:58 pm
Forum: Graphics, Figures & Tables
Topic: Gnuplot: Histogram bars all black & chart offset to axes
Replies: 2
Views: 5717

Gnuplot: Histogram bars all black & chart offset to axes

Hi,

I am trying to make a simple stacked histogram. I am having two problems:
1) The histogram bars are completely solid black, making it impossible to distinguish the stacked items.
2) The chart is offset from the axes.

I am using the working example provided by the folks at Code Alias. The link ...
by jason2
Thu Feb 17, 2011 1:55 am
Forum: General
Topic: Removing chapter titles for the appendix only from the ToC
Replies: 4
Views: 21835

Re: Removing chapter titles for the appendix only from the T

Thank you very much; that works great. Strange though that it should be so temperamental.
by jason2
Wed Feb 16, 2011 7:18 pm
Forum: General
Topic: Removing chapter titles for the appendix only from the ToC
Replies: 4
Views: 21835

Removing chapter titles for the appendix only from the ToC

Hi,

Thank you very much. The first part of the code worked excellently, but when I try to use:
\addtocontents{toc}{\protect\setcounter{tocdepth}{1}}% or 2 or whatever

To put the table of contents of the bibliography back in, it ends up putting in the chapter headings for the the appendix ...
by jason2
Wed Feb 16, 2011 1:13 pm
Forum: General
Topic: Removing chapter titles for the appendix only from the ToC
Replies: 4
Views: 21835

Removing chapter titles for the appendix only from the ToC

Hi,

I am using the Book class where appendices are included as chapters following the \appendix command. I am trying to remove chapter titles for the appendix only from the table of contents, leaving only the title "Appendices". This means I would like to suppress the chapter titles for each of the ...
by jason2
Sat Sep 25, 2010 1:50 am
Forum: Feature Suggestions
Topic: word count
Replies: 17
Views: 73148

Re: word count

Hi,

I think that's still just summing the float caption titles. I would like to sum the number of words in a table (counting each number as a word). So if I had a 3 x 4 table filled with numbers, it should report 12 words (for the 12 numbers).

Any ideas?

Jason
by jason2
Fri Sep 24, 2010 3:40 pm
Forum: Page Layout
Topic: Starting a twosided book with a right hand title page
Replies: 5
Views: 23622

Starting a twosided book with a right hand title page

Thanks. For future reference of anyone reading this, a use of the Geometry package that gets the default margins for a book that opens right is:

Code: Select all

\documentclass[11pt,a4paper,twoside,openright]{book}
\usepackage[lmargin=142pt,rmargin=95pt,tmargin=127pt,bmargin=123pt]{geometry}
Jason
by jason2
Fri Sep 24, 2010 3:37 pm
Forum: Feature Suggestions
Topic: word count
Replies: 17
Views: 73148

Re: word count

Nasseroleslami, your method works fantastically! Does anyone know if there is a way to actually count the number of words in floats (e.g. numbers in a table). My word count requirements call for this, and TexCount (http://folk.uio.no/einarro/Comp/texwordcount.html) does not seem to allow for that ...
by jason2
Fri Sep 24, 2010 12:25 pm
Forum: Page Layout
Topic: Starting a twosided book with a right hand title page
Replies: 5
Views: 23622

Starting a twosided book with a right hand title page

Thorsten,

Thanks for taking a look! I think I have my lefts and rights mixed up. In the example you provided (which has the same formatting output as my document), the title page has a right margin that is about 3/4in larger than the left margin (i.e. the binding is on the right). I want to start ...
by jason2
Fri Sep 24, 2010 1:52 am
Forum: Page Layout
Topic: Starting a twosided book with a right hand title page
Replies: 5
Views: 23622

Starting a twosided book with a right hand title page

Hi,

I am making a twosided book. It is a hardbound book where opening the cover should reveal the title page, which will be a right-hand sided page (i.e. margins are wider on the right). The default is to have the title page start on a left-hand sided page with a blank page following on the right ...