KOMA-Skript (Pospiech Vorlage) & TeXlipse > Kopfzeile

Klassen und Pakete zur einfachen Umsetzung individueller Vorstellungen


AdrianR
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: Di 17. Apr 2012, 20:25

KOMA-Skript (Pospiech Vorlage) & TeXlipse > Kopfzeile

Beitrag von AdrianR »

Hallo zusammen,
zunächst möchte ich mich bei euch für die vielen super Beiträge hier bedanken :) Bisher bin ich immer ohne Post über die Runden gekommen. Aber dieses Mal scheint das nicht mehr zu gehen.
Also ich stehe vor folgendem Problem: Ich nutze die Vorlage von Matthias Pospiech (wirklich sehr gelungen :]) und codiere meine Arbeit in TeXlipse. Mein Problem ist nun das auf den normalen Inhaltsseiten, also denen ohne Kapitelbeginn, leider keine Kopfzeile eingeblendet wird. Mit dem Minimalbeispiel tue ich mir an dieser Stelle ein wenig schwer.
Die in der Preambel geänderten Einstellungen anbei:
- Jurabib wurde eingekommentiert
- geometry wurde einkommentiert mit folgenden Einstellungen:
\usepackage{geometry}

\IfPackageLoaded{geometry}{%
\geometry{%
%%% Paper Groesse
   a4paper, % Andere a0paper, a1paper, a2paper, a3paper, , a5paper, a6paper,
            % b0paper, b1paper, b2paper, b3paper, b4paper, b5paper, b6paper
            % letterpaper, executivepaper, legalpaper
   %screen,  % a special paper size with (W,H) = (225mm,180mm)
   %paperwidth=,
   %paperheight=,
   %papersize=, %{ width , height }
   %landscape,  % Querformat
   portrait,    % Hochformat
%%% Koerper Groesse
   %hscale=,      % ratio of width of total body to \paperwidth
                  % hscale=0.8 is equivalent to width=0.8\paperwidth. (0.7 by default)
   %vscale=,      % ratio of height of total body to \paperheight
                  % vscale=0.9 is equivalent to height=0.9\paperheight.
   %scale=,       % ratio of total body to the paper. scale={ h-scale , v-scale }
   %totalwidth=,    % width of total body % (Generally, width >= textwidth)
   %totalheight=,   % height of total body, excluding header and footer by default
   %total=,        % total={ width , height }
   %textwidth=,    % modifies \textwidth, the width of body
   %textheight=,   % modifies \textheight, the height of body
   %body=,        % { width , height } sets both \textwidth and \textheight of the body of page.
   %lines=45,       % enables users to specify \textheight by the number of
   % lines.
   %includehead,  % includes the head of the page, \headheight and \headsep, into total body.
   %includefoot,  % includes the foot of the page, \footskip, into body.
   %includeheadfoot, % sets both includehead and includefoot to true
   %includemp,    % includes the margin notes, \marginparwidth and \marginparsep, into body
   %includeall,   % sets both includeheadfoot and includemp to true.
   %ignorehead,   % disregards the head of the page, headheight and headsep in determining vertical layout
   %ignorefoot,   % disregards the foot of page, footskip, in determining vertical layout
   %ignoreheadfoot, % sets both ignorehead and ignorefoot to true.
   %ignoremp,     % disregards the marginal notes in determining the horizontal margins
   ignoreall,     % sets both ignoreheadfoot and ignoremp to true
   heightrounded, % This option rounds \textheight to n-times (n: an integer) of \baselineskip
   %hdivide=,     % { left margin , width , right margin }
                  % Note that you should not specify all of the three parameters
   %vdivide=,     % { top margin , height , bottom margin }
   %divide=,      % ={A,B,C} %  is interpreted as hdivide={A,B,C} and vdivide={A,B,C}.
%%% Margin
   left=4.5cm,        % left margin (for oneside) or inner margin (for
% twoside)
   % of total body
                  % alias: lmargin, inner
   right=2cm,       % right or outer margin of total body
                  % alias: rmargin outer
   top=3cm,         % top margin of the page.
                  % Alias : tmargin
   bottom=3cm,      % bottom margin of the page
                  % Alias : bmargin
   %hmargin=,     % left and right margin. hmargin={ left margin , right margin }
   %vmargin=,     % top and bottom margin. vmargin={ top margin , bottom margin }
   %margin=,      % margin={A,B} is equivalent to hmargin={A,B} and vmargin={A,B}
   %hmarginratio, % horizontal margin ratio of left (inner) to right (outer).
   %vmarginratio, % vertical margin ratio of top to bottom.
   %marginratio,  % marginratio={ horizontal ratio , vertical ratio }
   %hcentering,   % sets auto-centering horizontally and is equivalent to hmarginratio=1:1
   %vcentering,   % sets auto-centering vertically and is equivalent to vmarginratio=1:1
   %centering,    % sets auto-centering and is equivalent to marginratio=1:1
   %twoside,       % switches on twoside mode with left and right margins
   % swapped on verso pages.
   % twoside,
   %asymmetric,   % implements a twosided layout in which margins are not swapped on alternate pages
                  % and in which the marginal notes stay always on the same side.
   bindingoffset=5mm,  % removes a specified space for binding
%%% Dimensionen
   %headheight=,  % Alias:  head
   %headsep=,     % separation between header and text
   %footskip=,    % distance separation between baseline of last line of text and baseline of footer
                  % Alias: foot
   %nohead,       % eliminates spaces for the head of the page
                  % equivalent to both \headheight=0pt and \headsep=0pt.
   %nofoot,       % eliminates spaces for the foot of the page
                  % equivalent to \footskip=0pt.
   %noheadfoot,   % equivalent to nohead and nofoot.
   %footnotesep=, % changes the dimension \skip\footins,.
                  % separation between the bottom of text body and the top of footnote text
   marginparwidth=0pt, % width of the marginal notes
                  % Alias: marginpar
   %marginparsep=,% separation between body and marginal notes.
   %nomarginpar,  % shrinks spaces for marginal notes to 0pt
   %columnsep=,   % the separation between two columns in twocolumn mode.
   %hoffset=,
   %voffset=,
   %offset=,      % horizontal and vertical offset.
                  % offset={ hoffset , voffset }
   %twocolumn,    % twocolumn=false denotes onecolumn
   %twoside,
   textwidth=400pt,   % sets \textwidth directly
   %textheight=,  % sets \textheight directly
   %reversemp,    % makes the marginal notes appear in the left (inner) margin
                  % Alias: reversemarginpar
}
Zusätzlich wurden noch die folgenden Pakete eingebunden.
% 
% 
% %\usepackage{shadethm}
% \IfPackageLoaded{shadethm}{
% \newshadetheorem{theorem}{Definition}[section]
% \newshadetheorem{cor}[theorem]{Corollary}
% \newtheorem{remark}[theorem]{Remark}
% \newtheorem{unshadedtheorem}[theorem]{Theorem}
% \newtheorem{comment}{Comment}[section]
% \setlength{\shadeboxsep}{2pt}
% \setlength{\shadeboxrule}{.4pt}
% \setlength{\shadedtextwidth}{\textwidth}
% \addtolength{\shadedtextwidth}{-2\shadeboxsep}
% \addtolength{\shadedtextwidth}{-2\shadeboxrule}
% \setlength{\shadeleftshift}{0pt}
% \setlength{\shaderightshift}{0pt}
% \definecolor{shadethmcolor}{cmyk}{.0,.0,0,.10}%  
% \definecolor{shaderulecolor}{cmyk}{.99,0,0.52,0.70}
% }
% 
% \usepackage[
% %cut = false,
% leftmargin = .5cm]
% {thmbox}
% 
% %Needed for todonotes
% \usepackage{ifthen}
% \usepackage{tikz}
% \usepackage{xkeyval}
% \usepackage[
% obeyDraft,
% german,
% colorinlistoftodos,
% backgroundcolor = orange
% ]{todonotes}
% 
% \newcommand{\todoupdate}[2][]{\todo[color=blue!40,#1]{#2}} 
% \newcommand{\todoquestion}[2][]{\todo[color=red!40],#1]{#2}} 
% \newcommand{\todocomment}[2][]{\todo[color=green!40,#1]{#2}} 
% \newcommand{\todoformat}[2][]{\todo[color=yellow!40,#1]{#2}} 
Allerdings habe ich diese auskommentiert und kann keinen Einfluss feststellen.
Was bei dem Projekt noch der Fall ist, ist die Einstellung von utf8 bei inputenc.
Vielen Dank für eure Hilfe im Voraus!
Viele Grüße
Adrian

AdrianR
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: Di 17. Apr 2012, 20:25

Beitrag von AdrianR »

Hat sich erledigt. Ich habe die Files auf eine frühere Version meines SVN gesetzt und die Optionen neu eingetragen. Vermutlich war es irgendwo ein Tippfehler...

Antworten