Search found 9 matches

by thomgraf
Fri Jul 08, 2016 11:46 am
Forum: Fonts & Character Sets
Topic: EMF slow in texpoint with Microsoft 10
Replies: 0
Views: 3481

EMF slow in texpoint with Microsoft 10

Hi,

I have upgraded to MS10 and am creating equations in Powerpoint 2010 with texpoint 3.1.2.

When clicking the "Edit" button to modify an existing equation, I am waiting several seconds and obtain the following error message

"The display was produced using EMF but your installation does not ...
by thomgraf
Tue May 21, 2013 11:37 am
Forum: Graphics, Figures & Tables
Topic: Small drawn Picture within Caption
Replies: 3
Views: 10705

Small drawn Picture within Caption

The solution is this one.

Code: Select all

{\protect\tikz \protect\draw[thick, color=blue, fill=blue] plot[mark=*, mark options={scale=1.3}] (0,0);}
by thomgraf
Tue May 21, 2013 11:05 am
Forum: Graphics, Figures & Tables
Topic: Small drawn Picture within Caption
Replies: 3
Views: 10705

Small drawn Picture within Caption

Has anyone an idea how to use a tikzpicture environment within a figure caption? What I want is, plot a blue circle withing a figure caption, like this.

\begin{figure}[ht]
%...
\caption{CaptionText \begin{tikzpicture} \draw[thick, color=blue, fill=blue] plot[mark=*, mark options={scale=1.3}] (0,0 ...
by thomgraf
Tue May 21, 2013 10:26 am
Forum: Graphics, Figures & Tables
Topic: Aperiodic Grid
Replies: 4
Views: 7681

Aperiodic Grid

Hi:

The following line did the job for me:

Code: Select all

\draw[color=gray!50,dashed] (0,0) grid[xstep=5,ystep=2] (20,12);
Simply replace step by xstep and ystep.

Sorry for previously having posted in German.
by thomgraf
Fri May 17, 2013 1:44 pm
Forum: Graphics, Figures & Tables
Topic: Aperiodic Grid
Replies: 4
Views: 7681

Aperiodic Grid

Hello,

Does anybody have an idea of how to create an aperiodic grid in the tikzpicture environment? Below is my example where I would like to have distances for the grid line of 5 horizontally and 2 vertically.

\begin{tikzpicture}[domain=1:9,x=0.4cm,y=0.5cm] % Zeichenbereich
\draw [color=gray!50 ...
by thomgraf
Fri Oct 26, 2012 9:04 am
Forum: Graphics, Figures & Tables
Topic: tikZ | Connection for Fingers of a Mind Map
Replies: 3
Views: 3821

Re: tikZ | Connection for Fingers of a Mind Map

Thanks Thorsten:

The beamer guide you are pointing at does not have a section 40.4, nor could I find a related item in the table of contents that would fit my request. Any ideas?

Thanks again.
by thomgraf
Thu Oct 25, 2012 4:19 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Connection for Fingers of a Mind Map
Replies: 3
Views: 3821

tikZ | Connection for Fingers of a Mind Map

Hello:

Any ideas how I can connect fingers in a mind map?

For example, how can I connect "Raum 1" with "Raum 2" in the following example:


\begin{tikzpicture}
\path[mindmap,concept color=gray]
node[concept] {Gebaude} [clockwise from=1]
child[concept color=red] { node[concept] {Raum 1} }
child ...
by thomgraf
Wed Oct 17, 2012 12:05 pm
Forum: Text Formatting
Topic: grey square in text
Replies: 1
Views: 4569

grey square in text

Hello:

Has anybody an idea how to use a grey square in latex text? Just like the $\blacksquare$ command for a black square.

Thanks
by thomgraf
Wed Jul 18, 2012 12:26 pm
Forum: Graphics, Figures & Tables
Topic: Line Thickness for Vector
Replies: 1
Views: 6553

Line Thickness for Vector

Hello:

I want to have a bold vector within a picture environment.

I am using
\linethickness{1mm}
\put(7,1.25){\vector(1,0){1}}

This, however, only increases the thickness of the actual vector line, not the thickness of the two lines that constitute the arrow head. The result is one thick line ...