From 13b6fa5af78843b6d33f0144a8cd7dfab95772ca Mon Sep 17 00:00:00 2001 From: ctroupin <charles.troupin@gmail.com> Date: Mon, 24 Dec 2018 15:51:33 +0100 Subject: [PATCH] starting no. 3 --- latex/Reply_Referee3.tex | 66 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 latex/Reply_Referee3.tex diff --git a/latex/Reply_Referee3.tex b/latex/Reply_Referee3.tex new file mode 100644 index 0000000..38ed7c6 --- /dev/null +++ b/latex/Reply_Referee3.tex @@ -0,0 +1,66 @@ +\documentclass[12pt,a4paper,final,oneside,svgnames]{article} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\usepackage{lmodern} +\usepackage{xcolor} +\usepackage{natbib} +\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref} +\usepackage{doi} +\renewcommand{\familydefault}{\sfdefault} + +\setlength{\parindent}{0cm} +\usepackage[margin=1in]{geometry} +\usepackage[most]{tcolorbox} + +\newtcolorbox{SimpleBox}[2][]{% + breakable, + enhanced, + colback=red!0!white, + colframe=LightGray, + title=#2 +} + +\hypersetup{ + bookmarks=true, % show bookmarks bar? + unicode=false, % non-Latin characters in Acrobat's bookmarks + pdftoolbar=true, % show Acrobat's toolbar? + pdfmenubar=true, % show Acrobat's menu? + pdffitwindow=false, % window fit to page when opened + pdfstartview={FitH}, % fits the width of the page to the window + pdftitle={Reply to Reviewer 1}, % title + pdfauthor={Charles Troupin}, % author + pdfsubject={The AlborEX dataset}, % subject of the document + pdfkeywords={keyword1, key2, key3}, % list of keywords + colorlinks=true, % false: boxed links; true: colored links + linkcolor=SlateGrey, % color of internal links (change box color with linkbordercolor) + citecolor=SlateGrey, % color of links to bibliography + filecolor=SlateGrey, % color of file links + urlcolor=SlateGrey % color of external links +} + +\newenvironment{reply}{\color{DarkGreen}}{\ignorespacesafterend} +%\newenvironment{newtext}{\color{ForestGreen}\rule{1cm}{2pt}\it}{\ignorespacesafterend} +\renewcommand{\refname}{Additional references} + +\newtcolorbox{newtext}{ + colframe=SlateGray, + colback =white, + top=0mm, bottom=0mm, left=0mm, right=0mm, + arc=0mm, + fontupper=\color{DarkGreen}, + fonttitle=\color{white}, + title=Added text: + } + +\parskip .2cm + +\title{Interactive comment on "The AlborEX dataset: sampling of submesoscale features in the Alboran Sea"} +\author{Anonymous Referee \#3} +\date{} +\begin{document} + +\maketitle + +\noindent + +\end{document} \ No newline at end of file -- GitLab