ass2: Setup TeX file, makefile, .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -44,3 +44,6 @@
|
|||||||
# Assignment 1
|
# Assignment 1
|
||||||
sc_elements.pdf
|
sc_elements.pdf
|
||||||
superconductivity_assignment1_kvkempen.pdf
|
superconductivity_assignment1_kvkempen.pdf
|
||||||
|
|
||||||
|
# Assignment 2
|
||||||
|
superconductivity_assignment2_kvkempen.pdf
|
||||||
|
|||||||
3
makefile
3
makefile
@ -3,3 +3,6 @@
|
|||||||
ass1:
|
ass1:
|
||||||
./sc_elements.py
|
./sc_elements.py
|
||||||
latexmk -xelatex superconductivity_assignment1_kvkempen
|
latexmk -xelatex superconductivity_assignment1_kvkempen
|
||||||
|
|
||||||
|
ass2:
|
||||||
|
latexmk -xelatex superconductivity_assignment2_kvkempen
|
||||||
|
|||||||
BIN
superconductivity_assignment2_kvkempen.pdf
Normal file
BIN
superconductivity_assignment2_kvkempen.pdf
Normal file
Binary file not shown.
57
superconductivity_assignment2_kvkempen.tex
Executable file
57
superconductivity_assignment2_kvkempen.tex
Executable file
@ -0,0 +1,57 @@
|
|||||||
|
\documentclass[a4paper, 11pt]{article}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
|
\usepackage[
|
||||||
|
a4paper,
|
||||||
|
headheight = 20pt,
|
||||||
|
margin = 1in,
|
||||||
|
tmargin = \dimexpr 1in - 10pt \relax
|
||||||
|
]{geometry}
|
||||||
|
|
||||||
|
\usepackage{fancyhdr} % for headers and footers
|
||||||
|
\usepackage{graphicx} % for including figures
|
||||||
|
\usepackage{booktabs} % for professional tables
|
||||||
|
\setlength{\headheight}{14pt}
|
||||||
|
|
||||||
|
|
||||||
|
\fancypagestyle{plain}{
|
||||||
|
\fancyhf{}
|
||||||
|
\fancyhead[L]{\sffamily Radboud University Nijmegen}
|
||||||
|
\fancyhead[R]{\sffamily Superconductivity (NWI-NM117), Q3+Q4}
|
||||||
|
\fancyfoot[R]{\sffamily\bfseries\thepage}
|
||||||
|
\renewcommand{\headrulewidth}{0.5pt}
|
||||||
|
\renewcommand{\footrulewidth}{0.5pt}
|
||||||
|
}
|
||||||
|
\pagestyle{fancy}
|
||||||
|
|
||||||
|
\usepackage{siunitx}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{float}
|
||||||
|
\usepackage{mathtools}
|
||||||
|
|
||||||
|
\title{Superconductivity - Assignment 2}
|
||||||
|
\author{
|
||||||
|
Kees van Kempen (s4853628)\\
|
||||||
|
\texttt{k.vankempen@student.science.ru.nl}
|
||||||
|
}
|
||||||
|
\AtBeginDocument{\maketitle}
|
||||||
|
|
||||||
|
% Start from 4
|
||||||
|
\setcounter{section}{3}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\section{Temperature dependence in Ginzburg-Landau model}
|
||||||
|
|
||||||
|
\section{Type-I superconducting foil}
|
||||||
|
|
||||||
|
\section{Type II superconductors and the vortex lattice}
|
||||||
|
|
||||||
|
\section{Currents inside type-II superconducting cylinder}
|
||||||
|
|
||||||
|
\bibliographystyle{vancouver}
|
||||||
|
\bibliography{references.bib}
|
||||||
|
|
||||||
|
%\appendix
|
||||||
|
|
||||||
|
\end{document}
|
||||||
Reference in New Issue
Block a user