summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-26 21:26:33 +0000
committerKarl Berry <karl@freefriends.org>2024-04-26 21:26:33 +0000
commitea3c92855d6c7469bc06b497e09a1a7155c853ff (patch)
tree6d40bd6f01c95f8012cc9ddd9b5e686d5743aeaa
parent3a637df91b4adc6a95c103f3ae90448ab649c2b6 (diff)
elteiktdk (26apr24)
git-svn-id: svn://tug.org/texlive/trunk@71086 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/LICENSE2
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/README.md16
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/README.pdfbin166760 -> 168708 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/README_hu.md10
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/README_hu.pdfbin169068 -> 170214 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/elteiktdk.bib2
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.pdfbin306031 -> 326320 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.tex5
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.pdfbin324742 -> 331537 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.tex5
-rw-r--r--Master/texmf-dist/doc/latex/elteiktdk/images/elte_cimer_szines-eps-converted-to.pdfbin0 -> 119514 bytes
-rw-r--r--Master/texmf-dist/tex/latex/elteiktdk/elteiktdk.cls10
12 files changed, 29 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/LICENSE b/Master/texmf-dist/doc/latex/elteiktdk/LICENSE
index bc752874d2f..57a02bc5108 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/LICENSE
+++ b/Master/texmf-dist/doc/latex/elteiktdk/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2013-2023 Máté Cserép
+Copyright (c) 2013-2024 Máté Cserép
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/README.md b/Master/texmf-dist/doc/latex/elteiktdk/README.md
index fc5c76f0a15..bb64bd061e9 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/README.md
+++ b/Master/texmf-dist/doc/latex/elteiktdk/README.md
@@ -1,3 +1,9 @@
+![CI status](https://github.com/mcserep/elteiktdk/workflows/Build%20LaTeX%20document/badge.svg)
+[![Overleaf template](https://img.shields.io/badge/Overleaf-TDK%20Thesis%20Template%20(ELTE%20FI)-brightgreen)](https://www.overleaf.com/latex/templates/tdk-thesis-template-elte-fi/mxnndxkmdmkd)
+
+
+See [Hungarian version](README_hu.md).
+
# ELTE FI TDK thesis template
The [elteiktdk_en.tex](elteiktdk_en.tex) and the produced [elteiktdk_en.pdf](elteiktdk_en.pdf) serves as an example of usage.
@@ -14,17 +20,14 @@ The template supports producing both Hungarian and English theses, which can be
# (PDF file contains incorrect references yet)
pdflatex elteiktdk_en.tex
# Generate bibliography
-bibtex elteiktdk
+biber elteiktdk_en
# Generate nomenclature (optional)
makeindex -s nomencl.ist -t elteiktdk_en.nlg \
-o elteiktdk_en.nls elteiktdk_en.nlo
# Generate final PDF file
pdflatex elteiktdk_en.tex
-pdflatex elteiktdk_en.tex
```
-**Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.
-
Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https://www.texstudio.org/)), given the same commands should be executed.
## Syntax highlighting of code blocks
@@ -32,6 +35,11 @@ Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https
The minted package is also supported for syntax highlighting, for details see the [documentation](https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted).
For its usage the Python interpreter and the `Pygments` package must be installed as a prerequisite, then you should uncomment its loading at the beginning of `elteiktdk_en.tex`.
+## Overleaf
+
+*Overleaf* is a free, easy to use online, collaborative LaTeX editor; similar like e.g. Google Docs, but for LateX documents.
+You can also find the latest release of this thesis template [on Overleaf](https://www.overleaf.com/latex/templates/tdk-thesis-template-elte-fi/mxnndxkmdmkd).
+
## Required packages (without completeness)
**Image handling:**
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/README.pdf b/Master/texmf-dist/doc/latex/elteiktdk/README.pdf
index 2eed2928ac5..68821eacfe7 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/README.pdf
+++ b/Master/texmf-dist/doc/latex/elteiktdk/README.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/README_hu.md b/Master/texmf-dist/doc/latex/elteiktdk/README_hu.md
index 93c807602de..b3637d76aa3 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/README_hu.md
+++ b/Master/texmf-dist/doc/latex/elteiktdk/README_hu.md
@@ -14,17 +14,14 @@ A sablon magyar és angol nyelvű dokumentumok elkészítését is támogatja (l
# (PDF fájl még hibás hivatkozásokat fog tartalmazni)
pdflatex elteiktdk_hu.tex
# Irodalomjegyzék generálása
-bibtex tdk
+biber elteiktdk_hu
# Jelölésjegyzék generálása (ha szükséges)
makeindex -s nomencl.ist -t elteiktdk_hu.nlg \
-o elteiktdk_hu.nls elteiktdk_hu.nlo
# Végleges PDF fájl generálása
pdflatex elteiktdk_hu.tex
-pdflatex elteiktdk_hu.tex
```
-**Megjegyzés:** az irodalomjegyzék változása esetén a `bibtex`, majd a `pdflatex` _kétszeri_ futtatása szükséges a helyes hivatkozások előállításához.
-
A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStudio](https://www.texstudio.org/)), ugyanezen utasítások kiadásával.
## Kódblokkok szintaxis kiemelése
@@ -32,6 +29,11 @@ A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStu
A *minted* csomag támogatott a forráskódok szedésére és szintaxis kiemelésére, részletekért ld. a [dokumentációt](https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted).
Használatához szükséges a Python interpreter és a `Pygments` csomag telepítése, majd `elteiktdk_hu.tex` fájl elején a betöltésének az engedélyezése.
+## Overleaf
+
+Az *Overleaf* egy ingyenes, könnyen használható, kollaboratív, online LaTeX szerkesztő. Hasonló, mint például a Google Docs, de LateX dokumentumokhoz.
+Az ELTE IK TDK-dolgozat sablon legfrissebb kiadását [Overleafen is megtalálod](https://www.overleaf.com/latex/templates/tdk-thesis-template-elte-fi/mxnndxkmdmkd).
+
## Fontosabb függőségi csomagok
**Képkezelés:**
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/README_hu.pdf b/Master/texmf-dist/doc/latex/elteiktdk/README_hu.pdf
index 9545a2b10ea..86d0f55b84c 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/README_hu.pdf
+++ b/Master/texmf-dist/doc/latex/elteiktdk/README_hu.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk.bib b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk.bib
index 1e0ae403e39..4f5518ca4f4 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk.bib
+++ b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk.bib
@@ -12,7 +12,7 @@
author = {Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford},
title = {Introduction to Algorithms, Third Edition},
year = {2009},
- isbn = {0262033844, 9780262033848},
+ isbn = {978-0-262-53305-8},
edition = {3rd},
publisher = {The MIT Press},
}
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.pdf b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.pdf
index 555c128d007..276a5139ec0 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.pdf
+++ b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.tex b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.tex
index 1b83d167531..9cb07d9ca3d 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.tex
+++ b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_en.tex
@@ -5,15 +5,14 @@
%twoside, % Double sided format
%draft, % Quicker draft compilation without rendering images
%final, % Set final to hide todos
-]{elteiktdk}[2023/04/10]
+]{elteiktdk}[2024/04/26]
% The minted package is also supported for source highlighting
-% See minted-intregration.tex for example
%\usepackage[newfloat]{minted}
% Document's metadata
\title{TDK-dolgozat címe}
-\date{2023}
+\date{2024}
% Author(s)' metadata
\author{John Smith}
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.pdf b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.pdf
index 216b52b3ba1..c9924b2e647 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.pdf
+++ b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.tex b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.tex
index 58e0168c8d6..c87c9b07e3b 100644
--- a/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.tex
+++ b/Master/texmf-dist/doc/latex/elteiktdk/elteiktdk_hu.tex
@@ -5,15 +5,14 @@
%twoside, % Double sided format
%draft, % Quicker draft compilation without rendering images
%final, % Set final to hide todos
-]{elteiktdk}[2023/04/10]
+]{elteiktdk}[2024/04/26]
% The minted package is also supported for source highlighting
-% See minted-intregration.tex for example
%\usepackage[newfloat]{minted}
% Document's metadata
\title{TDK-dolgozat címe}
-\date{2023}
+\date{2024}
% Author(s)' metadata
\author{Hallgató Hanga}
diff --git a/Master/texmf-dist/doc/latex/elteiktdk/images/elte_cimer_szines-eps-converted-to.pdf b/Master/texmf-dist/doc/latex/elteiktdk/images/elte_cimer_szines-eps-converted-to.pdf
new file mode 100644
index 00000000000..7a0a7a2d611
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/elteiktdk/images/elte_cimer_szines-eps-converted-to.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/elteiktdk/elteiktdk.cls b/Master/texmf-dist/tex/latex/elteiktdk/elteiktdk.cls
index 4e3ef4741fc..4bd604bab0f 100644
--- a/Master/texmf-dist/tex/latex/elteiktdk/elteiktdk.cls
+++ b/Master/texmf-dist/tex/latex/elteiktdk/elteiktdk.cls
@@ -1,7 +1,7 @@
%% MIT License
%%
-%% Version 2.0, 2023/04/10
-%% Copyright (c) 2013-2023 Máté Cserép <mcserep@inf.elte.hu>
+%% Version 2.1, 2024/04/26
+%% Copyright (c) 2013-2024 Máté Cserép <mcserep@inf.elte.hu>
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the "Software"), to deal
@@ -22,10 +22,10 @@
%% SOFTWARE.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{elteiktdk}[2023/04/10 ELTE FI TDK thesis template]
+\ProvidesClass{elteiktdk}[2024/04/26 ELTE FI TDK thesis template]
% Load document class
-\LoadClassWithOptions{elteikthesis}[2023/04/10]
+\LoadClassWithOptions{elteikthesis}[2024/04/26]
% ------------------------------
% ------------------------------
@@ -72,7 +72,7 @@
\newcommand{\lstcodelabel}{Forráskódjegyzék}
\newcommand{\lstnomencl}{Jelölésjegyzék}
\newcommand{\todolabel}{Teendők listája}
- \newcommand{\acklabel}{Köszönyetnyilvánítás}
+ \newcommand{\acklabel}{Köszönetnyilvánítás}
}
{ % English
\newcommand{\covertitle}{TDK-thesis}