Merge branch 'master' into ctan

This commit is contained in:
Máté Cserép 2020-07-24 10:48:08 +02:00
commit c56dda0d6c
4 changed files with 23 additions and 11 deletions

12
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: xu-cheng/latex-action@master
with:
root_file: thesis.tex

View File

@ -1,6 +1,6 @@
%% MIT License
%%
%% Version 2.0, 2020/02/26
%% Version 2.1, 2020/05/15
%% Copyright (c) 2013-2020 Máté Cserép <mcserep@inf.elte.hu>, Bálint Bognár
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
@ -29,7 +29,7 @@
%% to the original package.
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{elteikthesis}[2020/02/26 ELTE FI bachelor and master thesis template]
\ProvidesClass{elteikthesis}[2020/05/15 ELTE FI bachelor and master thesis template]
% LaTeX programozói eszközök
\RequirePackage{etoolbox}
@ -58,6 +58,14 @@
\LoadClass[a4paper, 12pt, oneside]{report}
% ------------------------------
% ------------------------------
% Karakterkódolás, nyelv
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage[english,magyar]{babel}
\RequirePackage{indentfirst}
% ------------------------------
% ------------------------------
% Metaadatok
\DeclareDocumentCommand{\author}{m}{\newcommand{\authorname}{#1}\renewcommand{\@author}{#1}}
@ -186,14 +194,6 @@
\let\cleardoublepage\clearemptydoublepage
% ------------------------------
% ------------------------------
% Karakterkódolás, nyelv
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage[english,magyar]{babel}
\RequirePackage{indentfirst}
% ------------------------------
% ------------------------------
% Grafika
\RequirePackage{graphicx}

Binary file not shown.

View File

@ -4,7 +4,7 @@
%nohyp, % Szavak sorvégi elválasztásának tiltása / No hyphenation of words
%twoside, % Kétoldalas nyomtatás / Double sided format
%final, % Teendők elrejtése / Set final to hide todos
]{elteikthesis}[2020/02/26]
]{elteikthesis}[2020/05/15]
% Dolgozat metaadatai
% Document's metadata