#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[lion-msc]{lion-msc}
# Article textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# Transposed by Pascal André <andre@via.ecp.fr>
# Heavily modifed and enhanced by serveral developers.

Format 35
Input stdclass.inc
Input stdtitle.inc
Input numreport.inc

Sides           2

#Insert TOC, roman numbers and clearplage
TitleLatexName "pagenumbering{roman}\maketitle\tableofcontents\cleardoublepage\pagenumbering{arabic}"

# Default textclass options. The user may need to modify this.
ClassOptions
	Other                 "single"
End

Style Author
    Margin                Dynamic
	LatexType             Command
	LatexName             author
	Category		FrontMatter
	InTitle			1
	ParSkip			0
	BottomSep		0
	TopSep          0
	ParSep          0
	Align			Left
	Font
    	Size    normal
	EndFont
	LabelSep		xx
	LabelType		Static
    LabelString           "Author"
	LabelFont
	  Color			Green
	  Series		Bold
	EndFont

End

Style Abstract
	LatexType             Command
	LatexName             abstract
	InTitle               1
	ItemSep               0.2
	ParSep                0.3
End

Style StudentID
    CopyStyle		Author
	LatexName		studentid
	LabelString		"StudentID:"
End

Style Supervisor
    CopyStyle		Author
	LatexName		supervisor
	LabelString		"Supervisor:"
End

Style Corrector
    CopyStyle		Author
	LatexName		corrector
	LabelString		"2nd corrector:"
End

Style Coverpicture
    CopyStyle		Author
	LatexName		coverpicture
	LabelString		"CoverPicture (optional):"
End

Style OtherFrontmatter
    CopyStyle		Author
	LatexName		""
	LabelString		"Other frontmatter (optional, explicitely use LateX):"
End

Preamble
EndPreamble