Skip to content
Snippets Groups Projects
Select Git revision
  • d04dcd4df0116c6584bd81ce9527195e0fa02465
  • master default protected
  • hsh_v3.11
  • hsh_v3.10-r6
  • hsh_v3.10-r3
  • v3.9-r9
  • v3.10-r6
  • v3.9-r8
  • v3.10-r5
  • v3.9-r7
  • v3.10-r4
  • v3.9-r6
  • v3.10-r3
  • v3.9-r5
  • v3.10-r2
  • v3.9-r4
  • v3.10-r1
  • v3.9-r3
  • v3.9-r2
  • v3.9-r1
  • v3.8-r5
  • v3.8-r4
  • v3.8-r3
  • v3.8-r2
  • v3.8-r1
25 results

CHANGES.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    HsH-report.cls 14.81 KiB
    %%
    %% This is file `HsH-report.cls',
    %% generated with the docstrip utility.
    %%
    %% The original source files were:
    %%
    %% HsH-classes.dtx  (with options: `report')
    %%
    %% This is a generated file.
    %%
    %% Copyright (C) 2021 by Jan Wille <mail@janwille.de>
    %%
    %% This file may be distributed and/or modified under the conditions of
    %% the LaTeX Project Public License, either version 1.3 of this license
    %% or (at your option) any later version.  The latest version of this
    %% license is in:
    %%
    %%    http://www.latex-project.org/lppl.txt
    %%
    %% and version 1.3 or later is part of all distributions of LaTeX version
    %% 2021/01/01 or later.
    %%
    \typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-07> Jan Wille}
    \NeedsTeXFormat{LaTeX2e}
    \newcommand{\myClassName}{HsH-report}
    \ProvidesClass{\myClassName}[2022/03/07 v1.3 HsH-Class based on KOMA]
    
    %% commands for HsH-logo
    \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
    \newcommand{\HsHlogoPage}{1}
    \newcommand{\includeHsHlogohere}[1][5cm]{\includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}}
    \newif\if@german%
    
    %% document options -------------------------------------------------------------------------------
    \DeclareOption{german}{
      \@germantrue
    }
    \DeclareOption{ngerman}{
      \@germantrue
    }
    \DeclareOption{english}{
      \@germanfalse
    }
    \DeclareOption{f1}{
      \renewcommand{\HsHlogoPage}{2}
    }
    \DeclareOption{f2}{
      \renewcommand{\HsHlogoPage}{3}
    }
    \DeclareOption{f3}{
      \renewcommand{\HsHlogoPage}{4}
    }
    \DeclareOption{f4}{
      \renewcommand{\HsHlogoPage}{5}
    }
    \DeclareOption{f5}{
      \renewcommand{\HsHlogoPage}{6}
    }
    \DeclareOption{sans}{
      \renewcommand{\familydefault}{\sfdefault}
    }
    \DeclareOption{roman}{
      \renewcommand{\familydefault}{\rmdefault}
    }
    \DeclareOption*{\expandafter\PassOptionsToClass\expandafter{\CurrentOption}{scrreprt}}
    \ExecuteOptions{fontsize=11pt,a4paper,ngerman,sans} % default options
    \ProcessOptions\relax
    %% Load KOMA class
    \LoadClass{scrreprt}
    \KOMAoption{toc}{bibliography,listof}