Search found 56 matches

by Kris
Fri Mar 16, 2007 4:26 pm
Forum: General
Topic: list of tables overflow
Replies: 2
Views: 3597

list of tables overflow

Hi Richard!

try

Code: Select all

\caption[short version for LOT]{long version of caption}
Regards
Kris
by Kris
Fri Mar 09, 2007 10:15 am
Forum: General
Topic: Error with 1 Beta 7.01
Replies: 4
Views: 5839

Error with 1 Beta 7.01

Hi!

Just an idea - but have You installed the (recommended)

Microsoft XML Parser (MSXML) Service Pack 2

from the TeXnicCenter-Homepage?

Maybe deleting all prior versions and a clean install will help!?

Regards
Kris
by Kris
Fri Mar 09, 2007 10:11 am
Forum: General
Topic: EPS images
Replies: 13
Views: 58077

EPS images

Hi EAGLE!

Have You tried to put clocklcopy.eps in the same directory
as Your tex-file(s)? There is a security problem with relative paths
for the standard call of dvips...

But You can add the option -R0 to the dvips call, which allows relative
paths...

Have fun!

Kris
by Kris
Mon Mar 05, 2007 7:05 pm
Forum: General
Topic: absolute vertical positioning
Replies: 2
Views: 7450

absolute vertical positioning

Hi!

there's a pstricks-package that can do this (pst-abspos), but
it's not implemented into MiKTeX, so You have to install it on
Your own! ( http://perce.de/LaTeX/pst-abspos/ )

\documentclass{article}
\usepackage{pst-all}
\usepackage[absolute]{pst-abspos}
\begin{document}
\pstSetAbsoluteOrigin ...
by Kris
Mon Mar 05, 2007 6:34 pm
Forum: MiKTeX and proTeXt
Topic: update / downloading
Replies: 2
Views: 8085

update / downloading

Hi Noctilux!

You're using the MiKTeX Net-Installer (setup-2.5.2545.exe),
which downloads all packages for offline installation...
but there's no need for downloading all packages, if You're
connected to the internet!

To update Your running system, You just have to call

START => Programs ...
by Kris
Wed Feb 28, 2007 5:43 pm
Forum: General
Topic: Include Package (WinEdt, MiKTech, LaTeX)
Replies: 6
Views: 29168

Include Package (WinEdt, MiKTech, LaTeX)

Okay, You want it the hard way... ;)

As far as I remember version 2.1 creates two main search trees,
that is

c:\texmf <= the actual MiKTeX 2.1 installation path

and

c:\localtexmf <= which is the place to install "own" packages

Now compiling of the caption.zip package downloadable from here ...
by Kris
Wed Feb 28, 2007 3:04 pm
Forum: General
Topic: \"o, german Oe in bibliogrphy
Replies: 3
Views: 8996

\"o, german Oe in bibliogrphy

By the way...

do You use a bib-file Editor?

If not => have a look here:

http://jabref.sourceforge.net/

Have fun!
Kris
by Kris
Wed Feb 28, 2007 1:35 pm
Forum: General
Topic: \"o, german Oe in bibliogrphy
Replies: 3
Views: 8996

\"o, german Oe in bibliogrphy

Hi!

You should use

author = "Karl~Heinz H{\"o}hne and ..."

or

author = "H{\"o}hne, K.H. and ..."

I won't use et al. - it's better to type in all authors and let
BibTeX decide !

Regards
Kris

*EDIT*

A much easier solution would be to use the latin-1 input-encoding by adding

\usepackage ...
by Kris
Wed Feb 28, 2007 12:13 pm
Forum: General
Topic: Include Package (WinEdt, MiKTech, LaTeX)
Replies: 6
Views: 29168

Include Package (WinEdt, MiKTech, LaTeX)

Hi!

Sorry, my advice was not clear enough...

...MiKTeX 2.5 has the ability to install most packages on its own by
loading them out of a local or an internet package repository - So
normally You don't need to download and install packages on Your own!

All You have to do, is to install a clean so ...
by Kris
Tue Feb 27, 2007 5:20 pm
Forum: General
Topic: Include Package (WinEdt, MiKTech, LaTeX)
Replies: 6
Views: 29168

Re: Include Package (WinEdt, MiKTech, LaTeX)

Hi!

Let MiKTeX do the work by using its automatic package installation!

(You have to switch it on in the MikTeX settings and after that
just add \usepackage{caption} to Your Latex-file and start compiling...)

Regards
Kris