mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Merge branch 'master' into ctan
This commit is contained in:
commit
c56dda0d6c
12
.github/workflows/ci.yml
vendored
Normal file
12
.github/workflows/ci.yml
vendored
Normal 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
|
@ -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}
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user