Commit Graph

80 Commits

Author SHA1 Message Date
Horcsin Bálint
425f748c67 Fix typo in acknowledgements (HU) 2023-05-10 22:34:16 +02:00
Máté Cserép
3d42f6c821 Replace bibtex with biber in README. 2023-05-03 12:32:14 +02:00
Máté Cserép
fdf103e929 Replace bibtex with biber. 2023-04-21 11:35:50 +02:00
Máté Cserép
8efb9dcbf0 Add required loadshadowlibrary option to todonotes package. 2023-04-21 11:35:30 +02:00
Máté Cserép
29e94b80e1
Merge pull request #15 from Trigary/fix-minted-example-filename
Fix minted example mention
2023-04-11 14:47:58 +02:00
Trigary
474e033aac fix minted example mention 2023-04-11 14:01:45 +02:00
Máté Cserép
b593946252 Update version and README PDF for CTAN submission. 2023-04-10 13:27:51 +02:00
Máté Cserép
9ae7ed0f68 Add example for aligned equations. 2023-03-19 12:19:43 +01:00
Máté Cserép
f818f78a32
Merge pull request #14 from isuckatcs/title-ls-fix
Fix wrong line spacing in multi-line titles
2023-02-01 22:57:27 +01:00
isuckatcs
69d633855f Fix wrong line spacing in multi-line titles 2023-02-01 22:46:49 +01:00
Máté Cserép
995fed7fb4 Run CI builds for pull requests. 2023-02-01 22:31:59 +01:00
Máté Cserép
b397da26a3
Merge pull request #13 from schaumb/patch-1
Update actions/checkout and actions/upload-artifact in CI
2023-01-31 13:22:44 +01:00
Bela Schaum
8c4f39efb3
Update ci.yml
The current version shows this warning:

```
build_latex (pdflatex)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/upload-artifact@v2.2.4. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
```

This modification will fix it.
2023-01-31 11:43:25 +01:00
Máté Cserép
7039b47c41 Added Overleaf link to README. 2022-11-22 11:40:55 +01:00
Máté Cserép
d54fc84c7b Include topic declaration as external PDF file. 2022-04-30 14:37:20 +02:00
Máté Cserép
a1ec9b31fc Update CI to CTAN compatible filenames. 2022-04-30 14:16:03 +02:00
Máté Cserép
08f589a831 Merge remote-tracking branch 'origin/ctan'
# Conflicts:
#	.github/workflows/ci.yml
#	README.md
#	README_en.md
#	elteikthesis.cls
#	elteikthesis.tex
#	samples_en/impl.tex
#	thesis_hu.pdf
2022-04-30 14:10:26 +02:00
Máté Cserép
c8050ab877 Added optional Acknowledgements section 2022-04-30 13:33:06 +02:00
Máté Cserép
4f2203a9c5 Update CI for separate Hungarian and English templates 2022-03-15 14:24:28 +01:00
Máté Cserép
64c442af75 Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
Máté Cserép
83a6802495 Translate comments in class file to English 2022-03-15 12:56:57 +01:00
Máté Cserép
d74191cbc7 Use automatically localized quotation marks with csquotes package. 2022-03-12 02:31:09 +01:00
Máté Cserép
d99abf074c CI: fix minted integration file name 2021-09-20 18:15:35 +02:00
Máté Cserép
d08a0ed34a Update year in license. 2021-09-20 16:19:26 +02:00
Máté Cserép
035f196241 Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
Máté Cserép
0ab31b0a43 Versioning release 2.2 2021-09-20 15:53:50 +02:00
Máté Cserép
b972ebdebd CI: use v2 of xu-cheng/latex-action workflow. 2021-09-20 15:39:24 +02:00
Máté Cserép
eba9354155 Extend docs 2021-09-20 15:34:00 +02:00
Máté Cserép
c48fb6d899
Merge pull request #6 from Maetveis/improvements
* Use the subcaption package instead of the outdated subfigure

* Use setspace package for spacing

* Integrate with minted for source code highlighting

* Set theorem and definition styles

* Thesis template: use algorithmicx package for algorithms

* Add the list of algorithms

* Enable the use of XeTex or LuaTex

* Move settings.tex definitons inside the class file

* Load geometry before fancyhdr

* Add PDF

* Update ci.yml: PDF output as a build artifact

* Add luatex to automatic ci run
2021-09-20 15:33:19 +02:00
Mészáros Gergely
ea66d23d6c Add luatex to automatic ci run 2021-08-21 16:49:18 +02:00
Mészáros Gergely
d1bd3bc2b6 Update ci.yml: PDF output as a build artifact 2021-08-21 14:58:19 +02:00
Gergely Meszaros
2806605d13 Add PDF 2021-08-21 14:58:19 +02:00
Gergely Meszaros
bcfb8d9edb Load geometry before fancyhdr 2021-08-21 14:50:28 +02:00
Gergely Meszaros
32b70298dd Move settings.tex definitons inside the class file 2021-08-21 14:50:28 +02:00
Gergely Meszaros
e9aa07c492 Enable the use of XeTex or LuaTex 2021-08-21 14:50:28 +02:00
Gergely Meszaros
e8d92899be Add the list of algorithms 2021-08-21 14:50:28 +02:00
Gergely Meszaros
4d5e90ee39 Thesis template: use algorithmicx package for algorithms 2021-08-21 14:50:28 +02:00
Gergely Meszaros
1613b0afd7 Set theorem and definition styles 2021-08-21 14:50:28 +02:00
Gergely Meszaros
525f06716c Integrate with minted for source code highlighting 2021-08-21 14:50:00 +02:00
Gergely Meszaros
5377734a4b Use setspace package for spacing 2021-08-21 14:23:59 +02:00
Gergely Meszaros
47a93a3856 Use subcaption package
Use the subcaption package instead of the outdated subfigure
2021-08-21 14:22:58 +02:00
Máté Cserép
fa5281d00f Add phantomsection before List of Things, so TOC will link to the proper page. 2021-05-22 13:21:38 +02:00
Máté Cserép
eb70e94d93
Merge pull request #4 from whisperity/draft-mode
Add the 'draft' documentoption
2020-11-30 14:39:31 +01:00
Whisperity
f21cbe5720 Add the 'draft' documentoption 2020-11-30 14:22:05 +01:00
Máté Cserép
d36f02d12f Compile thesis title and author into PDF metadata. 2020-11-23 20:35:02 +01:00
Máté Cserép
c04d687738 Update CI with the thesis.tex to elteikthesis.tex rename. 2020-07-24 11:12:37 +02:00
Máté Cserép
d7bbf24383 Rename thesis.* to elteikthesis.* as requested by the CTAN team to support unique
filenames. https://ctan.org/file/help/ctan/CTAN-upload-addendum#uniquefilenames
2020-07-24 11:07:23 +02:00
Máté Cserép
c56dda0d6c Merge branch 'master' into ctan 2020-07-24 10:48:08 +02:00
Máté Cserép
3131756e04
Add CI status badge to README. 2020-07-24 08:35:32 +02:00
Máté Cserép
7086faec59 Move the include of language packages earlier in the class file, before any text with Hungarian characters. 2020-05-15 18:07:10 +02:00