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
|
\documentclass[11pt]{elsarticle} % Using 11pt as per style guide
|
||||||
% Intended LaTeX compiler: pdflatex
|
|
||||||
\documentclass{elsarticle}
|
% --- PACKAGES ---
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
@ -11,24 +11,39 @@
|
|||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{amssymb}
|
\usepackage{amssymb}
|
||||||
\usepackage{capt-of}
|
\usepackage{capt-of}
|
||||||
\usepackage{hyperref}
|
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
|
\usepackage[english]{babel}
|
||||||
|
\usepackage{subcaption}
|
||||||
|
\usepackage{lipsum} % For placeholder text
|
||||||
|
|
||||||
|
|
||||||
|
\usepackage{hyperref}
|
||||||
|
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{amsmath,amssymb}
|
|
||||||
\usepackage[english]{babel}
|
% --- HYPERREF SETUP ---
|
||||||
\usepackage{babel}
|
|
||||||
\usepackage{subcaption}
|
|
||||||
\date{}
|
\date{}
|
||||||
\title{}
|
\title{}
|
||||||
|
\usepackage{hyperref}
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
pdfauthor={Vishakh Pradeep Kumar},
|
pdfauthor={Vishakh Pradeep Kumar},
|
||||||
pdftitle={},
|
pdftitle={Cavitation and Corrosion Resistance of Cobalt-Based (Stellite 1) Alloys Manufactured via HIPing and Casting},
|
||||||
pdfkeywords={},
|
pdfkeywords={Stellite 1, Hot Isostatic Pressing, HIP, Cobalt Superalloy, Corrosion, Cavitation Resistance},
|
||||||
pdfsubject={},
|
pdfsubject={MSc Dissertation},
|
||||||
pdfcreator={Emacs 30.1 (Org mode 9.7.29)},
|
pdfcreator={Texstudio and Emacs 30.1 (Org mode 9.7.29)},
|
||||||
pdflang={English}}
|
pdflang={English},
|
||||||
\usepackage{biblatex}
|
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}
|
\begin{document}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user