Search found 4 matches

by stretch65
Fri Nov 12, 2010 4:12 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks: Distance between 2 nodes
Replies: 1
Views: 1553

PSTricks: Distance between 2 nodes

Hi,

I've been looking for a PSTricks macro that will return the distance between 2 nodes. I was also wondering if there's a macro that returns the coordinates of a node. Do either of these macros exist?
by stretch65
Sat Nov 06, 2010 5:55 pm
Forum: General
Topic: Centering over a PSTricks node
Replies: 1
Views: 1334

Centering over a PSTricks node

Hi,

I've defined a pstricks node as follows:

Code: Select all

\pnode(2,3){A}
Now, I want to center a short line of text on it, but I don't know how. Can someone help?
by stretch65
Sun Jun 06, 2010 4:58 pm
Forum: Page Layout
Topic: Multicolumn Problem
Replies: 2
Views: 6396

Multicolumn Problem

Hi,

I was wondering if someone could suggest a 'multicolumn' package that suits my needs? At the moment I've been using the 'multicol' package to create 2 columns on a page as in the following code fragment:


\usepackage{multicol}
.
.
.
\begin{multicols}{2}
This line ends up in the 1st column ...
by stretch65
Thu Mar 18, 2010 7:07 am
Forum: General
Topic: Variable naming
Replies: 1
Views: 1900

Variable naming

Hi,

Maybe I'm worrying unnecessarily, but it concerns me that all latex variables names that I can define are global and have the potential to clash with the hundreds (or thousands) of other names found in the myriad of packages that can be used.

And, it annoys me somewhat that latex variables can ...