Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Latex inputenc error
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Mon Mar 03, 2008 2:34 pm    Post subject: [SOLVED]Latex inputenc error Reply with quote

Hallo Liebe Community,

ich habe eine Datenbank, in der aus Text und Bildern ein PDF generiert wird. Ich habe nun diese DB umgezogen und bekomme nun immer folgenden Fehler wenn ich das PDF generieren will:

Quote:
! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `latin1'.

See the inputenc package documentation for explanation.
Type H for immediate help.
...

l.55 ...20060622-141223-bedroom-1187346528.png}^^K
space*{1cm}\\
?
! Emergency stop.
...

l.55 ...20060622-141223-bedroom-1187346528.png}^^K
space*{1cm}\\
No pages of output.
Transcript written on expose.log.


Googlen bringt leider nichts mehr !!! Finde auch keine Lösung.

Kennt jemand das Problem und kann mir helfen??

Danke im Vorraus ! Mfg - fuwangschu


Last edited by 148228 on Wed Mar 05, 2008 3:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
Eisbrecher
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 84

PostPosted: Mon Mar 03, 2008 3:15 pm    Post subject: Reply with quote

Hat sich die Zeichencodierung bei der Datenbank geändert? Ändere in der LaTeX-Präambel mal \usepackage[latin1]{inputenc} in \usepackage[utf8]{inputenc}. Vielleicht hilft das schon.
Back to top
View user's profile Send private message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Mon Mar 03, 2008 4:01 pm    Post subject: Reply with quote

Hallo Eisbrecher,

danke für den Tipp!! Nun ... wo finde ich die Präambel? :(

Mfg -- fuwangschu
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3369
Location: de

PostPosted: Mon Mar 03, 2008 4:19 pm    Post subject: Reply with quote

fuwangschu wrote:
danke für den Tipp!! Nun ... wo finde ich die Präambel? :(

Wirf mal einen Blick in die ersten Zeilen Deines mit Latex geschriebenen Dokuments. Da solltest du die genannte Zeile eigentlich finden.
Back to top
View user's profile Send private message
schachti
Advocate
Advocate


Joined: 28 Jul 2003
Posts: 3765
Location: Gifhorn, Germany

PostPosted: Mon Mar 03, 2008 4:19 pm    Post subject: Reply with quote

Hmm? Du mußt doch irgendwo - aus irgend einem Skript heraus - latex aufrufen und die zu kompilierende Datei angeben. Und dann paßt Du eben die zu kompilierende Datei entsprechend an...
_________________
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Back to top
View user's profile Send private message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Mon Mar 03, 2008 4:24 pm    Post subject: Reply with quote

Ah, ich habe mich ein wenig durchgelesen und es gefunden :).

Aber nun ein weiterer Fehler:

Quote:
LaTeX Error: File `utf8.def' not found.

Type X to quit or to proceed,
or enter new name. (Default extension: def)

Enter file name:
! Emergency stop.


l.118 \endinput
^^M
No pages of output.
Transcript written on expose.log.


Muss ich noch Pakete installieren oder die Datei irgendwo manuell per Hand anlegen?!

Mfg -- fuwangschu
Back to top
View user's profile Send private message
Eisbrecher
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 84

PostPosted: Mon Mar 03, 2008 4:34 pm    Post subject: Reply with quote

Hm, ab jetzt rate ich ins Blaue. Probiere mal \usepackage[utf8x]{inputenc}
Back to top
View user's profile Send private message
jkoerner
Apprentice
Apprentice


Joined: 04 Nov 2006
Posts: 270

PostPosted: Mon Mar 03, 2008 4:50 pm    Post subject: Reply with quote

Moin,
such mal das Paket utf8.def auf deinem PC
Code:
 $ slocate utf8.def

Eigentlich sollte dann
Code:
/usr/share/texmf/tex/latex/base/utf8.def
bei einer Standardinstallation als Antwort kommen.
Back to top
View user's profile Send private message
schachti
Advocate
Advocate


Joined: 28 Jul 2003
Posts: 3765
Location: Gifhorn, Germany

PostPosted: Mon Mar 03, 2008 5:11 pm    Post subject: Reply with quote

