Search found 4 matches

by timoslav
Sun Feb 07, 2010 10:59 pm
Forum: General
Topic: umlauts also in included file
Replies: 4
Views: 2696

Re: umlauts also in included file

sorry for the code mess :)

thanks alot!! utf8 works perfect.

greetz
by timoslav
Sat Feb 06, 2010 8:00 pm
Forum: New Members
Topic: LaTeX here we go!
Replies: 2
Views: 1936

LaTeX here we go!

hi guys,

I'm also new to LaTeX and this forum...surprise! ^^

So, the reason I'm here is my recent idea 'why not writing all your papers in LaTeX so you can spare yourself alot of trouble with WYSIWYG Editors'.

Well, until now it works all out. I like it. The freedom to get the output you wanted ...
by timoslav
Sat Feb 06, 2010 7:48 pm
Forum: General
Topic: umlauts also in included file
Replies: 4
Views: 2696

umlauts also in included file

sorry. here it comes:

title.tex:


\begin{titlepage}

\begin{minipage}{1in}
\begin{tabular}{l}
\includegraphics[width=0.5\textwidth]{./uom}
\end{tabular}
\end{minipage}
\hfill
\begin{minipage}{1in}
\begin{tabular}{r}
\includegraphics[width=0.5\textwidth]{./cse}
\end{tabular}
\end{minipage ...
by timoslav
Sat Feb 06, 2010 7:33 pm
Forum: General
Topic: umlauts also in included file
Replies: 4
Views: 2696

umlauts also in included file

hi guys,

i've included my title page in my main document. for the main document german umlauts are defined by the specific package, but after typesetting the included title page is not rendered correctly. i tried using usepackage in the title page itself but that doesn't work either.

any held is ...