mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
- ACM-siggraph.lyx: update to latest version of the siggraph LaTeX-package (our template was uncompilable with this)
- status.20x: reformat to no protrude over the 74 character line length limit (this was for 1.6.x required by Jürgen, don't know the current limit) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39063 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
18757fe5cf
commit
89cc3b4e05
@ -1,26 +1,53 @@
|
||||
#LyX 2.0.1svn created this file. For more info see http://www.lyx.org/
|
||||
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 413
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass acmsiggraph
|
||||
\begin_preamble
|
||||
% for the following cases use the listed document class option:
|
||||
% no option for final
|
||||
% "annualconference" for final (annual conference)
|
||||
% "review" for review
|
||||
% "widereview" for wide-spaced review
|
||||
% "preprint" for preprint
|
||||
% [annual] - Technical paper accepted for presentation at the ACM SIGGRAPH
|
||||
% or SIGGRAPH Asia annual conference.
|
||||
% [sponsored] - Short or full-length technical paper accepted for
|
||||
% presentation at an event sponsored by ACM SIGGRAPH
|
||||
% (but not the annual conference Technical Papers program).
|
||||
% [abstract] - A one-page abstract of your accepted content
|
||||
% (Technical Sketches, Posters, Emerging Technologies, etc.).
|
||||
% Content greater than one page in length should use the "[sponsored]"
|
||||
% parameter.
|
||||
% [preprint] - A preprint version of your final content.
|
||||
% [review] - A technical paper submitted for review. Includes line
|
||||
% numbers and anonymization of author and affiliation information.
|
||||
|
||||
% Optional: the 'caption' package provides a nicer-looking replacement
|
||||
% for the standard caption environment. With 'labelfont=bf,'textfont=it',
|
||||
% caption labels are bold and caption text is italic.
|
||||
%\usepackage[labelfont=bf,textfont=it]{caption}
|
||||
% When you submit your paper for review, please use the \TOGonlineID''
|
||||
% command to include the online ID value assigned to your paper by the
|
||||
% submission management system. Replace '45678' with the value you were
|
||||
% assigned.
|
||||
\TOGonlineid{45678}
|
||||
|
||||
% If you are submitting a paper to the annual conference, please replace
|
||||
% the value ``0'' below with the numeric value of your OnlineID.
|
||||
% If you are not submitting this paper to the annual conference,
|
||||
% you may safely leave it at ``0'' -- it will not be included in the output.
|
||||
\onlineid{0}
|
||||
% If you are preparing a preprint of your accepted paper, and your paper
|
||||
% will be published in an issue of the ACM "Transactions on Graphics''
|
||||
% journal, replace the "0'' values in the commands below with the correct
|
||||
% volume and number values for that issue - you'll get them before your
|
||||
% final paper is due.
|
||||
\TOGvolume{0}
|
||||
\TOGnumber{0}
|
||||
|
||||
% The TOGarticleDOI' command accepts the DOI information provided to you
|
||||
% during production, and which makes up the URLs which identifies the ACM
|
||||
% article page and direct PDF link in the ACM Digital Library.
|
||||
% Replace "1111111.2222222'' with the values you are given.
|
||||
\TOGarticleDOI{1111111.2222222}
|
||||
|
||||
% If you would like to include links to personal repositories for auxiliary
|
||||
% material related your research contribution, you may use one or more of
|
||||
% these commands to define an appropriate URL. The "\TOGlinkslist'' command
|
||||
% found just before the first section of your document will add hyperlinked
|
||||
% icons to your document, in addition to hyperlinked icons which point to
|
||||
% the ACM Digital Library article page and the ACM Digital Library-held PDF.
|
||||
\TOGprojectURL{}
|
||||
\TOGvideoURL{}
|
||||
\TOGdataURL{}
|
||||
\TOGcodeURL{}
|
||||
|
||||
% Paper title.
|
||||
\title{Global Illumination for Fun and Profit}
|
||||
@ -29,25 +56,39 @@
|
||||
%\author{Name \thanks{e-mail: name@unknown.uu}\\ Research Institute}
|
||||
|
||||
% Author and Affiliation (multiple authors).
|
||||
\author{Andrew N. Other\thanks{e-mail:i.k.groupleader@unknown.uu}\\ Computer Research Institute
|
||||
\and Fred T. Secondauthor\thanks{i.k.groupleader@unknown.uu}\\ Another Institute}
|
||||
\author{Roy G. Biv\thanks{e-mail: roy.g.biv@aol.com}\\ Starbucks Research %
|
||||
\and Ed Grimley\thanks{e-mail:ed.grimley@aol.com}\\Nigel Mansell\thanks{nigelf1@msn.com}\\ Grimley Widgets, Inc. %
|
||||
\and Martha Stewart\thanks{e-mail:martha.stewart@marthastewart.com}\\ Martha Stewart Enterprises \\ Microsoft Research}
|
||||
|
||||
% The ``pdfauthor'' command accepts the authors of the work,
|
||||
% comma-delimited, and adds this information to the PDF metadata.
|
||||
\pdfauthor{Roy G. Biv, Ed Grimley, Nigel Mansell, Martha Stewart}
|
||||
|
||||
% Keywords that describe your work.
|
||||
\keywords{radiosity, global illumination, constant time}
|
||||
\end_preamble
|
||||
\options annual
|
||||
\use_default_options false
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\language_package default
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman default
|
||||
\font_sans helvet
|
||||
\font_sans default
|
||||
\font_typewriter default
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts false
|
||||
\font_sc false
|
||||
\font_osf false
|
||||
\font_sf_scale 92
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
\paperfontsize default
|
||||
\spacing single
|
||||
\use_hyperref false
|
||||
@ -59,20 +100,27 @@
|
||||
\use_mathdots 1
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date false
|
||||
\use_refstyle 0
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation indent
|
||||
\defskip medskip
|
||||
\paragraph_indentation default
|
||||
\quotes_language english
|
||||
\papercolumns 1
|
||||
\papersides 1
|
||||
\paperpagestyle default
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author 1 ""
|
||||
\author 2 ""
|
||||
\use_refstyle 0
|
||||
\html_math_output 0
|
||||
\html_css_as_file 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
@ -82,9 +130,12 @@
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
The installation of the ACM-siggraph document class is explained in
|
||||
This is a template LyX file for articles to be submitted to the Special
|
||||
Interest Group on Computer Graphics and Interactive Techniques (SIGGRAPH).
|
||||
How to install the SIGGRAPH LaTeX class to your LaTeX system is explained
|
||||
in
|
||||
\begin_inset Flex URL
|
||||
status collapsed
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
30
status.20x
30
status.20x
@ -25,8 +25,9 @@ What's new
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Allow for a maximum of 3 minutes for the completion of a spawned command
|
||||
except on Windows, where 30 minutes are allowed. This is because the Windows
|
||||
installer may trigger MiKTeX updates that suffer from network latencies.
|
||||
except on Windows, where 30 minutes are allowed. This is because the
|
||||
Windows installer may trigger MiKTeX updates that suffer from network
|
||||
latencies.
|
||||
|
||||
- Improved XHTML output of various fractions.
|
||||
|
||||
@ -35,7 +36,8 @@ What's new
|
||||
dot '.' or by the prefix "./". Also, any non-absolute path will be
|
||||
prepended with the LyX document directory.
|
||||
|
||||
- Updated templates to current LyX format, so no conversion will be needed.
|
||||
- Updated templates to current LyX format, so no conversion will be
|
||||
needed.
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
@ -44,14 +46,18 @@ What's new
|
||||
Serbian (Latin), Spanish, Swedish and Ukrainian User Interface
|
||||
Localization.
|
||||
|
||||
- Now it is not necessary to restart LyX after changing the default document
|
||||
directory and/or the PATH prefix in the preferences for them to take effect.
|
||||
- Now it is not necessary to restart LyX after changing the default
|
||||
document directory and/or the PATH prefix in the preferences for them
|
||||
to take effect.
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
- Updated French documentation files.
|
||||
|
||||
- updated template file for the latest version of the ACM siggraph
|
||||
LaTeX-package.
|
||||
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
@ -116,8 +122,8 @@ What's new
|
||||
|
||||
- Fixed problem with display of Buffer load errors (bug 7622).
|
||||
|
||||
- Show the correct label after adding a line to an AMS Multline formula (bug
|
||||
7511).
|
||||
- Show the correct label after adding a line to an AMS Multline formula
|
||||
(bug 7511).
|
||||
|
||||
- Equation numbering in child documents now works properly (bug 7531).
|
||||
|
||||
@ -126,7 +132,8 @@ What's new
|
||||
- Restore the functionality of the TeX Information dialog on Cygwin if a
|
||||
native Windows TeX engine is used.
|
||||
|
||||
- Correct erroneous report of duplicate labels when dissolving insets (bug 7319).
|
||||
- Correct erroneous report of duplicate labels when dissolving insets
|
||||
(bug 7319).
|
||||
|
||||
- Make size of characters in instant preview snippets independent of the
|
||||
LaTeX font size (bug 2200).
|
||||
@ -153,13 +160,14 @@ What's new
|
||||
circumstances, or do strange things with \selectlanguage(bug 6560). This
|
||||
has been mostly fixed. Please see the bug report for remaining issues.
|
||||
|
||||
- Fixed bug in matching at borders within *-environments with ignore-format off.
|
||||
(related to bug 7596)
|
||||
- Fixed bug in matching at borders within *-environments with ignore-format
|
||||
off. (related to bug 7596)
|
||||
|
||||
- Bugfix in how the search buffer was exported for the Advanced Find & Replace.
|
||||
For example, before this footnotes were not correctly found.
|
||||
|
||||
- Now advanced find and replace doesn't ignore white spaces while matching with ignore format.
|
||||
- Now advanced find and replace doesn't ignore white spaces while matching
|
||||
with ignore format.
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
Loading…
Reference in New Issue
Block a user