Missing number avec texlive 2016 et koma-script
Je viens d'installer TexLive 2016, et l'utilisation de koma-script avec LuaLaTex me pose des problèmes, le code :
<pre><code>\documentclass[10pt,french,a4paper]{scrartcl}
\documentclass[10pt,french,a4paper]{scrartcl}
\usepackage{babel}
\usepackage{fontspec}
\setmainfont{Linux libertine O}[Ligatures=Historic]
\setsansfont{Linux biolinum O}
\begin{document}
\begin{verse}
Heureux qui, comme Ulyſſe, a fait un beau voyage,\\
Ou comme ceſtuy la qui conquit la toiſon,\\
Et puis eſt retourné, plein d'uſage \& raiſon,\\
Vivre entre ſes parents le reſte de ſon aage !
Quand revoiray-ie, helas, de mon petit village\\
Fumer le cheminee, \& en quelle ſaiſon,\\
Revoiray-ie le clos de ma pauvre maiſon,\\
Qui m'eſt une province, \& beaucoup d'avantage ?
\end{verse}
\end{document} </code></pre>
\end{document}
Me rends un fichier log du type :
<pre><code>!
! Missing number, treated as zero.
<to be read again>
p
l.8 \begin{document}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
! Illegal unit of measure (pt inserted).
<to be read again>
p
l.8 \begin{document}
Dimensions can be in units of em, ex, in, pt, pc,
cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
I'll assume that you meant to say pt, for printer's points.
To recover gracefully from this error, it's best to
delete the erroneous units; e.g., type `2' to delete
two letters. (See Chapter 27 of The TeXbook.)
! Missing number, treated as zero.
<to be read again>
\begingroup
l.8 \begin{document}</pre></code>
\begin{document}
Ce code fonctionnait avec Texlive 2015, et l'équivalent de ce code marche avec Texlive 2016 et PDFLatex.
Comment puis-je corriger ça ??