Ans. F6: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| [[FAQ_-_elsarticle.cls|<Back]] | [[FAQ_-_elsarticle.cls|<Back]] | ||
| The possible reasons for this  | The possible reasons for this problem are: | ||
| *  | *you have used both  | ||
| <geshi lang="latex"> | <geshi lang="latex"> | ||
|    \begin{frontmatter} |    \begin{frontmatter} | ||
| Line 8: | Line 8: | ||
|    \end{frontmatter} |    \end{frontmatter} | ||
| </geshi> | </geshi> | ||
| and <code>\maketitle</code> command | and <code>\maketitle</code> command (either <code>\maketitle</code> or <code>{frontmatter}</code> only is required); | ||
| *  | *<code>\maketitle</code> has been used twice. | ||
Latest revision as of 14:24, 18 June 2009
The possible reasons for this problem are:
- you have used both
<geshi lang="latex">
 \begin{frontmatter}
 \end{frontmatter}
</geshi>
and \maketitle command (either \maketitle or {frontmatter} only is required);
- \maketitlehas been used twice.