Search found 3 matches

by ElWray
Fri Mar 09, 2012 10:03 am
Forum: Graphics, Figures & Tables
Topic: tikZ | Using Variables
Replies: 3
Views: 9197

tikZ | Using Variables

Yes, this is what I meant. Thanks a lot!

How about numeric variables? Is there a simple way to define them in tikzpicture environment?

For example:

Code: Select all

x=1; %i know it's not correct
y=2;

\coordinate (A) at (x,y); %now it should be A=(1,2)
\coordinate (A) at (x+2,y-1); %now A=(3,1)
by ElWray
Tue Mar 06, 2012 8:18 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Using Variables
Replies: 3
Views: 9197

tikZ | Using Variables

I've just started using tikZ and I wonder if there is possibility to use variables in tikzpicture environment. In the pgf manual it's hard to find any information about this.

In my opinion variables create possibility to make more flexible programs.

For example we can declare a "point" variable ...
by ElWray
Sun Mar 04, 2012 5:42 pm
Forum: Fonts & Character Sets
Topic: mathdesign | Using Bitstream Charter
Replies: 2
Views: 5309

mathdesign | Using Bitstream Charter

Hi.

I have a problem using mathdesign package. I want my equations to be printed with charter font. To achieve that I'm using mathdesign package with proper option chapter just like in the example below:
\documentclass[polish,11pt]{article}
\usepackage[bitstream-charter]{mathdesign}
\usepackage ...