Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • ReadMe_Typos
  • development
  • example
  • feat/autocomplete-vscode
  • master
  • typos
  • old-example
  • v1.0
  • v1.1
  • v1.2
  • v1.3
  • v1.4
  • v1.5
  • v2.0
  • v2.1
  • v2.2
  • v3.0
  • v3.1
  • v3.2
  • v3.3
20 results

Target

Select target project
No results found
Select Git revision
  • ReadMe_Typos
  • development
  • example
  • feat/autocomplete-vscode
  • master
  • typos
  • old-example
  • v1.0
  • v1.1
  • v1.2
  • v1.3
  • v1.4
  • v1.5
  • v2.0
  • v2.1
  • v2.2
  • v3.0
  • v3.1
  • v3.2
  • v3.3
20 results
Show changes

Commits on Source 3

7 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline

Files

Original line number Diff line number Diff line
@@ -476,8 +476,8 @@
}
\renewcommand{\labelitemi}{\raisebox{.3ex}{\scalebox{0.7}{$\bullet$}}}
\renewcommand{\labelitemii}{\raisebox{.3ex}{\scalebox{0.7}{$\circ$}}}
\renewcommand{\labelitemiii}{\raisebox{.1ex}{-}}
\renewcommand{\labelitemiv}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiii}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiv}{\raisebox{.1ex}{-}}
\renewenvironment{abstract}{
  \quotation
  \setparsizes{\z@}{\z@}{.25\linewidth \@plus 1fil}\selectfont
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 License     | Released under the LaTeX Project Public License v1.3c or later
 See         | <http://www.latex-project.org/lppl.txt>

This Project containes classes to create documents for the Hochschule Hannover.
This Project contains classes to create documents for the Hochschule Hannover.

To use them in you projects bring this folder on you `TEXINPUTS`.
%</readme>
@@ -824,7 +824,7 @@ http://www.latex-project.org/lppl.txt
%
%   \begin{option}{faculty}
%     The \opt{faculty} options is once again a \emph{Numerical} option, mapping the five
%     faculties and storeing the selected one in |\HsH@opt@faculty|.
%     faculties and storing the selected one in |\HsH@opt@faculty|.
%    \begin{macrocode}
\FamilyNumericalKey{HsH}{faculty}{HsH@opt@faculty}{%
  {0}{1}, {none}{1}, {false}{1}, {off}{1},%
@@ -1577,8 +1577,8 @@ http://www.latex-project.org/lppl.txt
%    \begin{macrocode}
\renewcommand{\labelitemi}{\raisebox{.3ex}{\scalebox{0.7}{$\bullet$}}}
\renewcommand{\labelitemii}{\raisebox{.3ex}{\scalebox{0.7}{$\circ$}}}
\renewcommand{\labelitemiii}{\raisebox{.1ex}{-}}
\renewcommand{\labelitemiv}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiii}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiv}{\raisebox{.1ex}{-}}
%    \end{macrocode}
%
%     \paragraph{Abstract}
Original line number Diff line number Diff line
@@ -489,8 +489,8 @@
}
\renewcommand{\labelitemi}{\raisebox{.3ex}{\scalebox{0.7}{$\bullet$}}}
\renewcommand{\labelitemii}{\raisebox{.3ex}{\scalebox{0.7}{$\circ$}}}
\renewcommand{\labelitemiii}{\raisebox{.1ex}{-}}
\renewcommand{\labelitemiv}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiii}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiv}{\raisebox{.1ex}{-}}
\renewenvironment{abstract}{
  \quotation
  \setparsizes{\z@}{\z@}{.25\linewidth \@plus 1fil}\selectfont
Original line number Diff line number Diff line
@@ -281,8 +281,8 @@
\RequirePackage{lmodern}
\renewcommand{\labelitemi}{\raisebox{.3ex}{\scalebox{0.7}{$\bullet$}}}
\renewcommand{\labelitemii}{\raisebox{.3ex}{\scalebox{0.7}{$\circ$}}}
\renewcommand{\labelitemiii}{\raisebox{.1ex}{-}}
\renewcommand{\labelitemiv}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiii}{\raisebox{-.1ex}{\scalebox{1.3}{$\cdot$}}}
\renewcommand{\labelitemiv}{\raisebox{.1ex}{-}}
\upsubscripts
\raggedbottom
\defcaptionname{german,ngerman}\abstractname{Abstract}
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@
 License     | Released under the LaTeX Project Public License v1.3c or later
 See         | <http://www.latex-project.org/lppl.txt>

This Project containes classes to create documents for the Hochschule Hannover.
This Project contains classes to create documents for the Hochschule Hannover.

To use them in you projects bring this folder on you `TEXINPUTS`.