Skip to content

Commit

Permalink
Version bump to v2.20190301
Browse files Browse the repository at this point in the history
+ add_stage_parameter
+ add_pack_for_overleaf
  • Loading branch information
itzsimpl committed Mar 1, 2019
1 parent e309cd1 commit 32dedfc
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions FRIteza.cls
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@


\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{FRIteza}
[v2.20190108
XeLaTeX doctoral dissertation class]
\ProvidesClass{FRIteza}[v2.20190301
XeLaTeX doctoral dissertation class]

\RequirePackage{ifxetex}
\RequireXeTeX
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Recreate the `demo-asbook` example:

In the side bar select `thesis.tex` to open it. A TeX action should appear in the activity bar. Use it to view the list ov available commands, and choose `Recipe: latexmk`. This is the default build command, which Visual Studio Code will run automaticaly upon modification of any of the constituiting files. It will generate `out/thesis.pdf` in the stage that is specified when the `FRIteza` document class is loaded. Additional recipes are provided, that will generate the PDF in the specific stage, as the command line build script, they will create files named `out/thesis-<stage>.pdf`.

![VScode compile](https://github.com/UL-FRI/thesis-BDR/raw/add_stage_parameter/editor-cfg/VScode_compile.gif "VScode compile")
![VScode compile](https://github.com/UL-FRI/thesis-BDR/raw/master/editor-cfg/VScode_compile.gif "VScode compile")

For further information please refer to the official [Visual Studio Code](https://code.visualstudio.com/docs) and [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) documentation.

Expand All @@ -125,11 +125,11 @@ You should find `demo-asbook.zip` in `overleaf/`

Upload `demo-asbook.zip` to Overlaf.

![Upload to Overleaf](https://github.com/UL-FRI/thesis-BDR/raw/add_stage_parameter/editor-cfg/Overleaf_upload_zip.gif "Upload to Overleaf")
![Upload to Overleaf](https://github.com/UL-FRI/thesis-BDR/raw/master/editor-cfg/Overleaf_upload_zip.gif "Upload to Overleaf")

Change the compiler to `XeLaTeX`.<a href="#note6" id="note6ref" title="In the background Overleaf actually uses 'latexmk'."><sup>6</sup></a>

![Overleaf compiler](https://github.com/UL-FRI/thesis-BDR/raw/add_stage_parameter/editor-cfg/Overleaf_XeLaTeX.gif "Overleaf compiler")
![Overleaf compiler](https://github.com/UL-FRI/thesis-BDR/raw/master/editor-cfg/Overleaf_XeLaTeX.gif "Overleaf compiler")

<!--
Unpack overleaf _TODO_??
Expand Down
Binary file modified demo-asbook/out/thesis-alpha.pdf
Binary file not shown.
Binary file modified demo-asbook/out/thesis-press.pdf
Binary file not shown.
Binary file modified demo-bypub/out/thesis-alpha.pdf
Binary file not shown.
Binary file modified demo-bypub/out/thesis-press.pdf
Binary file not shown.
Binary file added demo-empty/out/thesis-alpha.pdf
Binary file not shown.
Binary file added demo-empty/out/thesis-gold.pdf
Binary file not shown.
Binary file added demo-empty/out/thesis-press.pdf
Binary file not shown.

0 comments on commit 32dedfc

Please sign in to comment.