fuwangschu wrote:
Muss ich noch Pakete installieren oder die Datei irgendwo manuell per Hand anlegen?!


Es scheint standardmäßig in app-text/tetex enthalten zu sein:

Code:
# equery belongs utf8.def
[ Searching for file(s) utf8.def in *... ]
app-text/tetex-3.0_p1-r6 (/usr/share/texmf/tex/latex/base/utf8.def)

_________________
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3369
Location: de

PostPosted: Mon Mar 03, 2008 7:40 pm    Post subject: Reply with quote

schachti wrote:
Es scheint standardmäßig in app-text/tetex enthalten zu sein:

Tetex wird seit 2005 (soweit ich irgendwo gelesen hab) nicht mehr weiterentwickelt. Das Nachfolgeprojekt heißt texlive.
Back to top
View user's profile Send private message
schachti
Advocate
Advocate


Joined: 28 Jul 2003
Posts: 3765
Location: Gifhorn, Germany

PostPosted: Mon Mar 03, 2008 9:08 pm    Post subject: Reply with quote

Danke für den Hinweis - wie sieht's denn mit der Kompatibilität aus? Da bei mir bisher noch keinerlei Probleme mit tetex aufgetreten sind (und ich benutze es schon lange und sehr oft) wäre es wichtig, dass es zu 100% kompatibel ist.
_________________
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Back to top
View user's profile Send private message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Tue Mar 04, 2008 1:59 pm    Post subject: Reply with quote

Also vielen Dank für eure Tipps! Nur jeder führt zu einem neuen Fehler, nichts neues bei Gentoo :D

Jetzt bekomme ich nach dem emergen von texlive diese Fehlermeldung:

Quote:
! LaTeX Error: File `german.sty' not found.

Type X to quit or to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.


l.3 \usepackage
[dvips]{graphicx}^^M
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on expose.log.


Ich dreh durch!!! :D

[[[[EDIT]]]]

Hab den Fehler durch neu compilen mit Linguas DE behoben!! DOch nun !!!

Quote:
Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `utf8'.

See the inputenc package documentation for explanation.
Type H for immediate help.
...

l.54 ...5-2083473_20060209_0088_l-1196847644.png}
space*{1cm}\\
?
! Emergency stop.
...

l.54 ...5-2083473_20060209_0088_l-1196847644.png}
space*{1cm}\\
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on expose.log.


Mfg -- fuwangschu


Last edited by 148228 on Tue Mar 04, 2008 2:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
Eisbrecher
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 84

PostPosted: Tue Mar 04, 2008 2:08 pm    Post subject: Reply with quote

Ersetze folgende zwei Dinge

  • \usepackage{german} => \usepackage{ngerman} oder \usepackage[ngerman]{babel}
  • \usepackage[dvips]{graphicx} => \usepackage{graphicx}


EDIT
Für das ngerman-Paket musst du vermutlich texlive-langgerman installieren.
Back to top
View user's profile Send private message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Tue Mar 04, 2008 2:17 pm    Post subject: Reply with quote

Also ich bekomme PDF'S erstellt! Aber sobald er Bilder mitreinnehmen soll schmiert er ab. Ich poste mal meine Präambel und den Kompletten Fehlerlog !!! (Also nicht alles :))

Präambel:
Quote:

\documentclass[10pt,a4paper]{scrartcl}
\usepackage{german}
\usepackage{graphicx}
\usepackage[pdftex]{color}
\usepackage[pdftex,colorlinks,bookmarks=false,pdffitwindow=false,linkcolor=black,urlcolor=black,backref,pagebackref]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}

% \textheight=228truemm
\textheight=245truemm
\textwidth=165truemm
\oddsidemargin=0in
\evensidemargin=0in
\marginparwidth=.08in
\marginparsep=.01in
\marginparpush=5pt
\parindent0pt
\headheight=4truemm
#hoffset#

