Search found 4 matches

by indridi
Sat Jul 23, 2011 1:56 am
Forum: Graphics, Figures & Tables
Topic: pgfplots | Increase the Number of x Ticks
Replies: 1
Views: 8915

pgfplots | Increase the Number of x Ticks

This, from the pgfplots manual, should do the trick:


\begin{tikzpicture}
\begin{axis}[
xtick={-1.5,-1,...,1.5},
xticklabels={%
$-1\frac 12$,
$-1$,
$-\frac 12$,
$0$,
$\frac 12$,
$1$},
% note: \frac can be done automatically:
% xticklabel style={/pgf/number format/frac},
]
\addplot[smooth,blue,mark ...
by indridi
Tue Oct 13, 2009 2:55 am
Forum: General
Topic: Random numbers in tables
Replies: 0
Views: 1653

Random numbers in tables

Hi,

I've been trying to create tables with random numbers (strategic form games) using lcg package. Creating random numbers in regular text doesn't seem to be a problem but in tables I run into troubles with the first number in each cell (each contains a pair) being the same in each column except ...
by indridi
Thu Sep 17, 2009 10:13 pm
Forum: General
Topic: Splitting larger files into chapters/sections
Replies: 2
Views: 1643

Re: Splitting larger files into chapters/sections

Thanks for pointing me in the right direction - I was too focused on finding a LaTeX solution.

Best,
Indridi
by indridi
Thu Sep 17, 2009 8:01 pm
Forum: General
Topic: Splitting larger files into chapters/sections
Replies: 2
Views: 1643

Splitting larger files into chapters/sections

Hi,

I am working with a large file and I am using \include and \includeonly to include separate chapters. Having to switch to the master file to LaTex the documents after making changes to a chapter seems kinda inefficient to me. What I would like to be able to do is to include the preamble in each ...