Search found 92 matches

by niles
Sat Oct 05, 2013 9:19 pm
Forum: Graphics, Figures & Tables
Topic: Removing a Segment of a Frame
Replies: 3
Views: 4863

Removing a Segment of a Frame

Hi

I have the following MWE in PSTricks , showing a rectangle.


\documentclass[pstricks,border=12pt]{standalone}
\usepackage{pstricks}

\begin{document}
\begin{pspicture}[showgrid=true](5,5)
\psframe(4,4)
\end{pspicture}
\end{document}


What I would like to is to remove the part of the right ...
by niles
Thu Jan 10, 2013 2:56 pm
Forum: Document Classes
Topic: beamer | Custom Theme Installation on MikTeX
Replies: 1
Views: 7608

Re: beamer | Custom Theme Installation on MikTeX

I solved it. I just needed to create a directory with a TeX-installion structure.
by niles
Thu Jan 10, 2013 1:28 pm
Forum: Document Classes
Topic: beamer | Custom Theme Installation on MikTeX
Replies: 1
Views: 7608

beamer | Custom Theme Installation on MikTeX

Hi

I want to install a beamer theme on MikTeX and I am following this guide . The theme I am testing with is Amsterdam, the first one here .

I place the theme in C:\Program Files\MiKTeX 2.9\tex\latex\beamer\base\themes\theme and run "Refresh FNDB" in MiKTeX Settings. But when I compile with ...
by niles
Sun Oct 07, 2012 12:39 am
Forum: Graphics, Figures & Tables
Topic: pgfplots | Shading certain parts of the coordinate grid
Replies: 2
Views: 6779

pgfplots | Shading certain parts of the coordinate grid

Hi

Please see the MWE:


\documentclass{article}

\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[grid=both]
\addplot3 coordinates {(0,0,0) (0,0.5,1) (0,1,0)};
\end{axis}
\end{tikzpicture}
\end{document}


What I am trying to do is to shade certain rectangles in the ...
by niles
Thu Sep 27, 2012 12:59 pm
Forum: Math & Science
Topic: Gathered Alignment of Terms in Equation
Replies: 5
Views: 5376

Re: Gathered Alignment of Terms in Equation

Thanks, it works. But I am a little surprised that LaTeX doesn't offer a more "automated" approach.

Best wisshes,
Niles.
by niles
Thu Sep 27, 2012 12:42 pm
Forum: Math & Science
Topic: Gathered Alignment of Terms in Equation
Replies: 5
Views: 5376

Re: Gathered Alignment of Terms in Equation

Hi

Thanks for the reply. I tried it out, but the terms on the right part (for the two first rows) are pushed to the right. Is there a way to correct this?
by niles
Thu Sep 27, 2012 11:41 am
Forum: Math & Science
Topic: Gathered Alignment of Terms in Equation
Replies: 5
Views: 5376

Gathered Alignment of Terms in Equation

Hi

I have the following MWE doing what it is supposed to do:


\documentclass[a4paper]{article}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath, amsthm, amssymb}

\begin{document}
\begin{equation}
\begin{aligned}
\alpha = \beta &+ \gamma \\ %gamma and delta are ...
by niles
Mon Sep 10, 2012 10:09 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks | Additional white space appearing
Replies: 1
Views: 1779

PSTricks | Additional white space appearing

Hi

I have generated a PS-file, containg the following code:


\documentclass{article}
\usepackage{pstricks, pst-node, pst-plot, pst-circ}
\usepackage{moredefs}
\usepackage[%
paperwidth = 11.508871cm, % add 0.5%
paperheight= 5.0827586cm, % add 0.5%
lmargin = -5.25mm, % do not know why this ...
by niles
Sun Aug 19, 2012 2:35 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots | Changing the Color Maps
Replies: 2
Views: 10840

Re: pgfplots | Changing the Color Maps

Thanks, that is kind of you.

Best,
Niles.