Skip to content

Commit

Permalink
updated the version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
npikall committed Dec 27, 2024
1 parent c7ef115 commit 34e0d07
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [v0.1.3](https://github.com/npikall/vienna-tech/releases/tag/v0.1.3)
- Fixed a bug that caused the appendix label not to change when a different language was selected.

# [v0.1.2](https://github.com/npikall/vienna-tech/releases/tag/v0.1.2)
- Added layout customization options (font-sizes, title-page, etc.)
- Added functionality to set fonts for the document.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The `vienna-tech` Template
<div align="center">Version 0.1.2</div>
<div align="center">Version 0.1.3</div>

This is a template, modeled after the LaTeX template provided by the Vienna University of Technology for Engineering Students. It is intended to be used as a starting point for writing Bachelor's or Master's theses, but can be adapted for other purposes as well. It shall be noted that this template is not an official template provided by the Vienna University of Technology, but rather a personal effort to provide a similar template in a new typesetting system. If you want to checkout the original templates visit the website of [TU Wien](https://www.tuwien.at/cee/edvlabor/lehre/vorlagen)

Expand All @@ -9,7 +9,7 @@ This is a template, modeled after the LaTeX template provided by the Vienna Univ
These instructions will help you set up the template on the typst web app.

```typ
#import "@preview/vienna-tech:0.1.2": *
#import "@preview/vienna-tech:0.1.3": *
// Useing the configuration
#show: tuw-thesis.with(
Expand All @@ -27,7 +27,7 @@ These instructions will help you set up the template on the typst web app.
abstract: [The Abstract of the Thesis],
bibliography: bibliography("bibliography.bib"),
appendix: [The Appendix of the Thesis],
)
)
```

## Options
Expand Down Expand Up @@ -59,7 +59,7 @@ All the available options that are available for the template are listed below.
These instructions will get you a copy of the project up and running on the typst web app.

```bash
typst init @preview/vienna-tech:0.1.2
typst init @preview/vienna-tech:0.1.3
```

### Template overview
Expand Down
2 changes: 1 addition & 1 deletion template/main.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/vienna-tech:0.1.2": *
#import "@preview/vienna-tech:0.1.3": *

#show "Typst": fancy-typst
#show "LaTeX": fancy-latex
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "vienna-tech"
version = "0.1.2"
version = "0.1.3"
entrypoint = "src/lib.typ"
authors = ["Niko Pikall"]
license = "Unlicense"
Expand Down

0 comments on commit 34e0d07

Please sign in to comment.