\pagestyle{empty}
\usepackage{eso-pic,graphicx}
\makeatletter
\newcommand\BackgroundPicture[2]{%
\setlength{\unitlength}{1pt}%
\put(#watermark#,\strip@pt\paperheight){%
\parbox[t][\paperheight]{\paperwidth}{%
\vfill
\centering\includegraphics[width=#2]{#1}
\vfill
}
}
} %

\makeatother
\AddToShipoutPicture{\BackgroundPicture{../../cc-bp-neu.png}{\paperwidth}}

% \usepackage{layout}

\begin{document}
\begin{tabular}{ll}
\textbf{AREA:} & #AREA# \\
\textbf{STAR STANDARD:} & #STARSTANDARD# \\
\textbf{PROPERTY:} & #PROPERTY# \\
\textbf{PROPERTY TYPE:} & #PROPERTYTYPE# \\
\textbf{FEATURES:} & #FEATURES# \\
#BEFORE_SPORTS#\textbf{SPORTS VENUES:} & #SPORTS# \\
\end{tabular}
\\\vspace*{\baselineskip}\\
%\vfill
%\framebox{\begin{minipage}{\textwidth}
#images#
%\end{minipage}}
%\layout
\end{document}
\endinput



Log :
Quote:

This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./expose.tex
LaTeX2e <2005/12/01>
Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german, ngerman, loaded.
(/usr/share/texmf-dist/tex/latex/koma-script/scrartcl.cls
Document Class: scrartcl 2006/07/30 v2.95b KOMA-Script document class (article)

(/usr/share/texmf-dist/tex/latex/koma-script/scrkbase.sty
(/usr/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package scrlfile, 2006/03/28 v2.95 KOMA-Script package (loading files)
Copyright (C) Markus Kohm

) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty))
(/usr/share/texmf-dist/tex/latex/base/size10.clo)
(/usr/share/texmf-dist/tex/latex/koma-script/typearea.sty
Package typearea, 2006/07/30 v2.95b KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-2002

)) (/usr/share/texmf-dist/tex/generic/german/german.sty v2.5e 1998-07-08)
(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-dist/tex/latex/pdftex-def/pdftex.def)))
(/usr/share/texmf-dist/tex/latex/graphics/color.sty
(/usr/share/texmf/tex/latex/config/color.cfg))
(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/share/texmf/tex/latex/config/hyperref.cfg)
(/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
Implicit mode ON; LaTeX internals redefined
(/usr/share/texmf-dist/tex/latex/hyperref/backref.sty)
(/usr/share/texmf-dist/tex/latex/ltxmisc/url.sty))
*hyperref using driver hpdftex*
(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def)
(/usr/share/texmf-dist/tex/latex/base/inputenc.sty
(/usr/share/texmf-dist/tex/latex/base/utf8.def
(/usr/share/texmf-dist/tex/latex/base/t1enc.dfu)
(/usr/share/texmf-dist/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf-dist/tex/latex/base/omsenc.dfu)))
(/usr/share/texmf-dist/tex/latex/base/textcomp.sty
(/usr/share/texmf-dist/tex/latex/base/ts1enc.def
(/usr/share/texmf-dist/tex/latex/base/ts1enc.dfu)))
(/usr/share/texmf-dist/tex/latex/eso-pic/eso-pic.sty
(/usr/share/texmf-dist/tex/latex/everyshi/everyshi.sty))
No file expose.aux.
(/usr/share/texmf-dist/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/share/texmf-dist/tex/latex/oberdiek/refcount.sty))
ABD: EveryShipout initializing macros
<../../thumbs/DE20071210-132921-bild1-1197289760.png, id=7, 401.5pt x 317.185pt
>
<../../thumbs/DE20071210-132921-bild7-1197289760.png, id=8, 401.5pt x 317.185pt
>

! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `utf8'.

See the inputenc package documentation for explanation.
Type H for immediate help.
...

l.55 ...s/DE20071210-132921-bild7-1197289760.png}
space*{1cm}\\
?
! Emergency stop.
...

l.55 ...s/DE20071210-132921-bild7-1197289760.png}
space*{1cm}\\
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on expose.log.


Latex was:

\documentclass[10pt,a4paper]{scrartcl}
\usepackage{german}
\usepackage{graphicx}
\usepackage[pdftex]{color}
\usepackage[pdftex,colorlinks,bookmarks=false,pdffitwindow=false,linkcolor=black,urlcolor=black,backref,pagebackref]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}

% \textheight=228truemm
\textheight=245truemm
\textwidth=165truemm
\oddsidemargin=0in
\evensidemargin=0in
\marginparwidth=.08in
\marginparsep=.01in
\marginparpush=5pt
\parindent0pt
\headheight=4truemm
\hoffset=-1cm

\pagestyle{empty}
\usepackage{eso-pic,graphicx}
\makeatletter
\newcommand\BackgroundPicture[2]{%
\setlength{\unitlength}{1pt}%
\put(28.452,\strip@pt\paperheight){%
\parbox[t][\paperheight]{\paperwidth}{%
\vfill
\centering\includegraphics[width=#2]{#1}
\vfill
}
}
} %

\makeatother
\AddToShipoutPicture{\BackgroundPicture{../../cc-bp-neu.png}{\paperwidth}}

% \usepackage{layout}

\begin{document}
\begin{tabular}{ll}
\textbf{AREA:} & Euro2008 \\
\textbf{STAR STANDARD:} & Standard \\
\textbf{PROPERTY:} & AR-BAS-223 \\
\textbf{PROPERTY TYPE:} & Hotel Room \\
\textbf{FEATURES:} & \begin{minipage}[t]{120mm}Single and double bedrooms with bathroom, breakfast, free parking and WLAN. 500m to the train station.
\end{minipage} \\
\textbf{SPORTS VENUES:} & \begin{minipage}[t]{120mm}11 km away from Basel centre.
\end{minipage} \\
\end{tabular}
\\\vspace*{\baselineskip}\\
%\vfill
%\framebox{\begin{minipage}{\textwidth}
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild1-1197289760.png}\hspace{1cm}
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild7-1197289760.png} space*{1cm}\\
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild9-1197289761.png}\hspace{1cm}
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild12-1197289761.png} space*{1cm}\\

%\end{minipage}}
%\layout
\end{document}
\endinput
Back to top
View user's profile Send private message
Eisbrecher
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 84

PostPosted: Tue Mar 04, 2008 2:35 pm    Post subject: Reply with quote

Schmiert er nur bei den Bildern ab?

Code:
! Package inputenc Error: Keyboard character used is undefined
(inputenc)                in inputencoding `utf8'.


Das sieht mir eher danach aus, als hättest du nach wie vor ein Problem mit der Zeichencodierung (Umlaute und Sonderzeichen). Da kann ich dir aber nicht genau weiterhelfen. Da kenne ich mich zu wenig aus.

Code:
\usepackage{graphicx}
\usepackage{eso-pic,graphicx}


Das graphicx-Paket ist doppelt geladen. Schmeiße es einmal raus.

Code:
\usepackage[pdftex]{color}


Die Option pdftex kannst du vermutlich wieder weglassen. Dann bist du flexibler.

Code:
\usepackage[pdftex,colorlinks,bookmarks=false,pdffitwindow=false,linkcolor=black,urlcolor=black,backref,pagebackref]{hyperref}


Auch hier kannst du die Option pdftex vermutlich wieder weglassen. Auf alle Fälle solltest du aber diese Zeile direkt vor \begin{document} setzen. Sonst kann es zu Problemen kommen.

Das hat aber alles nichts mit dem eigentlichen Problem zu tun. Ich kann deinen Code nämlich problemlos kompilieren, wenn ich den Teil mit der Hintergrundgrafik und dem Wasserzeichen auskommentiere.
Back to top
View user's profile Send private message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Tue Mar 04, 2008 2:52 pm    Post subject: Reply with quote

