I have started to use MacTex with TexShop on MacOS few days ago. I have a problem with the
\newpage
command. If this I use this one in the same time that the \usepackage[T1]{fontenc}
, I have strange caractère appearing : "ï£ij". I looked for solution on different forum, I do not read anything about it. A do a small script just to test this :
Code: Select all
Code, edit and compile here:
\documentclass[a4paper, 12pt]{article}\usepackage[french]{babel}\usepackage{engrec}\usepackage{graphicx}\usepackage[T1]{fontenc}\begin{document}\title{test}\author{Klone}\date{\today}\maketitle\section{first section}\subsubsection{dark vador is a geek}\newpage\subsection{Use the force :)}\end{document}