summaryrefslogtreecommitdiff
path: root/2-point.tex
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2023-07-17 17:11:56 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2023-07-17 17:11:56 +0200
commit7fee7da35c55909ba8fa8b9308ba19adfa2912b1 (patch)
tree1cb27176ea984e242bf9d9fb76b0e3906e84255f /2-point.tex
parent8522f4e4b02d18c55380006852031d87da68684c (diff)
downloadSciPostPhys_16_001-7fee7da35c55909ba8fa8b9308ba19adfa2912b1.tar.gz
SciPostPhys_16_001-7fee7da35c55909ba8fa8b9308ba19adfa2912b1.tar.bz2
SciPostPhys_16_001-7fee7da35c55909ba8fa8b9308ba19adfa2912b1.zip
Began fitting to SciPost style.
Diffstat (limited to '2-point.tex')
-rw-r--r--2-point.tex32
1 files changed, 13 insertions, 19 deletions
diff --git a/2-point.tex b/2-point.tex
index 7a89651..e0529d1 100644
--- a/2-point.tex
+++ b/2-point.tex
@@ -1,28 +1,23 @@
-\documentclass[fleqn,a4paper]{article}
+\documentclass[submission, Phys]{SciPost}
\usepackage[utf8]{inputenc} % why not type "Bézout" with unicode?
\usepackage[T1]{fontenc} % vector fonts plz
\usepackage{fullpage,amsmath,amssymb,latexsym,graphicx}
\usepackage{newtxtext,newtxmath} % Times for PR
-\usepackage{appendix}
-\usepackage[dvipsnames]{xcolor}
-\usepackage[
- colorlinks=true,
- urlcolor=MidnightBlue,
- citecolor=MidnightBlue,
- filecolor=MidnightBlue,
- linkcolor=MidnightBlue
-]{hyperref} % ref and cite links with pretty colors
-\usepackage[
- style=phys,
- eprint=true,
- maxnames = 100
-]{biblatex}
-\usepackage{anyfontsize,authblk}
+
+%\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\usetikzlibrary{calc,fadings,decorations.pathreplacing,calligraphy}
+\hypersetup{
+ colorlinks=true,
+ urlcolor={blue!50!black},
+ citecolor={blue!50!black},
+ filecolor={blue!50!black},
+ linkcolor={blue!50!black}
+}
+
\newcommand\pgfmathsinandcos[3]{%
\pgfmathsetmacro#1{sin(#3)}%
\pgfmathsetmacro#2{cos(#3)}%
@@ -77,8 +72,6 @@
outer sep=2pt%
}
-\addbibresource{2-point.bib}
-
\begin{document}
\title{
@@ -1786,6 +1779,7 @@ Cammarota, and Jorge Kurchan for useful discussions related to this work.
JK-D is supported by a \textsc{DynSysMath} Specific Initiative by the
INFN.
-\printbibliography
+\bibliographystyle{SciPost_bibstyle}
+\bibliography{2-point}
\end{document}