PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : schriften zerstört ?



chris21
31-03-2007, 16:34
Hallo,
ich habe ein Problem mit den Schriften in LaTeX.
Ich weis nicht was ich gemacht habe, aber bei mir kommt jetzt jedes mal beim erzeugen LaTeX=>PS=>PDF die folgenden meldungen zum Schluss:

Loading NimbusRomNo9L-Regu font .....
Loading NimbusMonL-Regu font .....
Loading NimbusSanL-Bold font .....
Loading NimbusRomNo9L-Medi font .....
Loading NimbusRomSanL-Regu font ..... dahinter steht noch jeweils der gs Pfad und mehrere lange nummern .


Leider sehen die ausgegebenen Schriften nicht mehr aus wie vorher.

Kann mir da jemand helfen ? ...

Danke
Chris

chris21
01-04-2007, 10:59
Hallo,
jetzt hab ich grad versucht die umwandlung von ps nach pfd in cygwin zu machen, also mit ps2pdf xxx.ps xx.pdf
da kam volgender Fehler :


Error: /invalidfont in findfont
Operand stack:
Fc 129 --nostringval-- 50 1 --nostringval-- 50 1 --nostringval-- 50 50 50
50 50 50 50 50 50 1 --nostringval-- 50 50 50 50 50 50 50 50 50 50
50 50 50 50 50 50 1 --nostringval-- 50 5 --nostringval-- 50 50 50 50
50 50 50 50 1 --nostringval-- 50 50 50 50 50 1 --nostringval-- 50 50
50 50 50 50 50 50 50 50 50 1 --nostringval-- 50 50 50 1 --nostringval
-- 50 2 --nostringval-- 50 50 50 1 --nostringval-- 50 50 50 50 50 50 5
0 1 --nostringval-- 50 50 50 50 1 --nostringval-- 50 1 --nostringval-- 50
50 35 --nostringval-- --nostringval-- 73 83.022 Courier Font Courier 1506504 Cou
rier --nostringval-- Courier NimbusMonL-Regu
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_pus
h --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparr
ay_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostring
val-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval--
110 4 %oparray_pop 111 4 %oparray_pop --nostringval-- --nostringval-- --nostringval-
- --nostringval-- --nostringval-- false 1 %stopped_push 114 5 %oparray_pop --nostr
ingval-- --nostringval-- --nostringval-- 1 -1 1 --nostringval-- %for_neg_int_continue
Dictionary stack:
--dict:1123/1686(ro)(G)-- --dict:0/20(G)-- --dict:74/200(L)-- --dict:175/300(L)-- --dict:
17/17(ro)(G)-- --dict:1123/1686(ro)(G)--
Current allocation mode is local
Last OS error: No such file or directory
Current file position is 54541
MiKTeX GPL Ghostscript 8.54: Unrecoverable error, exit code 1


Vielleicht kann mir jetzt jemand weiterhelfen ?
Danke sehr
Chris

localghost
01-04-2007, 11:16
[…] Ich weis nicht was ich gemacht habe, aber bei mir kommt jetzt jedes mal beim erzeugen LaTeX=>PS=>PDF die folgenden meldungen zum Schluss: […]
Das erweckt irgendwie den Eindruck, als hättest Du Veränderungen vorgenommen. Jetzt weißt Du nur nicht mehr, welche. Die Ausgaben sind aber eigentlich ganz normal.

Loading NimbusRomNo9L-Regu font …
Loading NimbusMonL-Regu font …
Loading NimbusSanL-Bold font …
Loading NimbusRomNo9L-Medi font …
Loading NimbusRomSanL-Regu font …
Hier wir lediglich gemeldet, welche Schriften bei der Umwandlung nach PDF verwendet werden. Und wie Du schon bemerkt hast, betrifft dies hauptsächlich Ghostscript. Hast Du schon versucht, Ghostscript neu zu installieren? Wenn nicht, dies einfach nachholen.

chris21
02-04-2007, 15:54
hi,
also geänder hab ich schon was, und zugegeben ohne richtig zu wissen was ich mach.


also zb hab ich mit SciTE eine Makefile als *.tex exportiert,
die Datei hat dann so ausgesehen :




\documentclass[a4paper]{article}
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage{alltt}
\usepackage{times}
\newcommand{\scitea}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.0, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\sciteb}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.5, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\scited}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.0, 0.5}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\scitee}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.7, 0.4, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\sciteib}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.0, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\begin{document}


\noindent
\tiny{
\sciteb{\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#} \\
\sciteb{\# Makefile.cygwin} \\
\sciteb{\# Created while systemc1-2.0.v1 library installation.} \\
\sciteb{\# Modified by chris} \\
\scitea{ }
\scited{\$(SRCS:.cpp=.o)}
\scitea{} \\
\scitea{} \\
\scitea{include Makefile.defs} \\
\scitea{}
} %end tiny

\end{document}



da ich aber nur den Teil zwischen \begin{document} und \end{document}
in mein eigenes TEX dokument einbinden will.
habe ich benötigten Befehle :




\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage{alltt}
\usepackage{times}
\newcommand{\scitea}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.0, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\sciteb}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.5, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\scited}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.0, 0.5}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\scitee}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.7, 0.4, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}
\newcommand{\sciteib}[1]{\noindent{\ttfamily{\textcolor[rgb]{0.0, 0.0, 0.0}{\colorbox[rgb]{1.0, 1.0, 1.0}{#1}}}}}



in meine Hauptdatei übernommen.

\usepackage[T1]{fontenc} , da in diesem Befehl was von font steht dachte ich es leigt daran also hab ichs auskommentiert, aber trotzdem das gleiche Ergebnis.

Außerdem ist mir danach nicht aufgefallen das sich meine Schrift verändert hätte, ( aber zugegeben, ich hab nicht bewust darauf geachtet )



Danach habe ich noch eine Subfig eingefügt :




\begin{figure}[htbp]
%\centering
\subfloat[1]{\includegraphics[height=0.50\textwidth]{Bilde1.eps}}\hspace*{10mm}%
\subfloat[2]{\includegraphics[height=0.45\textwidth]{Bilde3.eps}}
\caption{Bilder}
\end{figure}



vielleicht weist du wo ich da die schrift geändert habe ?

Danke
chris

chris21
02-04-2007, 17:28
hi,

ja stimmt ... der code von den Makefiles ist drann schuld.

Danke, erstmal, jetzt weis ich wenigstens woran es liegt.

Chris