Search found 20 matches

by Sebi
Sun May 04, 2008 12:37 am
Forum: MiKTeX and proTeXt
Topic: MikTeX on Linux
Replies: 16
Views: 26222

Re: MikTeX on Linux

By the way: Does kile support online spellchecking by now?
by Sebi
Tue Feb 05, 2008 9:20 pm
Forum: General
Topic: Tracking changes with LaTeX
Replies: 3
Views: 4549

Re: Tracking changes with LaTeX

The above solution requires additional work.
Try latexdiff instead. It only needs two versions and highlights the changes just as word does.
Usage:
latexdiff old.tex new.tex > diff.tex

Get it here: http://www.ctan.org/tex-archive/support/latexdiff/

However, it doesn't work with vista (the perl ...
by Sebi
Thu Dec 27, 2007 9:22 pm
Forum: Development
Topic: The future of TeXnicCenter
Replies: 24
Views: 84923

The future of TeXnicCenter


As a matter of fact, now - in my opinion - under Windows there is nothing more "functional" and useful than TeXnicCenter, if one is looking for a easily manageable Latex graphic front end, but - moreover - one which actually works ;) (otherwise, the obvious alternative which comes to mind is to ...
by Sebi
Fri Aug 10, 2007 11:46 pm
Forum: General
Topic: Errors with algorithm package: Undefined control sequence
Replies: 8
Views: 32950

Re: Algorithm class

You can even label each line of the algorithm, in order to reference to it.
Very handy if the algorithm is changed later on!
by Sebi
Wed Jul 11, 2007 11:53 am
Forum: General
Topic: Allignment for equations
Replies: 7
Views: 8690

Allignment for equations


Thank you very much. But I want the equations to be aligned not only in the "=" sign but also with respect to "in" and "on". If you write a longer expression instead of "g" in the second equation, you'll see that there's no alignment with respect to "in" and "on".


\begin{equation*}
\left ...
by Sebi
Wed Jul 11, 2007 11:47 am
Forum: Feature Suggestions
Topic: Word Wrap
Replies: 12
Views: 36065

Re: Word Wrap

I prefer soft-wrap for the following reason:
Whenever a document is edited by multiple users with different screen/font sizes, soft wrap ensures that is looks good on all font/screen sizes. With hard wrap, the line lengths are mostly too short or too long.
Since I have 3 computers in use at ...
by Sebi
Thu Apr 26, 2007 6:54 pm
Forum: General
Topic: Blurred graphics...a known problem?
Replies: 2
Views: 6080

Re: Blurred graphics...a known problem?

You could give the wmf2eps printer http://www.wmf2eps.de.vu/ a try, and save as .ps
Then, convert it to .eps with ghostscript, and then to .pdf with eps2pdf.

However, I think your main problem is that screenshots are bitmap graphics. When you print, for example, Visio graphics and use wmf2eps, the ...
by Sebi
Sat Apr 07, 2007 8:14 pm
Forum: General
Topic: create a time table
Replies: 3
Views: 4197

Re: create a time table

Edit: Oooops, I should read first before posting ;-)
by Sebi
Sun Mar 25, 2007 11:52 am
Forum: General
Topic: Problems with fonts in eps files
Replies: 2
Views: 3763

Problems with fonts in eps files

Johan wrote: (I first create a ps file, then a pdf - directly creating a pdf does not work for some reason).


Are the fonts correctly embebbed within the *.ps file? If so, try to use another converter as a workaround (e.g. ps2eps -> epstopdf, acrobat, freepdf, ...).
by Sebi
Sat Mar 24, 2007 1:37 am
Forum: MiKTeX and proTeXt
Topic: Forget Yap, use dviout
Replies: 1
Views: 7300

Forget Yap, use dviout

I do not like the latest yap that comes with Miktex 2.5.
Yap has become extremely slow, with dvips ugly (the font rendering looks as ugly as Ghostscript), and programmed without obeying what the user needs (definitely no rotated text and color gradients within a dvi-previewer).

Therefore, I ...