mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 01:01:57 +00:00
Compatibility fix for acmsiggraph.cls v0.93
Reported by Jean-Pierre Chrétien, fix suggested by Günter Milde. Also add a note about obsolescence of the class, by Jean-Pierre.
This commit is contained in:
parent
998c3e7c8e
commit
53933a4927
@ -8,6 +8,11 @@
|
|||||||
# BibTeX style and template, and the documentation is available at
|
# BibTeX style and template, and the documentation is available at
|
||||||
# http://www.siggraph.org/learn/instructions-authors
|
# http://www.siggraph.org/learn/instructions-authors
|
||||||
#
|
#
|
||||||
|
# NOTE: As from Spring 2017, the class will not be usable to submit
|
||||||
|
# a publication to ACM, it is OBSOLETE.
|
||||||
|
# Please use instead the new acmart.cls class file, distributed with
|
||||||
|
# TeXLive >= 2016
|
||||||
|
#
|
||||||
# Versions:
|
# Versions:
|
||||||
# siggraph 0.9: initial layout
|
# siggraph 0.9: initial layout
|
||||||
# siggraph 0.92: Removed styles "TOG project URL", "TOG video URL",
|
# siggraph 0.92: Removed styles "TOG project URL", "TOG video URL",
|
||||||
@ -110,6 +115,10 @@ Style "Copyright_year"
|
|||||||
CopyStyle "TOG online ID"
|
CopyStyle "TOG online ID"
|
||||||
LatexName copyrightyear
|
LatexName copyrightyear
|
||||||
LabelString "Year of copyright:"
|
LabelString "Year of copyright:"
|
||||||
|
Preamble
|
||||||
|
% Compatibility fix for acmsiggraph >= 0.93.
|
||||||
|
\@ifundefined{copyrightyear}{\let\copyrightyear\CopyrightYear}{}
|
||||||
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -132,6 +132,8 @@ What's new
|
|||||||
- Output Preamble code of InPreamble styles before the styles themselves
|
- Output Preamble code of InPreamble styles before the styles themselves
|
||||||
(bug 10215).
|
(bug 10215).
|
||||||
|
|
||||||
|
- Fix CopyRightYear with ACMSiggraph 0.9.3.
|
||||||
|
|
||||||
|
|
||||||
* LYX2LYX
|
* LYX2LYX
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user