Initialize a repository for writeup
This commit is contained in:
38
templates/CambridgeU-template/auto/cuposter.el
Normal file
38
templates/CambridgeU-template/auto/cuposter.el
Normal file
@@ -0,0 +1,38 @@
|
||||
(TeX-add-style-hook "cuposter"
|
||||
(lambda ()
|
||||
(LaTeX-add-environments
|
||||
"posterindent")
|
||||
(TeX-add-symbols
|
||||
'("epsfigure" ["argument"] 2)
|
||||
'("address" 1)
|
||||
'("homepage" 1)
|
||||
'("email" 1)
|
||||
'("enquiries" 1)
|
||||
'("subtitle" 1)
|
||||
"poster"
|
||||
"dson"
|
||||
"dsoff"
|
||||
"ItemizeColour"
|
||||
"SectionColour"
|
||||
"TitleColour"
|
||||
"SubtitleColour"
|
||||
"AuthorColour"
|
||||
"AddressColour"
|
||||
"AbstractColour"
|
||||
"CaptionColour"
|
||||
"em"
|
||||
"makeposter"
|
||||
"ps"
|
||||
"maketitle")
|
||||
(TeX-run-style-hooks
|
||||
"sectsty"
|
||||
"url"
|
||||
"multicol"
|
||||
"graphicx"
|
||||
"epsfig"
|
||||
"pstcol"
|
||||
"art10"
|
||||
"article"
|
||||
"fltfonts"
|
||||
"foil30")))
|
||||
|
||||
21
templates/CambridgeU-template/auto/poster.el
Normal file
21
templates/CambridgeU-template/auto/poster.el
Normal file
@@ -0,0 +1,21 @@
|
||||
(TeX-add-style-hook "poster"
|
||||
(lambda ()
|
||||
(TeX-add-symbols
|
||||
"don"
|
||||
"doff"
|
||||
"dsoma"
|
||||
"um"
|
||||
"dmin"
|
||||
"tabcolsep")
|
||||
(TeX-run-style-hooks
|
||||
"wrapfig"
|
||||
"psfrag"
|
||||
"pifont"
|
||||
"amsmath"
|
||||
"xspace"
|
||||
"mathptmx"
|
||||
"latex2e"
|
||||
"cuposter10"
|
||||
"cuposter"
|
||||
"noback")))
|
||||
|
||||
Reference in New Issue
Block a user