Search found 6 matches

by Thomas_l
Wed Sep 04, 2013 10:16 am
Forum: Graphics, Figures & Tables
Topic: Too large Dimension in Picture
Replies: 1
Views: 8626

Too large Dimension in Picture

Hi all,

I am working on a presentation where I want to show the duct layout of a ventilation system. The plan was to draw the ventilation system with a TikZ picture. For easier drawing I wanted to give the coordinates in mm and then scale the tikzpicture itself.

\documentclass{beamer}
\usepackage ...
by Thomas_l
Tue Jun 25, 2013 11:47 pm
Forum: Graphics, Figures & Tables
Topic: Filling up double Arrows
Replies: 1
Views: 6595

Filling up double Arrows

Hi all,

I'm modifying a piece of code (http://www.texample.net/tikz/examples/double-arrows/) to make my own drawing. But I wanted to change the color of the arrows so I changed the code to this.

\documentclass{article}
\usepackage{tikz}

\usepackage{verbatim}
\usepackage[active,tightpage]{preview ...
by Thomas_l
Thu May 02, 2013 10:16 am
Forum: Page Layout
Topic: Centered Title Page without Sidebar
Replies: 1
Views: 9932

Centered Title Page without Sidebar

Hi all,

I am working on a beamer presentation where i use sidebars. But I don't want to show the sidebar on the title frame and the intermediate table of content frames. So I added the plain option to these frames.

But when I looked at my first frame I noticed that the title wasn't aligned in the ...
by Thomas_l
Sat Apr 20, 2013 10:20 am
Forum: General
Topic: Change standard arguments of \newcommand
Replies: 6
Views: 6315

Change standard arguments of \newcommand

cgnieder wrote:Ok, so I did misunderstand your question and Axel was right. Unfortunately I don't have much experience with TeXstudio but I'll take a look when I'm home.

Regards
So if I use another editor this would be possible?

Thanks in advance for looking into it.
by Thomas_l
Sat Apr 20, 2013 9:57 am
Forum: General
Topic: Change standard arguments of \newcommand
Replies: 6
Views: 6315

Change standard arguments of \newcommand

I atached a file which I hope brings a litle more clearity.
Knipsel.PNG

I used this source code (hope this is what you mean whit a minimal example)

\documentclass{article}

\newcommand{\ref}[3]{par. #1 page: #2 - #3}

\begin{document}
\ref{arg1}{arg2}{arg3}
\ref{section}{starting page}{ending ...
by Thomas_l
Fri Apr 19, 2013 3:26 pm
Forum: General
Topic: Change standard arguments of \newcommand
Replies: 6
Views: 6315

Change standard arguments of \newcommand

Hi All

I am working on a presentation and have to use a load of references. These references looks like this: par. 4.4.1 blz 4.30 - 4.31 So i defined my one command t do this automaticaly to get this result:
\verw{4.2.2}{4.6}{4.7} => par. 4.2.2 blz. 4.6 - 4.7
Whenever i use this function i get ...