Search found 3 matches

by martin_scharrer
Sun Mar 21, 2010 5:44 pm
Forum: General
Topic: Create own box environment
Replies: 5
Views: 20279

Create own box environment

I know that the question is quite old, but for reference:

You can store the whole environment content in a TeX box register (think \savebox und \usebox). This is faster and better then \collect@body, because it doesn't scan the TeX code twice and therefore also allows for verbatim and similar ...
by martin_scharrer
Wed May 06, 2009 2:53 pm
Forum: General
Topic: Installing tikz-timing package
Replies: 6
Views: 4960

Installing tikz-timing package

Hmm, defiantly getting somewhere - Thanks

I get \GenericError... #4 \errhelp \@err@...l.1242 which appear just under the console reports that it has called environ.sty

I'm more than a little lost now as the usepackage{tikz-timing} is my last package so I'm not expecting anything else

Any ideas ...
by martin_scharrer
Wed May 06, 2009 12:43 pm
Forum: General
Topic: Installing tikz-timing package
Replies: 6
Views: 4960

Re: Installing tikz-timing package

As a start you could just put the tikz-timing.sty file into the same directory as your LaTeX document. TeX is looking first there and then in the texmf tree.
On my Ubuntu Linux PC I use the install directory "${TEXMF}/tex/latex/tikz-timing/",
where ${TEXMF} stands either for "/usr/local/texlive/2008 ...