Skip to content

Commit

Permalink
Merge branch 'release/v0.0.3b41' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Strauman committed Apr 4, 2018
2 parents 98e0f84 + e4ab03d commit 88dc479
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Light weight template for handing in school submissions using LaTeX. Suitable for math, physics, statistics and the like.
Here is the [handin-doc.pdf](https://raw.githubusercontent.com/Strauman/Handin-LaTeX/master/docs/handin-doc.pdf)
## Versions
The current latest version available on GitHub is v0.0.2 (2018/04/04) build 40
The current latest version available on GitHub is v0.0.3 (2018/04/04) build 41

The current latest version available on CTAN is 0.0.2 (2018-04-01) build 2

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version&Date&Changes\\
v0.0.2&2018/04/01&Problems are now added to the table of contents by default\\
v0.0.2b34&2018/04/02&Updated documentation syntax\\
@@VERSIONB&@@DATE&\begin{itemize}
v0.0.3b41&2018/04/04&\begin{itemize}
\item German language added
\end{itemize}\\
\end{tabularx}
Binary file modified docs/handin-doc.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/handin-doc.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% handin v0.0.2b40 - 2018/04/04
%% The LaTeX package handin - version v0.0.2 (2018/04/04) build 40
%% handin v0.0.3b41 - 2018/04/04
%% The LaTeX package handin - version v0.0.3 (2018/04/04) build 41
%% #PACKAGE.sty
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2018 by Andreas Storvik Strauman
Expand Down Expand Up @@ -52,7 +52,7 @@


\setlength{\parindent}{0pt}
\title{{Handin - manual\\ v0.0.2{\\[-0.5em]\footnotesize(build 40)}}}
\title{{Handin - manual\\ v0.0.3{\\[-0.5em]\footnotesize(build 41)}}}
\author{Andreas Strauman}
\begin{document}
\maketitle
Expand Down Expand Up @@ -137,7 +137,7 @@ \section{Changelog}
Version&Date&Changes\\
v0.0.2&2018/04/01&Problems are now added to the table of contents by default\\
v0.0.2b34&2018/04/02&Updated documentation syntax\\
v0.0.2b40&2018/04/04&\begin{itemize}
v0.0.3b41&2018/04/04&\begin{itemize}
\item German language added
\end{itemize}\\
\end{tabularx}
Expand Down
Binary file modified handin-doc.pdf
Binary file not shown.
13 changes: 8 additions & 5 deletions src/aftercompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ cd ../
outHandle "Error when inserting package-variables to README.md-file" $perlDir/vars.pl -v $version -p $packagename -g $github -b $build README.md

# Zip CTAN file
zip handinCTAN.zip -r $CTANDir/
rm $mainDir/haninCTAN.zip
rm -rf $mainDir/handin
mv $sourceDir/handinCTAN.zip $mainDir/
mv $CTANDir/ $mainDir/$packagename
sleep 0.3
echo "Zipping CTAN"
rm haninCTAN.zip
zip handinCTAN.zip -r "$packagename/"

rm -rf "$mainDir/handin"
mv "$sourceDir/handinCTAN.zip" "$mainDir/"
mv "$CTANDir/" "$mainDir/$packagename"

echo "Tag as v${version}b$build"
6 changes: 3 additions & 3 deletions src/packagehead.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% #PACKAGE @@VERSIONB - @@DATE
%% The LaTeX package #PACKAGE - version @@VERSION (@@DATE) build @@BUILD
%% #PACKAGE.sty
%% @@PACKAGE @@VERSIONB - @@DATE
%% The LaTeX package @@PACKAGE - version @@VERSION (@@DATE) build @@BUILD
%% @@PACKAGE.sty
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2018 by Andreas Storvik Strauman
%% -------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions src/texpackvars.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packagename=handin
github=https://github.com/Strauman/Handin-LaTeX-template/
version=0.0.2
build=40
version=0.0.3
build=41

0 comments on commit 88dc479

Please sign in to comment.