Skip to content
Snippets Groups Projects
Commit 695d4137 authored by Jan Wille's avatar Jan Wille
Browse files

Merge branch 'fix/typos' into development

parents 3b1c0efa 1d116367
Branches
Tags
No related merge requests found
...@@ -35,15 +35,15 @@ All notable changes to this project will be documented in this file. ...@@ -35,15 +35,15 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- implement the `abstract` enviroment to behave as pre v3 - implement the `abstract` environment to behave as pre v3
- removed debug print from `latexmk` inkscape recipy - removed debug print from `latexmk` inkscape recipe
### Added ### Added
- option `abstract` - option `abstract`
- `abstract=keywords|nokeywords` to enable/disable the display of keywords after the abstract - `abstract=keywords|nokeywords` to enable/disable the display of keywords after the abstract
- `abstract=totoc|notoc` to add the abstract to the TOC - `abstract=totoc|notoc` to add the abstract to the TOC
- extenx KOMA option `toc` - extend KOMA option `toc`
- `toc=totoc|notoc` to add toc to itself - `toc=totoc|notoc` to add toc to itself
- `toc=abstrct|noabstract` as alias for `abstract=totoc` and `abstract=notoc` - `toc=abstrct|noabstract` as alias for `abstract=totoc` and `abstract=notoc`
......
...@@ -71,7 +71,7 @@ locally using `git checkout example`. ...@@ -71,7 +71,7 @@ locally using `git checkout example`.
### Recommended software ### Recommended software
As a Tex-Distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also As a tex-distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also
work, but I don't use it much. You will also need `perl` to run `latexmk` and other work, but I don't use it much. You will also need `perl` to run `latexmk` and other
useful tools. To edit the `.tex` files, you could use any text editor, but I personally useful tools. To edit the `.tex` files, you could use any text editor, but I personally
like [Visual Studio Code](https://code.visualstudio.com/) the most, which can also be like [Visual Studio Code](https://code.visualstudio.com/) the most, which can also be
...@@ -120,7 +120,7 @@ git commit --all -m "initalise for [Project]" ...@@ -120,7 +120,7 @@ git commit --all -m "initalise for [Project]"
git push git push
``` ```
> **Note** giving you `[Project]` name as the default branch name is optional, and you could > **Note** giving your `[Project]` name as the default branch name is optional, and you could
> keep the default name of `master`, but as the template also has a `master` branch it is > keep the default name of `master`, but as the template also has a `master` branch it is
> less confusing if you choose a different name. > less confusing if you choose a different name.
......
...@@ -344,7 +344,7 @@ http://www.latex-project.org/lppl.txt ...@@ -344,7 +344,7 @@ http://www.latex-project.org/lppl.txt
% %
% \DescribeMacro{\includeHsHlogohere} % \DescribeMacro{\includeHsHlogohere}
% The macro \cmd{\includeHsHlogohere\oarg{width}} is used by |\maketitle| to produce % The macro \cmd{\includeHsHlogohere\oarg{width}} is used by |\maketitle| to produce
% the logo. But if you want it elsewhere, you cann call this macro yourself. % the logo. But if you want it elsewhere, you can call this macro yourself.
% %
% %
% \subsection{Commands for document writing} % \subsection{Commands for document writing}
...@@ -406,7 +406,7 @@ http://www.latex-project.org/lppl.txt ...@@ -406,7 +406,7 @@ http://www.latex-project.org/lppl.txt
% words to pural, like this: % words to pural, like this:
% |\ifsingleauthor{one}{multiple} person\ifsingleauthor{}{s}| % |\ifsingleauthor{one}{multiple} person\ifsingleauthor{}{s}|
% %
%\section{Package laoding} %\section{Package loading}
% The classes load some packges for internal use as well as loading and configuring % The classes load some packges for internal use as well as loading and configuring
% common use packages. The details are documented in the following section. % common use packages. The details are documented in the following section.
% %
...@@ -891,7 +891,7 @@ http://www.latex-project.org/lppl.txt ...@@ -891,7 +891,7 @@ http://www.latex-project.org/lppl.txt
} }
% \end{macrocode} % \end{macrocode}
% %
% Now we cann process the options for the |HsH| familiy. % Now we can process the options for the |HsH| familiy.
% \begin{macrocode} % \begin{macrocode}
\FamilyProcessOptions{HsH}\relax \FamilyProcessOptions{HsH}\relax
% \end{macrocode} % \end{macrocode}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment