Aufzählungspunkte gehen mit Batch verloren

Fragen und Probleme, die nicht den obigen Kategorien zugeordnet werden können


Mauro

Aufzählungspunkte gehen mit Batch verloren

Beitrag von Mauro »

Hallo zusammen,

ich habe gerade ein Minimalbeispiel erstellt:
%Erzeugt mit dem LaTeX-Generator: http://latex.sehnot.de

%Schriftgröße, Layout, Papierformat, Art des Dokumentes
\documentclass[12pt,oneside,a4paper]{scrreprt}

%Einstellungen der Seitenränder
%\usepackage[left=3cm,right=4cm,top=3cm,bottom=6cm,includeheadfoot]{geometry}

%neue Rechtschreibung
\usepackage{ngerman}

%Eurozeichen?
\usepackage{textcomp}

%Grafiken/Bilder
\usepackage{graphicx} %[pdftex]
%\usepackage{here}

%Umlaute ermöglichen
\usepackage[latin1]{inputenc}

%Mathematik
\usepackage{amsmath}
\usepackage{mathcomp}

%Quellcode C
\usepackage{listings}
\lstset{language=C}

%Struktogramme
\usepackage{struktex}

%Kopf- und Fußzeile
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}

%Kopfzeile mittig

%Linie oben
\renewcommand{\headrulewidth}{0pt}

%Fußzeile mittig
\fancyfoot[C]{\thepage}
%Linie unten
\renewcommand{\footrulewidth}{0pt}

%Drehen
\usepackage{rotating}


\begin{document}

\begin{itemize}
	\item a 
	\item ab 
	\item abc  
\end{itemize}

