Search found 15 matches

by michael_b
Wed May 25, 2011 7:32 pm
Forum: Page Layout
Topic: list of abbreviations with nomencl
Replies: 3
Views: 3395

Re: list of abbreviations with nomencl

Thanks it works.

I use Winedit 6.0, do you have an idea how i can handle it to compile with winedit without typing in the console everytime: makeindex document.nlo -s nomencl.ist -o document.nls
by michael_b
Wed May 25, 2011 10:48 am
Forum: Page Layout
Topic: list of abbreviations with nomencl
Replies: 3
Views: 3395

list of abbreviations with nomencl

Hey everybody,

at present i try to make a list of abbreviation with the usepacked nomencl.
I use latexlive and winedt 6.0.

My Code looks like for a small example:

\documentclass[a4paper]{article}
\usepackage[german]{babel}
\usepackage[latin1]{inputenc}
\usepackage{nomencl}
\let\abbrev ...
by michael_b
Tue Apr 20, 2010 4:03 pm
Forum: Math & Science
Topic: Polynom division
Replies: 9
Views: 8058

Re: Polynom division

No Problem. The former maintainer has given me no information about that.
by michael_b
Sun Apr 18, 2010 8:23 pm
Forum: Math & Science
Topic: Polynom division
Replies: 9
Views: 8058

Polynom division

Hey everybody!

I have contacted the "former" maintainer and he has given me the solution.

We can fix the problem in the preamble. Between "\makeatletter" and "/makeatother" you have to put this code:


\define@key{pld}{vars}{%
\let\pld@variables\@empty
\@tfor\pld@temp:=#1\do{%
\pld ...
by michael_b
Tue Apr 13, 2010 3:23 pm
Forum: Math & Science
Topic: Polynom division
Replies: 9
Views: 8058

Re: Polynom division

Thank you for your answers.

I have written the bug report to the maintainer. If i get an answer i will post it into this subject.
by michael_b
Mon Apr 12, 2010 8:42 pm
Forum: Math & Science
Topic: Polynom division
Replies: 9
Views: 8058

Re: Polynom division

Yes it's really weird that it works with "l" or another character until we use a symbol which starts with an "\" e.g. "\lambda"

The unicode for lambda didn't work because i compiled with the programm WinEdit and if i take the lambda unicode to the tex-area the programme wouldn't recognize it, but ...
by michael_b
Mon Apr 12, 2010 6:32 pm
Forum: Math & Science
Topic: Polynom division
Replies: 9
Views: 8058

Polynom division

Hey everybody,

i have to tex a polynom division with the variable lambda. The polynom division looks like that:

\lambda^3-1 : (\lambda -1)

The result has to be \lambda^2+\lambda+1

And it has to show the different step of calculation.

Therefore i have taken the "polynom" package. However, there ...
by michael_b
Sun Jan 10, 2010 1:47 pm
Forum: Page Layout
Topic: automatic footline
Replies: 1
Views: 1476

automatic footline

Hey all,

i have written a report in latex. Therefore i have created a special configuration site where all special terms are selected. Among other things there are selected the automatic headline (with section and site number) and the automatic footline (with subsection). For some sites i haven't ...
by michael_b
Tue Nov 24, 2009 5:59 pm
Forum: Graphics, Figures & Tables
Topic: picture in text
Replies: 3
Views: 2663

Re: picture in text

thank you very much. i didn't know that it was that easy with the \includegraphics. ;-)
by michael_b
Mon Nov 23, 2009 8:25 pm
Forum: Graphics, Figures & Tables
Topic: picture in text
Replies: 3
Views: 2663

picture in text

Hey all,

is it possible to create a picture into the flow of a text as if it was a word?

I have got this problem:
triangle.jpg
triangle.jpg (23.91 KiB) Viewed 2656 times
I know how to get the red triangle but how can i put the picture into the text?