Skip to content

Commit acc6a4a

Browse files
committed
Change to 1-column and add line numbers
1 parent ee33d93 commit acc6a4a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Article.tex

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
\documentclass[times, twoside]{zHenriquesLab-StyleBioRxiv}
1+
\documentclass[times, twoside, onecolumn]{zHenriquesLab-StyleBioRxiv}
22

33
\usepackage{newfloat}
44
\DeclareFloatingEnvironment[name={Supplementary Figure}]{suppfigure}
55
\DeclareFloatingEnvironment[name={Supplementary Table}]{supptable}
66
\usepackage{multirow}
77
\usepackage{makecell}
88
\usepackage{upgreek}
9+
\usepackage{lineno}
910

1011
\newcommand{\ecoli}{\textit{E. coli}}
1112
\newcommand{\dreca}{$\Delta$\textit{recA}} % ΔrecA
@@ -39,6 +40,7 @@
3940

4041
\maketitle
4142

43+
\linenumbers%
4244
\begin{abstract}
4345
Repairing DNA damage is of primary importance for all living organisms. DNA double-strand breaks (DSBs) are one of the most serious types of DNA damage, as they lead to loss of genetic information and death when not repaired. In \ecoli, they are recognised and processed by the RecBCD complex, which initiates repair by homologous recombination. Although the repair dynamics downstream of RecBCD has been well characterised, it is still unclear how long this complex stays attached to DNA and what triggers its dissociation \emph{in vivo}. To answer these questions, we imaged RecB at the single-molecule level, and quantified its dynamic behaviour in bacterial cells exposed to ciprofloxacin, an antibiotic that induces DSBs. Our results show that RecB forms long-lived complexes with DSBs (10 seconds), and that its dissociation from DNA is an intrinsic property of the complex, that does not depend on the amount of DNA damage, nor the following steps in the repair pathway. Moreover, we show that we can use RecB binding to DSBs as a marker to estimate the rate of damage formation. This study provides a detailed quantitative insight into the interaction of RecBCD with DNA double-strand ends in \ecoli\ \emph{in vivo}, and into the bacterial response to DSBs induced by ciprofloxacin.
4446
\end{abstract}
@@ -76,6 +78,8 @@
7678
The authors declare no competing financial interests.
7779
\end{interests}
7880

81+
\nolinenumbers%
82+
7983
\section*{Bibliography}
8084
\bibliography{Bibliography}
8185

@@ -95,6 +99,9 @@ \section*{Bibliography}
9599

96100
\newpage
97101

102+
\resetlinenumber[1]
103+
\linenumbers%
104+
98105
\input{Supplementary}
99106

100107
\end{document}

zHenriquesLab-StyleBioRxiv.cls

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,12 @@
394394
\newtheorem{definition}{Definition}
395395
\newtheorem{corollary}{Corollary}
396396

397-
\twocolumn \sloppy \flushbottom
397+
\if@tmptwocolumn
398+
\twocolumn
399+
\else
400+
\onecolumn
401+
\fi
402+
\sloppy \flushbottom
398403

399404
%% Units
400405
\DeclareSIUnit\molar{\mole\per\cubic\deci\metre}

0 commit comments

Comments
 (0)