\end{document}
Lasse ich das mit Miktex laufen tex-->dvi bekomme ich was ich will.
Verwende ich allerdings dann eine bat Datei um dvi-->ps-->pdf zu machen, dann fehlen im PDF die Aufzählungspunkte und das ist nicht gut :-(

Der Inhalt der bat ist folgender:
@echo off
rem a simple latex -> dvi -> ps -> pdf build script
rem
rem parameters:
rem - %1 latex start file without *.tex
rem
rem THE SOFTWARE IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS
rem EXPRESSED OR IMPLIED. YOU USE THE SOFTWARE AT YOUR OWN RISK. THE
rem AUTHORS WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS
rem OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THE SOFTWARE.


rem -- set options -------------------------------------------------------
set options_latex=--src -interaction=nonstopmode
set options_ps=-Ppdf -G0
set options_pdf="-dPDFSETTINGS=/printer" "-sPAPERSIZE=a4"

rem -- check and set latex start file ------------------------------------
if [%1]==[] goto syntax
if [%1]==[/?] goto syntax
if not exist %1.tex (
    echo  Error: file "%1.tex" not found!
    goto:eof
)
set file=%1

rem -- make DVI (two times) ----------------------------------------------
latex %options_latex% %file%.tex
latex %options_latex% %file%.tex

rem -- make PS -----------------------------------------------------------
dvips %options_ps% -o %file%.ps %file%.dvi

rem -- make PDF ----------------------------------------------------------
ps2pdf %options_pdf% %file%.ps %file%.pdf

rem -- exit --------------------------------------------------------------
pause
goto:eof

rem -- syntax note -------------------------------------------------------
:syntax
echo.
echo Syntax:
echo   %~n0 [latex file without *.tex]
echo.
echo Description:
echo   a simple latex -^> dvi -^> ps -^> pdf build script
echo.
Über einen Lösungsvorschlag würde ich mich freuen,
Mauro

Benutzeravatar
KOMA
TeX-Entwickler
TeX-Entwickler
Beiträge: 2958
Registriert: Fr 4. Jul 2008, 17:28
Kontaktdaten:

Beitrag von KOMA »

Sind die Aufzählungspunkte im DVI noch vorhanden?
Sind die Aufzählungspunkte im PS noch vorhanden?
Gibt es irgendwelche Fehlermeldungen in der log-Datei zum DVI oder bei der Umwandlung von DVI nach PS oder bei der Umwandlung von PS nach PDF?
Welches TeX-Distribution verwendest Du?

Du hast höchst wahrscheinlich ein Font-Problem. Welcher Art das ist, ist mit den vorhandenen Informationen allgemein schwer zu sagen.

Mauro

Beitrag von Mauro »

Hallo!
Ich verwende TechnixCenter und MikTex.
Im DVI sind die Punkte noch drin, in ps nicht mehr.

Es kommen keine Errors, keine Fehler.

Hier das log-File:
This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=latex 2010.6.29) 7 JUL 2010 13:21
entering extended mode
**minimal.tex
(F:\Studienarbeit\Latex\minimal.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.

("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ko
ma-script\scrreprt.cls"
Document Class: scrreprt 2010/06/17 v3.06 KOMA-Script document class (report)

("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ko
ma-script\scrkbase.sty"
Package: scrkbase 2010/06/17 v3.06 KOMA-Script package (KOMA-Script-dependent b
asics and keyval usage)

("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ko
ma-script\scrbase.sty"
Package: scrbase 2010/06/17 v3.06 KOMA-Script package (KOMA-Script-independent
basics and keyval usage)
("C:\Programme\MiKTeX 2.8\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ko
ma-script\scrlfile.sty"
Package: scrlfile 2009/03/25 v3.03 KOMA-Script package (loading files)

Package scrlfile, 2009/03/25 v3.03 KOMA-Script package (loading files)
Copyright (C) Markus Kohm

)))
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ko
ma-script\tocbasic.sty"
Package: tocbasic 2010/06/09 v3.06 KOMA-Script package (handling toc-files)
)
Package tocbasic Info: omitting babel extension for `toc'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `toc' on input line 117.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lof' on input line 118.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lot' on input line 119.
Package scrreprt Info: You've used obsolete option `12pt'.
(scrreprt) \KOMAExecuteOptions{fontsize=12pt} will be
(scrreprt) used instead.
(scrreprt) You may simply replace `12pt'
(scrreprt) by `fontsize=12pt'.
Class scrreprt Info: You've used standard option `oneside'.
(scrreprt) This is correct!
(scrreprt) Internally I'm using `twoside=false'.
(scrreprt) If you'd like to set the option with \KOMAoptions,
(scrreprt) you'd have to use `twoside=false' there
(scrreprt) instead of `oneside', too.
Class scrreprt Info: File `scrsize12pt.clo' used to setup font sizes on input l
ine 1309.

("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ko
ma-script\scrsize12pt.clo"
File: scrsize12pt.clo 2010/06/17 v3.06 KOMA-Script font size class option (12pt
)
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ko
ma-script\typearea.sty"
Package: typearea 2010/06/17 v3.06 KOMA-Script package (type area)

Package typearea, 2010/06/17 v3.06 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-

\ta@bcor=\skip41
\ta@div=\count79
Package typearea Info: You've used standard option `oneside'.
(typearea) This is correct!
(typearea) Internally I'm using `twoside=false'.
(typearea) If you'd like to set the option with \KOMAoptions,
(typearea) you'd have to use `twoside=false' there
(typearea) instead of `oneside', too.
Package typearea Info: You've used standard option `a4paper'.
(typearea) This is correct!
(typearea) Internally I'm using `paper=a4'.
(typearea) If you'd like to set the option with \KOMAoptions,
(typearea) you'd have to use `paper=a4' there
(typearea) instead of `a4paper', too.
\ta@hblk=\skip42
\ta@vblk=\skip43
\ta@temp=\skip44
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 12
(typearea) BCOR = 0.0pt
(typearea) \paperwidth = 597.50793pt
(typearea) \textwidth = 448.13095pt
(typearea) DIV departure = -6%
(typearea) \evensidemargin = 2.4185pt
(typearea) \oddsidemargin = 2.4185pt
(typearea) \paperheight = 845.04694pt
(typearea) \textheight = 635.5pt
(typearea) \topmargin = -41.72441pt
(typearea) \headheight = 18.125pt
(typearea) \headsep = 21.75pt
(typearea) \topskip = 12.0pt
(typearea) \footskip = 50.75pt
(typearea) \baselineskip = 14.5pt
(typearea) on input line 1133.
)
\c@part=\count80
\c@chapter=\count81
\c@section=\count82
\c@subsection=\count83
\c@subsubsection=\count84
\c@paragraph=\count85
\c@subparagraph=\count86
\abovecaptionskip=\skip45
\belowcaptionskip=\skip46
\c@pti@nb@sid@b@x=\box26
\c@figure=\count87
\c@table=\count88
\bibindent=\dimen102
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ge
rman\ngerman.sty" v2.5e 1998-07-08
Package: ngerman 1998/07/08 v2.5e Support for writing german texts (br)
\grmnU@D=\dimen103
ngerman -- \language number for naustrian undefined, default 4 used.
)
("C:\Programme\MiKTeX 2.8\tex\latex\base\textcomp.sty"
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adobe without \textcurrency
(textcomp) 4 = 5 + \texteuro
(textcomp) 3 = 4 + \textohm
(textcomp) 2 = 3 + \textestimated + \textcurrency
(textcomp) 1 = TS1 - \textcircled - \t
(textcomp) 0 = TS1 (full)
(textcomp) Font families with sub-encoding setting implement
(textcomp) only a restricted character set as indicated.
(textcomp) Family '?' is the default used for unknown fonts.
(textcomp) See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.

("C:\Programme\MiKTeX 2.8\tex\latex\base\ts1enc.def"
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
)
LaTeX Info: Redefining \oldstylenums on input line 266.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
)
("C:\Programme\MiKTeX 2.8\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

("C:\Programme\MiKTeX 2.8\tex\latex\graphics\graphics.sty"
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

("C:\Programme\MiKTeX 2.8\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
("C:\Programme\MiKTeX 2.8\tex\latex\00miktex\graphics.cfg"
File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: dvips.def on input line 91.

("C:\Programme\MiKTeX 2.8\tex\latex\graphics\dvips.def"
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen104
\Gin@req@width=\dimen105
)
("C:\Programme\MiKTeX 2.8\tex\latex\base\inputenc.sty"
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16

("C:\Programme\MiKTeX 2.8\tex\latex\base\latin1.def"
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
("C:\Programme\MiKTeX 2.8\tex\latex\ams\math\amsmath.sty"
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip47

For additional information on amsmath, use the `?' option.
("C:\Programme\MiKTeX 2.8\tex\latex\ams\math\amstext.sty"
Package: amstext 2000/06/29 v2.01

("C:\Programme\MiKTeX 2.8\tex\latex\ams\math\amsgen.sty"
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks17
\ex@=\dimen106
))
("C:\Programme\MiKTeX 2.8\tex\latex\ams\math\amsbsy.sty"
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen107
)
("C:\Programme\MiKTeX 2.8\tex\latex\ams\math\amsopn.sty"
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count89
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count90
\leftroot@=\count91
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count92
\DOTSCASE@=\count93
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box27
\strutbox@=\box28
\big@size=\dimen108
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\macc@depth=\count94
\c@MaxMatrixCols=\count95
\dotsspace@=\muskip10
\c@parentequation=\count96
\dspbrk@lvl=\count97
\tag@help=\toks18
\row@=\count98
\column@=\count99
\maxfields@=\count100
\andhelp@=\toks19
\eqnshift@=\dimen109
\alignsep@=\dimen110
\tagshift@=\dimen111
\tagwidth@=\dimen112
\totwidth@=\dimen113
\lineht@=\dimen114
\@envbody=\toks20
\multlinegap=\skip48
\multlinetaggap=\skip49
\mathdisplay@stack=\toks21
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ma
thcomp\mathcomp.sty"
Package: mathcomp 2001/01/07 v0.1f (TBo)
\symTC=\mathgroup4
LaTeX Font Info: Overwriting symbol font `TC' in version `bold'
(Font) TS1/cmr/m/n --> TS1/cmr/bx/n on input line 25.
LaTeX Font Info: Redeclaring math symbol \dagger on input line 47.
LaTeX Font Info: Redeclaring math symbol \ddagger on input line 48.
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\li
stings\listings.sty"
\lst@mode=\count101
\lst@gtempboxa=\box29
\lst@token=\toks22
\lst@length=\count102
\lst@currlwidth=\dimen115
\lst@column=\count103
\lst@pos=\count104
\lst@lostspace=\dimen116
\lst@width=\dimen117
\lst@newlines=\count105
\lst@lineno=\count106
\lst@maxwidth=\dimen118

("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\li
stings\lstmisc.sty"
File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
\c@lstnumber=\count107
\lst@skipnumbers=\count108
\lst@framebox=\box30
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\li
stings\listings.cfg"
File: listings.cfg 2007/02/22 1.4 listings configuration
))
Package: listings 2007/02/22 1.4 (Carsten Heinz)

("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\li
stings\lstlang1.sty"
File: lstlang1.sty 2004/09/05 1.3 listings language file
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\li
stings\lstmisc.sty"
File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\st
ruktex\struktex.sty"
Package: struktex 2006/08/20 v8.3b Nassi Shneidermann Charts (Jobst Hoffmann)
("C:\Programme\MiKTeX 2.8\tex\latex\base\ifthen.sty"
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\st
ruktex\struktxf.sty"
Package: struktxf 2006/08/20 v8.3b Fonts for Nassi Shneidermann Charts (Jobst H
offmann)
\symitalics=\mathgroup5
\symAMSb=\mathgroup6
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\st
ruktex\struktxp.sty"
Package: struktxp 2006/08/20 v8.3b Keywords for Nassi Shneidermann Charts (Jobs
t Hoffmann)
)
\savelength@nss=\dimen119
\gx@nss=\count109
\gy@nss=\count110
\gsize@nss=\count111
\TextBox@nss=\box31
\TextBoxHt@nss=\dimen120
\descriptionindent=\skip50
\descriptionwidth=\skip51
\descriptionsep=\skip52
\descriptionwidth@nss=\skip53
\indentmeasure@nss=\dimen121
\indentmeasureright@nss=\dimen122
\thisindent@nss=\dimen123
\thisindentright@nss=\dimen124
\thislength@nss=\dimen125
\CenterBox@nss=\box32
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\fa
ncyhdr\fancyhdr.sty"
\fancy@headwidth=\skip54
\f@ncyO@elh=\skip55
\f@ncyO@erh=\skip56
\f@ncyO@olh=\skip57
\f@ncyO@orh=\skip58
\f@ncyO@elf=\skip59
\f@ncyO@erf=\skip60
\f@ncyO@olf=\skip61
\f@ncyO@orf=\skip62
)
("C:\Dokumente und Einstellungen\Moritz\Anwendungsdaten\MiKTeX\2.8\tex\latex\ro
tating\rotating.sty"
Package: rotating 2009/03/28 v2.16a rotated objects in LaTeX
\c@r@tfl@t=\count112
\rotFPtop=\skip63
\rotFPbot=\skip64
\rot@float@box=\box33
\rot@mess@toks=\toks23
) (F:\Studienarbeit\Latex\minimal.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 52.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 52.

("C:\Programme\MiKTeX 2.8\tex\latex\base\ts1cmr.fd"
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 52.
\c@lstlisting=\count113
[1

]
(F:\Studienarbeit\Latex\minimal.aux) )
Here is how much of TeX's memory you used:
4682 strings out of 495286
67297 string characters out of 3180692
164200 words of memory out of 3000000
7853 multiletter control sequences out of 15000+200000
4275 words of font info for 16 fonts, out of 3000000 for 9000
14 hyphenation exceptions out of 8191
38i,11n,49p,224b,220s stack positions out of 5000i,500n,10000p,200000b,50000s

Output written on minimal.dvi (1 page, 532 bytes).
Ich hoffe diese Informationen reichen aus.
Wie ich das log-File nach ps und pdf herbekomme ist mir noch nicht ganz klar, aber ich arbeite dran.
Grüße,
Mo

Benutzeravatar
KOMA
TeX-Entwickler
TeX-Entwickler
Beiträge: 2958
Registriert: Fr 4. Jul 2008, 17:28
Kontaktdaten:

Beitrag von KOMA »

Wenn im DVI noch alles in Ordnung ist, nützt das log-File des LaTeX-Laufs gar nichts. dvips gibt seine Fehlermeldungen nach stderr aus, also normalerweise in der Konsole. Außerdem kann man mit Option -d gefolgt von einer Nummer noch diverse Debug-Meldungen aktivieren. Näheres ist in der Anleitung von dvips zu finden.

BTW: Es gibt derzeit AFAIK drei MiKTeX-Versionen, für die es noch Updates gibt. Es ist schon seltsam. Wenn man einen Mann fragt, was er für ein Auto fährt, verlieren sich 99% in ausführlichen Details, die mich überhaupt nicht interessieren. Kein einziger antwortet: "einen Fünftürer" oder: "eines vom Autohaus Müllerhuber". Frag denselben Mann danach, welches Handy er hat und er erzählt Dir ganz genau welche Apps er von wo heruntergeladen hat. Dann frag ihn nach der verwendeten TeX-Distribution ... :shock:

Mauro

Beitrag von Mauro »

Hallo!
Ich verwende MikTex2.8.3761.

Ich habe in der Konsole folgendes gefunden, was auch zur oben beschriebenen Vermutung passt.
Trying to make PK font tcrm1200 at 8000DPI...
miketex-makepk; Specified BDPI (8000) doesnt match ljfour resolution (600).
dvips: Font tcrm1200 not found , charakters will be left blank.
Ist diese Beschreibung ausreichend?

Liebe Grüße und herzlichen Dank für die nette Mithilfe,
Mauro

Mauro

Beitrag von Mauro »

%Schriftproblem-Lösung
\usepackage{lmodern}
Damit gehts.

Benutzeravatar
KOMA
TeX-Entwickler
TeX-Entwickler
Beiträge: 2958
Registriert: Fr 4. Jul 2008, 17:28
Kontaktdaten:

Beitrag von KOMA »

Deine Lösung ist empfehlenswert, das sie von European Computer Modern (EC) Fonts auf Latin Modern (LM) umstellt. Wer keine Font-Änderung verträgt, kann stattdessen cm-super (aka cmsuper) installieren, um EC als Type-1 zur Verfügung zu haben.

Siehe auch http://www.golatex.de/viewtopic,p,9526.html#9526.

Wenn die Frage damit beantwortet ist, solltest Du den Status entsprechend anpassen. Wenn die Frage noch nicht beantwortet ist, bitte angeben, was noch fehlt.

Mauro

Beitrag von Mauro »

Danke sehr!

Antworten