Search found 15 matches

by klumpp
Fri Oct 05, 2007 9:51 am
Forum: General
Topic: Code to generate author name only citations
Replies: 1
Views: 2214

Re: Code to generate author name only citations

Unforntunately, I don't know the code you are looking for.

But maybe the combination of makebst and bibtex may help you.
With makebst und can generate customized bibtex styles.
by klumpp
Wed Sep 12, 2007 12:36 pm
Forum: General
Topic: Plain text output?
Replies: 3
Views: 8427

Re: Plain text output?

As far as I know, LaTeX was designed to generate text which follows the rules of Typesetting. IMHO this excludes plain text.
But maybe I have an idea for a workaround:
Compile your LaTeX document with pdflatex and save it with Acrobat in plain text.
by klumpp
Fri Sep 07, 2007 11:02 am
Forum: WinEdt
Topic: Making PDF with figures
Replies: 1
Views: 4983

Re: Making PDF with figures

I presume you are using pdflatex as compiler.
pdflatex doesn't accept eps files as graphic input. Only jpg, png and pdf.
Using eps you can generate a ps file from dvi and further convert the ps file into pdf.
by klumpp
Fri Aug 24, 2007 9:42 am
Forum: General
Topic: Convert GIF to EPS and include with LaTeX
Replies: 3
Views: 4148

Convert GIF to EPS and include with LaTeX

There are two major ways to generate a output file using latex.

1.) compiling to dvi
using latex and pictures in the eps format
in this case, you can use dvips to convert the dvi file into a ps file
dvips can be found in the binary directory of your latex distribution, in general

2.) compiling to ...
by klumpp
Thu Aug 23, 2007 12:28 pm
Forum: General
Topic: Convert GIF to EPS and include with LaTeX
Replies: 3
Views: 4148

Re: Urgent! Help me please!

Which viewer do you use?
Can you convert the dvi file into ps or pdf and the problem remains?
Do you have the correct bounding box in the eps file?
by klumpp
Fri Apr 20, 2007 10:08 am
Forum: General
Topic: suppressing quote replacement
Replies: 3
Views: 3602

suppressing quote replacement

Well, I don't know a real solution to this problem, but maybe some workarounds ;)
I use in the header

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

this enables me to write directly german Umlaute like ä, ö, ü without \".
With the right editor this works for Win as well as for Linux ...
by klumpp
Wed Apr 11, 2007 1:55 pm
Forum: Kile
Topic: Problems with \item and german ä
Replies: 5
Views: 12951

Problems with \item and german ä

otoomet wrote: What encoding are you using _in kile_ ?

at the moment uft8
but it also worked with the iso encoding in former times
by klumpp
Wed Apr 04, 2007 1:04 pm
Forum: Kile
Topic: Problems with \item and german ä
Replies: 5
Views: 12951

Re: Problems with \item and german ä

Just looking through your code, well, it should work. Maybe the order of the invoked packages messes something up.

I use the following code right behind \documentclass:

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ngerman} % which should have the same result as \usepackage ...
by klumpp
Fri Mar 30, 2007 9:47 am
Forum: General
Topic: Change the space between paragraphs
Replies: 4
Views: 10378

Re: blank space size

A very dirty trick is to use the command \vspace{} with negative values, like \vspace{-5mm} or \vspace{-10pt}. In this case you have to figure out the right values which fit your taste.
by klumpp
Thu Mar 15, 2007 12:26 pm
Forum: Texmaker and TeXstudio
Topic: Configuring Texmaker
Replies: 1
Views: 4913

Re: texmaker configuring

I just installed texmaker and the compiling and invoking of the viewers work as it should.
Well, this won't help, so I have two questions:

1.) Did you use "Quickbuild" or "pdflatex"?
2.) Can you make a screenshot of your command options and post it here?