What is strange is that if I include .pstex file, the lines are omitted in picture, if I include .eps file (I renamed normal.pstex into normal.eps) than the lines appaired, but the texts on picture are omitted.
This file I obtained from another people, who can run correctly on his computer.
Zoltan
Search found 5 matches
- Sun Jun 02, 2013 12:12 pm
- Forum: Graphics, Figures & Tables
- Topic: Inclusion of Figure from PSTeX fails
- Replies: 3
- Views: 6694
- Sun Jun 02, 2013 10:24 am
- Forum: Graphics, Figures & Tables
- Topic: Inclusion of Figure from PSTeX fails
- Replies: 3
- Views: 6694
Inclusion of Figure from PSTeX fails
I am using TeXnicCenter, and when I include pstex, e.g. this
\scalebox{0.55}{
\begin{minipage}{\textwidth}
{\input{normal.pstex_t}}
\end{minipage}}
I get the message:
Unknow graphics extension .pstex
And in the PDF file obtained some lines are omitted in the figures.
If I use LATEX->PS->PDF ...
\scalebox{0.55}{
\begin{minipage}{\textwidth}
{\input{normal.pstex_t}}
\end{minipage}}
I get the message:
Unknow graphics extension .pstex
And in the PDF file obtained some lines are omitted in the figures.
If I use LATEX->PS->PDF ...
- Fri Dec 07, 2012 10:38 am
- Forum: Graphics, Figures & Tables
- Topic: tikZ | Drawing Circles by new Commands
- Replies: 4
- Views: 5000
tikZ | Drawing Circles by new Commands
Zap! I found the solution!! If I put
instead of
the outcome will be nice.
\pgfmathtruncatemacro{\p}{1+mod(\i+\j-1,\n)}
instead of
\pgfmathsetmacro{\p}{1+ mod(\i+\j-1,\n)}
the outcome will be nice.
- Thu Dec 06, 2012 12:15 am
- Forum: Graphics, Figures & Tables
- Topic: tikZ | Drawing Circles by new Commands
- Replies: 4
- Views: 5000
tikZ | Drawing Circles by new Commands
You are right. Thanks.
But the following example works nice even with node. Why?
(The edges link nodes, and not the centers of the circles, as in the case of coordinates. And in my first example the nodes and edges are distorsioned, the edges link different points on and in the circles. Why ...
But the following example works nice even with node. Why?
(The edges link nodes, and not the centers of the circles, as in the case of coordinates. And in my first example the nodes and edges are distorsioned, the edges link different points on and in the circles. Why ...
- Wed Dec 05, 2012 10:30 pm
- Forum: Graphics, Figures & Tables
- Topic: tikZ | Drawing Circles by new Commands
- Replies: 4
- Views: 5000
tikZ | Drawing Circles by new Commands
What is the problem with this source? The result is far to be nice.
\documentclass{article}
\usepackage{tikz}
\newcommand{\Andr}[4]{
% #1 n
% #2 angle
% #3 node size
% #4 \fill or \draw
\begin{tikzpicture}[rotate=#2,scale=2]
\pgfmathsetmacro{\n}{3*#1 - 1}
\pgfmathsetmacro{\m}{2*#1 - 1 ...
\documentclass{article}
\usepackage{tikz}
\newcommand{\Andr}[4]{
% #1 n
% #2 angle
% #3 node size
% #4 \fill or \draw
\begin{tikzpicture}[rotate=#2,scale=2]
\pgfmathsetmacro{\n}{3*#1 - 1}
\pgfmathsetmacro{\m}{2*#1 - 1 ...