Search found 37 matches

by Fibonacci
Mon Nov 30, 2015 5:41 am
Forum: Text Formatting
Topic: " character lost special meaning within a variable
Replies: 4
Views: 4385

Re: " character lost special meaning within a variable

Thank you, will keep looking then.
by Fibonacci
Sat Nov 28, 2015 7:23 am
Forum: Text Formatting
Topic: " character lost special meaning within a variable
Replies: 4
Views: 4385

Re: " character lost special meaning within a variable

Is there a way to enable all shorthands at once?
by Fibonacci
Fri Nov 27, 2015 7:04 am
Forum: Text Formatting
Topic: " character lost special meaning within a variable
Replies: 4
Views: 4385

" character lost special meaning within a variable

Hello.

The best way to explain this is with the MWE:
\documentclass{article}
\usepackage[spanish]{babel}
\def\algo{2"o}
\begin{document}
2"o\algo
\end{document}

The output, instead of being the string 2.º twice, looks like 2.º2”o. Moving the definition to a later point in the document works fine ...
by Fibonacci
Tue Jul 07, 2015 11:40 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9451

PSTricks cuts figures in landscape mode

Try this, then:
\documentclass{article}
\usepackage[landscape]{geometry}
\usepackage{pstricks}
\begin{document}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit in magna id sagittis. Pellentesque
\begin{pspicture}(1in,1in)\pscircle(0,0){1}
\end{pspicture}
\end{document ...
by Fibonacci
Sun Jul 05, 2015 8:49 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9451

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.


And that is exactly the problem I am asking how to prevent – the fact that Overleaf and XeLaTeX cut off pictures ...
by Fibonacci
Sun Jul 05, 2015 8:07 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9451

PSTricks cuts figures in landscape mode

Sundial wrote: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
No it's not. Compiling the code without modifications with pslatex makes the whole circle appear properly.
by Fibonacci
Sun Jul 05, 2015 7:22 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks cuts figures in landscape mode
Replies: 10
Views: 9451

PSTricks cuts figures in landscape mode

I have the following code:
\documentclass{article}
\usepackage[landscape]{geometry}
\usepackage{pstricks}
\begin{document}
\hspace{6.5in}\begin{pspicture}(1in,1in)\pscircle(0,0){1}
\end{pspicture}
\end{document}

If I compile it with XeLaTeX under GNU/Linux, or paste that in Overleaf, the circle ...
by Fibonacci
Mon Nov 10, 2014 8:12 pm
Forum: Fonts & Character Sets
Topic: Cannot load any fontenc except for T1
Replies: 13
Views: 16764

Cannot load any fontenc except for T1

If there is a Linux wizard around willing to take a look at it, let him have a go :-)

The solution to the behaviour described might be very simple and could be sorted out within two minutes sitting in front of the machine. But its hard to tell.

Well, the problem is (mostly) consistently ...
by Fibonacci
Mon Nov 10, 2014 6:53 pm
Forum: Fonts & Character Sets
Topic: Cannot load any fontenc except for T1
Replies: 13
Views: 16764

Cannot load any fontenc except for T1

Using \listfiles to check all filepaths. I have the feeling that there are multiple TeX Live versions on your hard drive.

Actually no. Only one. Here's the relevant part of the log file with \listfiles :

*File List*
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09 ...