Also sorry hat alles nix geholfen :( PDF's mit einem Bild erstellt er, sobald es 2 oder mehr Bilder sind schmiert er immer ab mit dem gleichen Error !
Back to top
View user's profile Send private message
Eisbrecher
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2006
Posts: 84

PostPosted: Tue Mar 04, 2008 3:52 pm    Post subject: Reply with quote

Die *.tex-Dateien werden doch sicher irgendwo zwischengespeichert, nachdem die Werte aus der Datenbank eingegeben sind. Kannst du mal ein solches Beispiel posten, bitte. Ansonsten wird das für uns nicht nachvollziehbar. Hast du es mit verschiedenen Grafiken probiert? Sind in den Dateinamen der Grafiken Umlaute oder Leerzeichen?
Back to top
View user's profile Send private message
mastacloak
Apprentice
Apprentice


Joined: 01 Aug 2004
Posts: 174
Location: Berlin / Germany

PostPosted: Tue Mar 04, 2008 6:34 pm    Post subject: Reply with quote

Hallo

fuwangschu wrote:

Log :
Quote:

...
\end{tabular}
\\\vspace*{\baselineskip}\\
%\vfill
%\framebox{\begin{minipage}{\textwidth}
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild1-1197289760.png}\hspace{1cm}
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild7-1197289760.png} space*{1cm}\\
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild9-1197289761.png}\hspace{1cm}
\includegraphics[width=86truemm]{../../thumbs/DE20071210-132921-bild12-1197289761.png} space*{1cm}\\

%\end{minipage}}
%\layout
\end{document}
\endinput


Da sehe ich bei mir in der 2. und 4. includegraphics-Zeile vor space*{1cm} so ein komisches Zeichen, dass immer dann im Firefox angezeigt wird, wenn das Zeichen im Zeichensatz nicht existiert. Damit hat dann wohl auch LaTeX ein Problem. Und da es nur in den geraden Zeilen auftritt, kannst Du auch eine PDF mit einem Bild erzeugen.

Ich vermute, dass an die Stelle des Zeichens ein \v hin sollte, also \vspace*{1cm}. Scheinbar ist dort was bei der Umstellung schiefgegangen. Eventuell kannst Du das in der Vorlage ändern.

Gruß
Back to top
View user's profile Send private message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Wed Mar 05, 2008 10:12 am    Post subject: Reply with quote

Hi, danke für den Tipp!

Aber ich habe den Fehler gefunden, ich poste mal kurz ein Auszug aus dem Quellcode

Quote:

if ($set['pb'])
$images .= "\\pagebreak[4]\n";
if ($set['lb'])
$images .= "\hspace{1cm}\n";
else
$images .= "\vspace*{1cm}\n";
$delimage[$i] = $pngimg;



\hspace funktioniert aber bei \vspace also den Höhenunterschied nimmt er nicht an und \v ist rot markiert als würde er als php text interpretiert werden.

Wie löse ich das??? :(

Gruß ...
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Wed Mar 05, 2008 10:28 am    Post subject: Reply with quote

fuwangschu wrote:
Hi, danke für den Tipp!

Aber ich habe den Fehler gefunden, ich poste mal kurz ein Auszug aus dem Quellcode

Quote:

if ($set['pb'])
$images .= "\\pagebreak[4]\n";
if ($set['lb'])
$images .= "\hspace{1cm}\n";
else
$images .= "\vspace*{1cm}\n";
$delimage[$i] = $pngimg;



\hspace funktioniert aber bei \vspace also den Höhenunterschied nimmt er nicht an und \v ist rot markiert als würde er als php text interpretiert werden.

Wie löse ich das??? :(

Gruß ...


so wie bei \pagebreak ;)
denn \v scheint ein escapezeichen in PHP zu sein
am besten du machst das auch noch für \hspace.
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
schachti
Advocate
Advocate


Joined: 28 Jul 2003
Posts: 3765
Location: Gifhorn, Germany

PostPosted: Wed Mar 05, 2008 10:35 am    Post subject: Reply with quote

Benutze an der Stelle einfach single quoted strings anstatt von double quoted strings, dann mußt Du Dir um's escapen keine Sorgen machen. Also

Code:
$images .= '\vspace*{1cm}\n';


anstatt

Code:
$images .= "\vspace*{1cm}\n";

_________________
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Back to top
View user's profile Send private message
148228
n00b
n00b


Joined: 04 Oct 2006
Posts: 48

PostPosted: Wed Mar 05, 2008 3:11 pm    Post subject: Reply with quote

Es funktioniert !!!

mit "\\vpspace" anstatt "\vspace" :) :).

Vielen Vielen Dank für eure Hilfe !!!!

Mfg -- fuwangschu
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum