Return in a knitr title

Just add \\ at the position of return

\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\begin{document}
\tableofcontents
\section{Essai\\Pour un titre}
<<>>=
degree <- "o"
print(degree)
@
\end{document}

Commentaires

Posts les plus consultés de ce blog

Standard error from Hessian Matrix... what can be done when problem occurs

stepAIC from package MASS with AICc

Install treemix in ubuntu 20.04