Search found 12 matches

by white_owl
Thu Feb 07, 2013 1:36 am
Forum: Graphics, Figures & Tables
Topic: Trouble with pst-plot
Replies: 2
Views: 4709

Trouble with pst-plot

I just downloaded and successfully installed TexLive 2012.
Trying to use pst-plot package (tlmgr info pst-plot reports it of version 1.44).

\documentclass{article}
\usepackage{pst-plot}
\begin{document}
\psset{unit=1cm}
\begin{pspicture}(-4,-0.5)(4,8)
\psgrid[subgriddiv=0,griddots=5,gridlabels=7pt ...
by white_owl
Tue Feb 05, 2013 10:29 pm
Forum: Graphics, Figures & Tables
Topic: Statistics and Histograms
Replies: 5
Views: 11652

Statistics and Histograms

I need to draw several statistical charts. With histograms and boxplots (those two are the must!).

Which package can be of more use? For now I just draw everything manually in tikZ, results are pretty but it is very tedious task.
by white_owl
Mon Feb 04, 2013 12:30 am
Forum: Text Formatting
Topic: increase space between lines in tabbing
Replies: 8
Views: 11618

increase space between lines in tabbing

Ok, can I judge texdoc in this case?

If you don't use an outdated version, but a new one. ;) Wich version of TeX do you have installed?

In current versions texdoc amsmath works fine and opens amsldoc . I tested with TeX Live 2012 and 2011, possibly it worked also earlier. I have texlive "2009-11 ...
by white_owl
Sun Jan 27, 2013 8:42 am
Forum: Text Formatting
Topic: increase space between lines in tabbing
Replies: 8
Views: 11618

increase space between lines in tabbing

Some comments,

too many packages and not enough documentation for them.

Most packages are well documented. Do you read documentation? In this case, besides the excellent mathmode document, the amsmath manual is relevant. Every good introduction, tutorial and book should mention amsmath ...
by white_owl
Sun Jan 27, 2013 12:29 am
Forum: Text Formatting
Topic: increase space between lines in tabbing
Replies: 8
Views: 11618

Re: increase space between lines in tabbing

Thank you, Stefan_K. Your solution works wonderfully.


localghost, The reason why I do not use align* is because I did not know about it. Looks promising, probably I will use in the future. The main problem of TeX - too many packages and not enough documentation for them.
But what I see from your ...
by white_owl
Fri Jan 25, 2013 10:59 pm
Forum: Text Formatting
Topic: increase space between lines in tabbing
Replies: 8
Views: 11618

increase space between lines in tabbing

I have a long equation inside a tabbing environment like this:

Code: Select all

\begin{tabbing}
$f(x)$ \= $ = \left( \dfrac{a}{b} \right)$ \\
\> $ = \left( \dfrac{c}{d} \right)$ \\
\end{tabbing}
This works nice, but parenthesis from these two lines touch each other (as well as b and c).
How to separate them?
by white_owl
Mon Sep 26, 2011 9:28 pm
Forum: Graphics, Figures & Tables
Topic: tikz | Draw a Multiplexer
Replies: 4
Views: 6768

Re: tikz | Draw a Multiplexer

Sorry, but circuitikz package does not have multiplexer symbol.
by white_owl
Mon Sep 26, 2011 8:44 pm
Forum: Graphics, Figures & Tables
Topic: tikz | Draw a Multiplexer
Replies: 4
Views: 6768

Re: tikz | Draw a Multiplexer

Yes, circuit_macros package does have a pretty nice multiplexer symbol.
Unfortunately, this package is not available in MikTex... and most of the time I am working on Windows box. So I need a solution which is compatible with MikTex distribution.
by white_owl
Mon Sep 26, 2011 7:59 pm
Forum: Graphics, Figures & Tables
Topic: tikz | Draw a Multiplexer
Replies: 4
Views: 6768

tikz | Draw a Multiplexer

Are there any tikz libraries which have ready-to-use multiplexer symbols?
I'd like to draw logical scheme with a set AND/OR/NOT gates and include there MUX-2 and MUX-4 elements.
Tried to make an expansion for circuit.logic library but received a lot of weird errors.
by white_owl
Wed Apr 21, 2010 11:14 pm
Forum: Graphics, Figures & Tables
Topic: Arc from node to node.
Replies: 3
Views: 6767

Arc from node to node.

Actually no. In this particular case, the controls command was enough.
In my next graph I need to draw something very similar but the arc should be almost full circle, so two points of controls is not enough...

Let's say, how to add to the previous example nice overhead arcs from node (e) to (b ...