Simplify bibtex usage.

This commit is contained in:
Relintai 2023-12-03 17:01:17 +01:00
parent d2c74a3c5e
commit d4c2a3056f
3 changed files with 49 additions and 59 deletions

View File

@ -1,51 +0,0 @@
@book{dahl1972structured,
editor = {Dahl, O. J. and Dijkstra, E. W. and Hoare, C. A. R.},
title = {Structured Programming},
year = {1972},
isbn = {0-12-200550-3},
source = {Library of Congress Catalog Card Number: 72-84452},
publisher = {Academic Press Ltd.},
address = {London, UK, UK},
}
@book{cormen2009algorithms,
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},
edition = {3rd},
publisher = {The MIT Press},
}
@incollection{dijkstra1979goto,
author = {Dijkstra, E.},
chapter = {Go to Statement Considered Harmful},
title = {Classics in Software Engineering},
editor = {Yourdon, Edward Nash},
year = {1979},
isbn = {0-917072-14-6},
pages = {27--33},
numpages = {7},
url = {http://dl.acm.org/citation.cfm?id=1241515.1241518},
acmid = {1241518},
publisher = {Yourdon Press},
address = {Upper Saddle River, NJ, USA},
}
@article{krasner1988mvc,
author = {Krasner, Glenn E. and Pope, Stephen T.},
title = {A Cookbook for Using the Model-View-Controller User Interface Paradigm in Smalltalk-80},
journal = {J. Object Oriented Program.},
issue_date = {Aug./Sept. 1988},
volume = {1},
number = {3},
month = aug,
year = {1988},
issn = {0896-8438},
pages = {26--49},
numpages = {24},
url = {http://dl.acm.org/citation.cfm?id=50757.50759},
acmid = {50759},
publisher = {SIGS Publications},
address = {Denville, NJ, USA},
}

View File

@ -32,9 +32,6 @@
\city{Budapest} % city \city{Budapest} % city
\logo{elte_cimer_szines} % logo \logo{elte_cimer_szines} % logo
% Add bibliography file
\addbibresource{elteikthesis.bib}
% The document % The document
\begin{document} \begin{document}
@ -47,6 +44,7 @@
% Title page (mandatory) % Title page (mandatory)
\maketitle \maketitle
% Topic declaration page (mandatory) - can also be attached instead % Topic declaration page (mandatory) - can also be attached instead
%\includepdf{topicdeclaration.pdf} %\includepdf{topicdeclaration.pdf}
@ -80,7 +78,30 @@ In case your thesis received financial support from a project or the university,
% Bibliography (mandatory) % Bibliography (mandatory)
\phantomsection \phantomsection
\addcontentsline{toc}{chapter}{\biblabel} \addcontentsline{toc}{chapter}{\biblabel}
\printbibliography[title=\biblabel] \renewcommand{\bibname}{\biblabel}
\begin{thebibliography}{0}
\bibitem{dahl1972structured}
\textbf{Dahl, O. J. and Dijkstra, E. W. and Hoare, C. A. R.h}:\\
Structured Programming\\
\textbf{Academic Press Ltd.}, (1972), ISBN: 0-12-200550-3
\bibitem{cormen2009algorithms}
\textbf{Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford}:\\
Introduction to Algorithms, Third Edition\\
\textbf{The MIT Press}, (2009), ISBN: 0262033844, 9780262033848
\bibitem{dijkstra1979goto}
\textbf{Dijkstra, E.}:\\
Classics in Software Engineering\\
\textbf{Yourdon Press}, (1979), ISBN: 0-917072-14-6
\bibitem{krasner1988mvc}
\textbf{Krasner, Glenn E. and Pope, Stephen T.}:\\
A Cookbook for Using the Model-View-Controller User Interface Paradigm in Smalltalk-80\\
\textbf{J. Object Oriented Program.}, (1972), ISBN: 0-12-200550-3
\end{thebibliography}
\cleardoublepage \cleardoublepage
% List of figures (optional) - useful over 3-5 figures % List of figures (optional) - useful over 3-5 figures

View File

@ -32,9 +32,6 @@
\city{Budapest} % city \city{Budapest} % city
\logo{elte_cimer_szines} % logo \logo{elte_cimer_szines} % logo
% Add bibliography file
\addbibresource{elteikthesis.bib}
% The document % The document
\begin{document} \begin{document}
@ -80,7 +77,30 @@ Amennyiben a szakdolgozati / diplomamunka projekted pénzügyi támogatást kapo
% Bibliography (mandatory) % Bibliography (mandatory)
\phantomsection \phantomsection
\addcontentsline{toc}{chapter}{\biblabel} \addcontentsline{toc}{chapter}{\biblabel}
\printbibliography[title=\biblabel] \renewcommand{\bibname}{\biblabel}
\begin{thebibliography}{0}
\bibitem{dahl1972structured}
\textbf{Dahl, O. J. and Dijkstra, E. W. and Hoare, C. A. R.h}:\\
Structured Programming\\
\textbf{Academic Press Ltd.}, (1972), ISBN: 0-12-200550-3
\bibitem{cormen2009algorithms}
\textbf{Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford}:\\
Introduction to Algorithms, Third Edition\\
\textbf{The MIT Press}, (2009), ISBN: 0262033844, 9780262033848
\bibitem{dijkstra1979goto}
\textbf{Dijkstra, E.}:\\
Classics in Software Engineering\\
\textbf{Yourdon Press}, (1979), ISBN: 0-917072-14-6
\bibitem{krasner1988mvc}
\textbf{Krasner, Glenn E. and Pope, Stephen T.}:\\
A Cookbook for Using the Model-View-Controller User Interface Paradigm in Smalltalk-80\\
\textbf{J. Object Oriented Program.}, (1972), ISBN: 0-12-200550-3
\end{thebibliography}
\cleardoublepage \cleardoublepage
% List of figures (optional) - useful over 3-5 figures % List of figures (optional) - useful over 3-5 figures