In example-programming.tex, \paperdetails command is placed just before \begin{document}.
But the minimal article (Listing 1 in the example) it is placed just after \begin{document}.
It is okay if it is used as-is, but if we add license to the \paperdetails command, the error occurs such as
License set too late, move \paperdetailsup in the document
(\paperdetailsup is not my typo, but as-is, and it makes me confused).
Are there any reason the \paperdetails command is placed there in _the minimal article, the different place from the source of the example?
In example-programming.tex,
\paperdetailscommand is placed just before\begin{document}.But the minimal article (Listing 1 in the example) it is placed just after
\begin{document}.It is okay if it is used as-is, but if we add license to the
\paperdetailscommand, the error occurs such as(\paperdetailsup is not my typo, but as-is, and it makes me confused).
Are there any reason the
\paperdetailscommand is placed there in _the minimal article, the different place from the source of the example?