Elsarticle - CAS: Difference between revisions

From STMDocs
Jump to navigation Jump to search
(Created page with "==Elsarticle - CAS== ==Class files== There are two class files # <syntaxhighlight lang="latex" inline>cas-sc.cls</syntaxhighlight> for single column journals. # <syntaxhighl...")
 
No edit summary
Line 2: Line 2:


==Class files==
==Class files==
==Usage==
There are two class files  
There are two class files  
# <syntaxhighlight lang="latex" inline>cas-sc.cls</syntaxhighlight> for single column journals.
# <code>cas-sc.cls</code> for single column journals.
# <syntaxhighlight lang="latex" inline>cas-dc.cls</syntaxhighlight> for double column journals.
#:<syntaxhighlight lang="latex">\documentclass[<options>]{cas-sc}</syntaxhighlight>
# <code>cas-dc.cls</code> for double column journals.
#:<syntaxhighlight lang="latex">\documentclass[<options>]{cas-dc}</syntaxhighlight>
and have in option <code>longmktitle</code> to handle long front matter.

Revision as of 16:52, 24 September 2018

Elsarticle - CAS

Class files

Usage

There are two class files

  1. cas-sc.cls for single column journals.
    \documentclass[<options>]{cas-sc}
    
  2. cas-dc.cls for double column journals.
    \documentclass[<options>]{cas-dc}
    

and have in option longmktitle to handle long front matter.