Saving changes to LaTeX template
This commit is contained in:
parent
5c80d8f6c5
commit
9710dfc283
25484
official_latex_template/references.bib
Normal file
25484
official_latex_template/references.bib
Normal file
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
% Created 2025-06-29 ح 19:50
|
||||
% Intended LaTeX compiler: pdflatex
|
||||
\documentclass{elsarticle}
|
||||
\documentclass[11pt]{elsarticle} % Using 11pt as per style guide
|
||||
|
||||
% --- PACKAGES ---
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{graphicx}
|
||||
@ -11,24 +11,39 @@
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{capt-of}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{lipsum} % For placeholder text
|
||||
|
||||
|
||||
\usepackage{hyperref}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{amsmath,amssymb}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{babel}
|
||||
\usepackage{subcaption}
|
||||
|
||||
% --- HYPERREF SETUP ---
|
||||
\date{}
|
||||
\title{}
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{
|
||||
pdfauthor={Vishakh Pradeep Kumar},
|
||||
pdftitle={},
|
||||
pdfkeywords={},
|
||||
pdfsubject={},
|
||||
pdfcreator={Emacs 30.1 (Org mode 9.7.29)},
|
||||
pdflang={English}}
|
||||
\usepackage{biblatex}
|
||||
pdftitle={Cavitation and Corrosion Resistance of Cobalt-Based (Stellite 1) Alloys Manufactured via HIPing and Casting},
|
||||
pdfkeywords={Stellite 1, Hot Isostatic Pressing, HIP, Cobalt Superalloy, Corrosion, Cavitation Resistance},
|
||||
pdfsubject={MSc Dissertation},
|
||||
pdfcreator={Texstudio and Emacs 30.1 (Org mode 9.7.29)},
|
||||
pdflang={English},
|
||||
colorlinks=true,
|
||||
linkcolor=black,
|
||||
citecolor=black,
|
||||
urlcolor=blue
|
||||
}
|
||||
|
||||
|
||||
% --- BIBLIOGRAPHY SETUP ---
|
||||
% Using biblatex as in the template
|
||||
%\usepackage[style=numeric-comp, sorting=none]{biblatex}
|
||||
%\addbibresource{./references.bib} % You will need to create a 'references.bib' file for your citations
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user