code_dave
21-02-2010, 20:21
Hallo LaTeX Freunde,
ich fange an ein Paper zu schrieben und muss eine Style-Vorlage benutzen.
Ich würde gerne wissen was ich entfernen muss um die Normale LaTeX Schrift zu haben.
Folgende Sachen habe ich entfern leider hat es nicht zum gewünschtem Ergebnis geführt.
Einmal das:
\RequirePackage{cmbright}
\RequirePackage[scaled=.90]{helvet}
\RequirePackage{courier}
und einmal das:
\RequirePackage{times}
\RequirePackage{helvet}
Grüße Dave
Die Vorlage sieht so aus:
\NeedsTeXFormat{LaTeX2e}
%------------------------------------------------------------------------
%\newif\ifpdf
\ifx\pdfoutput\undefined
%\pdffalse % we are not running PDFLaTeX
%\else
\pdfoutput=1 % we are running PDFLaTeX
%\pdftrue
\fi
\RequirePackage[english,ngerman]{babel}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
%---------------------------------------------------------------------------------------------------
\RequirePackage{cmbright}
\RequirePackage[scaled=.90]{helvet}
\RequirePackage{courier}
%---------------------------------------------------------------------------------------------------
\RequirePackage[automark]{scrpage2}
\RequirePackage[BCOR5mm]{typearea}\RequirePackage{xspace} \RequirePackage{natbib}
\RequirePackage[absolute]{textpos}
\RequirePackage[final]{pdfpages}
\RequirePackage{tabularx}
%---------------------------------------------------------------------------------------------------
\ifpdf
%-------------------------------------------------------------------------------------------------
\RequirePackage{graphicx}
\RequirePackage[
pdftitle={},
pdfauthor={},
pdfcreator={},
pdfsubject={},
pdfkeywords={}]{hyperref}
\hypersetup{colorlinks=false,
pdfproducer={},
bookmarksnumbered,
bookmarksopen=false,
pdfstartview=Fit,
linkcolor=black,
citecolor=black,
filecolor=black,
menucolor=black,
% pagecolor=black,
urlcolor=black,
plainpages=false,
hypertexnames=false
}
\pdfcompresslevel=9
%-------------------------------------------------------------------------------------------------
\else
%-------------------------------------------------------------------------------------------------
\RequirePackage{graphicx}
\RequirePackage{hyperref}
%-------------------------------------------------------------------------------------------------
\fi
%---------------------------------------------------------------------------------------------------
%------------------------------
% Eigene Includes...
%------------------------------
\RequirePackage{paralist}
\RequirePackage{ftcap}
\RequirePackage{mathpazo}%\RequirePackage[expert]{lucidabr}
\RequirePackage{array}
\RequirePackage{booktabs}
\RequirePackage{dcolumn}
\RequirePackage{units}
\RequirePackage{rotating}
\RequirePackage{colortbl}
\RequirePackage{listings}
\RequirePackage{html}
\newcommand{\urlref}[2]{\htmladdnormallinkfoot{#1}{#2}}
\RequirePackage{times}
\RequirePackage{mathptmx}
\RequirePackage{helvet}
%---------------------------------------------------------------------------------------------------
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
% Abbildungsverzeichnis
%---------------------------------------------------------------------------------------------------
\graphicspath{{graphics/}}
%---------------------------------------------------------------------------------------------------
\pagestyle{scrheadings}
\clearscrheadings
\clearscrplain
\clearscrheadfoot
\ohead{\pagemark}
\ihead{\headmark}
%---------------------------------------------------------------------------------------------------
% Ident
%---------------------------------------------------------------------------------------------------
\newcommand{\ident}[1]{ % ein Parameter
\small\ttfamily#1\sffamily\normalsize
}
%---------------------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------------------
% K�rzel
%---------------------------------------------------------------------------------------------------
% \newcommand{\zB}{z.\,B.\ }
\newcommand{\vgl}{vgl.\@\xspace}
\newcommand{\abb}{Abb.\@\xspace}
\newcommand{\zB}{z.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]B.\@\xspace}
\newcommand{\bzw}{bzw.\@\xspace}
\newcommand{\dahe}{d.\nolinebreak[4]\hspace{0.125em}h.\nolinebreak[4]\@\xspace}
\newcommand{\etc}{etc.\@\xspace}
\newcommand{\bzgl}{bzgl.\@\xspace}
\newcommand{\so}{s.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]o.\@\xspace}
\newcommand{\iA}{i.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]A.\@\xspace}
\newcommand{\sa}{s.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]a.\@\xspace}
\newcommand{\su}{s.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]u.\@\xspace}
\newcommand{\ua}{u.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]a.\@\xspace}
\newcommand{\og}{o.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]g.\@\xspace}
%---------------------------------------------------------------------------------------------------
% Trennung
%---------------------------------------------------------------------------------------------------
\hyphenation{Web-ap-pli-ka-tion Web-ap-pli-ka-tio-nen Web-an-wen-dung Web-an-wen-dung-en My-SQL Kon-text-in-for-ma-ti-onen}
\hyphenation{eWallet eCash}
%---------------------------------------------------------------------------------------------------
\tolerance 1414
\hbadness 1414
\emergencystretch 1.5em
\hfuzz 0.3pt
\widowpenalty=10000
\vfuzz \hfuzz
\raggedbottom
ich fange an ein Paper zu schrieben und muss eine Style-Vorlage benutzen.
Ich würde gerne wissen was ich entfernen muss um die Normale LaTeX Schrift zu haben.
Folgende Sachen habe ich entfern leider hat es nicht zum gewünschtem Ergebnis geführt.
Einmal das:
\RequirePackage{cmbright}
\RequirePackage[scaled=.90]{helvet}
\RequirePackage{courier}
und einmal das:
\RequirePackage{times}
\RequirePackage{helvet}
Grüße Dave
Die Vorlage sieht so aus:
\NeedsTeXFormat{LaTeX2e}
%------------------------------------------------------------------------
%\newif\ifpdf
\ifx\pdfoutput\undefined
%\pdffalse % we are not running PDFLaTeX
%\else
\pdfoutput=1 % we are running PDFLaTeX
%\pdftrue
\fi
\RequirePackage[english,ngerman]{babel}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
%---------------------------------------------------------------------------------------------------
\RequirePackage{cmbright}
\RequirePackage[scaled=.90]{helvet}
\RequirePackage{courier}
%---------------------------------------------------------------------------------------------------
\RequirePackage[automark]{scrpage2}
\RequirePackage[BCOR5mm]{typearea}\RequirePackage{xspace} \RequirePackage{natbib}
\RequirePackage[absolute]{textpos}
\RequirePackage[final]{pdfpages}
\RequirePackage{tabularx}
%---------------------------------------------------------------------------------------------------
\ifpdf
%-------------------------------------------------------------------------------------------------
\RequirePackage{graphicx}
\RequirePackage[
pdftitle={},
pdfauthor={},
pdfcreator={},
pdfsubject={},
pdfkeywords={}]{hyperref}
\hypersetup{colorlinks=false,
pdfproducer={},
bookmarksnumbered,
bookmarksopen=false,
pdfstartview=Fit,
linkcolor=black,
citecolor=black,
filecolor=black,
menucolor=black,
% pagecolor=black,
urlcolor=black,
plainpages=false,
hypertexnames=false
}
\pdfcompresslevel=9
%-------------------------------------------------------------------------------------------------
\else
%-------------------------------------------------------------------------------------------------
\RequirePackage{graphicx}
\RequirePackage{hyperref}
%-------------------------------------------------------------------------------------------------
\fi
%---------------------------------------------------------------------------------------------------
%------------------------------
% Eigene Includes...
%------------------------------
\RequirePackage{paralist}
\RequirePackage{ftcap}
\RequirePackage{mathpazo}%\RequirePackage[expert]{lucidabr}
\RequirePackage{array}
\RequirePackage{booktabs}
\RequirePackage{dcolumn}
\RequirePackage{units}
\RequirePackage{rotating}
\RequirePackage{colortbl}
\RequirePackage{listings}
\RequirePackage{html}
\newcommand{\urlref}[2]{\htmladdnormallinkfoot{#1}{#2}}
\RequirePackage{times}
\RequirePackage{mathptmx}
\RequirePackage{helvet}
%---------------------------------------------------------------------------------------------------
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
% Abbildungsverzeichnis
%---------------------------------------------------------------------------------------------------
\graphicspath{{graphics/}}
%---------------------------------------------------------------------------------------------------
\pagestyle{scrheadings}
\clearscrheadings
\clearscrplain
\clearscrheadfoot
\ohead{\pagemark}
\ihead{\headmark}
%---------------------------------------------------------------------------------------------------
% Ident
%---------------------------------------------------------------------------------------------------
\newcommand{\ident}[1]{ % ein Parameter
\small\ttfamily#1\sffamily\normalsize
}
%---------------------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------------------
% K�rzel
%---------------------------------------------------------------------------------------------------
% \newcommand{\zB}{z.\,B.\ }
\newcommand{\vgl}{vgl.\@\xspace}
\newcommand{\abb}{Abb.\@\xspace}
\newcommand{\zB}{z.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]B.\@\xspace}
\newcommand{\bzw}{bzw.\@\xspace}
\newcommand{\dahe}{d.\nolinebreak[4]\hspace{0.125em}h.\nolinebreak[4]\@\xspace}
\newcommand{\etc}{etc.\@\xspace}
\newcommand{\bzgl}{bzgl.\@\xspace}
\newcommand{\so}{s.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]o.\@\xspace}
\newcommand{\iA}{i.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]A.\@\xspace}
\newcommand{\sa}{s.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]a.\@\xspace}
\newcommand{\su}{s.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]u.\@\xspace}
\newcommand{\ua}{u.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]a.\@\xspace}
\newcommand{\og}{o.\nolinebreak[4]\hspace{0.125em}\nolinebreak[4]g.\@\xspace}
%---------------------------------------------------------------------------------------------------
% Trennung
%---------------------------------------------------------------------------------------------------
\hyphenation{Web-ap-pli-ka-tion Web-ap-pli-ka-tio-nen Web-an-wen-dung Web-an-wen-dung-en My-SQL Kon-text-in-for-ma-ti-onen}
\hyphenation{eWallet eCash}
%---------------------------------------------------------------------------------------------------
\tolerance 1414
\hbadness 1414
\emergencystretch 1.5em
\hfuzz 0.3pt
\widowpenalty=10000
\vfuzz \hfuzz
\raggedbottom