Search found 57 matches

by Sundial
Mon Jul 06, 2015 11:19 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9360

PSTricks cuts figures in landscape mode

My code is simply shown below:
\documentclass{article}
\usepackage[landscape]{geometry}
\usepackage{pstricks}
\begin{document}
\hspace{4in}
\begin{pspicture}(1in,1in)\pscircle(0,0){1}
\end{pspicture}
\end{document}
What does this mean? Different compilers sometimes have different behaviours on ...
by Sundial
Mon Jul 06, 2015 8:06 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9360

PSTricks cuts figures in landscape mode

Hi Stefan,
I beg your pardon for my posted screenshots so wide! They come directly from the opening post code by pushing on 'Open in WriteLatex' bar. That allowed me to better specify my thought, based on the use of \hspace command. Please, erase them if you believe they are disturbing so much ...
by Sundial
Sun Jul 05, 2015 8:30 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9360

PSTricks cuts figures in landscape mode

Please, look at what happens (Overleaf compiler) with spacer 6.5in: the cutoff of your circle. Any comparison should be carried out with the same compiler, mine is Overleaf,as said.
02.png
02.png (61.43 KiB) Viewed 7555 times
by Sundial
Sun Jul 05, 2015 8:04 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9360

PSTricks cuts figures in landscape mode

Hi.
Your drawback is caused by the horizontal space settled too high; by changing its figure into, i.e. 5.5 inches, the whole circle appears properly, as shown below. Cheers
01.png
01.png (55.67 KiB) Viewed 7555 times
by Sundial
Sun Jul 05, 2015 10:15 am
Forum: Graphics, Figures & Tables
Topic: TikZ (\foreach): how to join function points
Replies: 6
Views: 9101

TikZ (\foreach): how to join function points

Off Topic.
I've just posted (a couple of days ago) one contribution regarding this subject to TEXample.net, but my suspicion is that the platform has been closed since longtime, being last uploading dated July 2014, one year ago. Isn't? Cheers
by Sundial
Sat May 02, 2015 8:44 am
Forum: Graphics, Figures & Tables
Topic: Number Lines with TikZ
Replies: 13
Views: 11140

Number Lines with TikZ

Please, let me know if the enclosed example is satisfactory as first approach. TikZ environment is highly powerful, but too heavy to learn. The 2-row code has been adapted from the monumental guide of Till Tantau (the inventor of TikZ), p. 913 (over 1165): TikZ&PGF,version 3.0.0, 2013 edition ...
by Sundial
Wed Apr 29, 2015 7:47 pm
Forum: Graphics, Figures & Tables
Topic: TikZ (\foreach): how to join function points
Replies: 6
Views: 9101

TikZ (\foreach): how to join function points

Fantastic drift , Alain!
Maybe you are minding why I'm so unskilled in TikZ statements, the reason is time of learning. Yes, just faced the magic world of \foreach command only a dozen of days ago.
Please, look at next application carried out today [two more utilizations of \foreach, dimensioning ...
by Sundial
Tue Apr 28, 2015 5:15 pm
Forum: Graphics, Figures & Tables
Topic: TikZ: macro rotation (span leg+string)
Replies: 3
Views: 4473

TikZ: macro rotation (span leg+string)

Oh yes ... end of story !

% x-axis rotation [dx=1.5] - #3
\begin{scope}[xshift=5cm, yshift=1.5cm, rotate=90, scale=1]
\draw[dim] (0,0) -- ++(1.5,0) node[sloped,midway,below,rotate=90] {$1.5\,m$}; % col. dimension
\draw (1.5,-0.2) -- ++(0,0.4);
\draw (0,-0.2) -- ++(0,0.4);
\end{scope}
by Sundial
Tue Apr 28, 2015 12:00 pm
Forum: Graphics, Figures & Tables
Topic: TikZ: macro rotation (span leg+string)
Replies: 3
Views: 4473

TikZ: macro rotation (span leg+string)

Hi Joannes,
what I'm running to investigate is "something of slim", and specifically the simple way (if exists, as I believe) to rotate strings ( not units, they could be litteral marks, l_1, d_1, etc.). That permits the LaTeX user to avoid big macros for solving easy drawbacks. Cheers.
by Sundial
Tue Apr 28, 2015 10:47 am
Forum: Graphics, Figures & Tables
Topic: TikZ: macro rotation (span leg+string)
Replies: 3
Views: 4473

TikZ: macro rotation (span leg+string)

It could be sometimes useful to create a unique macro which the LaTeX user may rotate the span leg with, along the embedded string, as per attachments. Thanks in advance

% --------- spanleg.tex --------- Apr.28,2015 ---------
%
\documentclass[10pt]{article}
\usepackage{tikz}
% ---
\usepackage ...