mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +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
|
\lyxformat 413
|
||||||
\begin_document
|
\begin_document
|
||||||
\begin_header
|
\begin_header
|
||||||
\textclass acmsiggraph
|
\textclass acmsiggraph
|
||||||
\begin_preamble
|
\begin_preamble
|
||||||
% for the following cases use the listed document class option:
|
% for the following cases use the listed document class option:
|
||||||
% no option for final
|
% [annual] - Technical paper accepted for presentation at the ACM SIGGRAPH
|
||||||
% "annualconference" for final (annual conference)
|
% or SIGGRAPH Asia annual conference.
|
||||||
% "review" for review
|
% [sponsored] - Short or full-length technical paper accepted for
|
||||||
% "widereview" for wide-spaced review
|
% presentation at an event sponsored by ACM SIGGRAPH
|
||||||
% "preprint" for preprint
|
% (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
|
% When you submit your paper for review, please use the \TOGonlineID''
|
||||||
% for the standard caption environment. With 'labelfont=bf,'textfont=it',
|
% command to include the online ID value assigned to your paper by the
|
||||||
% caption labels are bold and caption text is italic.
|
% submission management system. Replace '45678' with the value you were
|
||||||
%\usepackage[labelfont=bf,textfont=it]{caption}
|
% assigned.
|
||||||
|
\TOGonlineid{45678}
|
||||||
|
|
||||||
% If you are submitting a paper to the annual conference, please replace
|
% If you are preparing a preprint of your accepted paper, and your paper
|
||||||
% the value ``0'' below with the numeric value of your OnlineID.
|
% will be published in an issue of the ACM "Transactions on Graphics''
|
||||||
% If you are not submitting this paper to the annual conference,
|
% journal, replace the "0'' values in the commands below with the correct
|
||||||
% you may safely leave it at ``0'' -- it will not be included in the output.
|
% volume and number values for that issue - you'll get them before your
|
||||||
\onlineid{0}
|
% 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.
|
% Paper title.
|
||||||
\title{Global Illumination for Fun and Profit}
|
\title{Global Illumination for Fun and Profit}
|
||||||
@ -29,25 +56,39 @@
|
|||||||
%\author{Name \thanks{e-mail: name@unknown.uu}\\ Research Institute}
|
%\author{Name \thanks{e-mail: name@unknown.uu}\\ Research Institute}
|
||||||
|
|
||||||
% Author and Affiliation (multiple authors).
|
% Author and Affiliation (multiple authors).
|
||||||
\author{Andrew N. Other\thanks{e-mail:i.k.groupleader@unknown.uu}\\ Computer Research Institute
|
\author{Roy G. Biv\thanks{e-mail: roy.g.biv@aol.com}\\ Starbucks Research %
|
||||||
\and Fred T. Secondauthor\thanks{i.k.groupleader@unknown.uu}\\ Another Institute}
|
\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 that describe your work.
|
||||||
\keywords{radiosity, global illumination, constant time}
|
\keywords{radiosity, global illumination, constant time}
|
||||||
\end_preamble
|
\end_preamble
|
||||||
|
\options annual
|
||||||
\use_default_options false
|
\use_default_options false
|
||||||
|
\maintain_unincluded_children false
|
||||||
\language english
|
\language english
|
||||||
\language_package default
|
\language_package default
|
||||||
\inputencoding auto
|
\inputencoding auto
|
||||||
|
\fontencoding global
|
||||||
\font_roman default
|
\font_roman default
|
||||||
\font_sans helvet
|
\font_sans default
|
||||||
\font_typewriter default
|
\font_typewriter default
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
|
\use_non_tex_fonts false
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 92
|
\font_sf_scale 92
|
||||||
\font_tt_scale 100
|
\font_tt_scale 100
|
||||||
|
|
||||||
\graphics default
|
\graphics default
|
||||||
|
\default_output_format default
|
||||||
|
\output_sync 0
|
||||||
|
\bibtex_command default
|
||||||
|
\index_command default
|
||||||
\paperfontsize default
|
\paperfontsize default
|
||||||
\spacing single
|
\spacing single
|
||||||
\use_hyperref false
|
\use_hyperref false
|
||||||
@ -59,20 +100,27 @@
|
|||||||
\use_mathdots 1
|
\use_mathdots 1
|
||||||
\cite_engine basic
|
\cite_engine basic
|
||||||
\use_bibtopic false
|
\use_bibtopic false
|
||||||
|
\use_indices false
|
||||||
\paperorientation portrait
|
\paperorientation portrait
|
||||||
|
\suppress_date false
|
||||||
|
\use_refstyle 0
|
||||||
|
\index Index
|
||||||
|
\shortcut idx
|
||||||
|
\color #008000
|
||||||
|
\end_index
|
||||||
\secnumdepth 3
|
\secnumdepth 3
|
||||||
\tocdepth 3
|
\tocdepth 3
|
||||||
\paragraph_separation indent
|
\paragraph_separation indent
|
||||||
\defskip medskip
|
\paragraph_indentation default
|
||||||
\quotes_language english
|
\quotes_language english
|
||||||
\papercolumns 1
|
\papercolumns 1
|
||||||
\papersides 1
|
\papersides 1
|
||||||
\paperpagestyle default
|
\paperpagestyle default
|
||||||
\tracking_changes false
|
\tracking_changes false
|
||||||
\output_changes false
|
\output_changes false
|
||||||
\author 1 ""
|
\html_math_output 0
|
||||||
\author 2 ""
|
\html_css_as_file 0
|
||||||
\use_refstyle 0
|
\html_be_strict false
|
||||||
\end_header
|
\end_header
|
||||||
|
|
||||||
\begin_body
|
\begin_body
|
||||||
@ -82,9 +130,12 @@
|
|||||||
status open
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\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
|
\begin_inset Flex URL
|
||||||
status collapsed
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
30
status.20x
30
status.20x
@ -25,8 +25,9 @@ What's new
|
|||||||
* DOCUMENT INPUT/OUTPUT
|
* DOCUMENT INPUT/OUTPUT
|
||||||
|
|
||||||
- Allow for a maximum of 3 minutes for the completion of a spawned command
|
- 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
|
except on Windows, where 30 minutes are allowed. This is because the
|
||||||
installer may trigger MiKTeX updates that suffer from network latencies.
|
Windows installer may trigger MiKTeX updates that suffer from network
|
||||||
|
latencies.
|
||||||
|
|
||||||
- Improved XHTML output of various fractions.
|
- 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
|
dot '.' or by the prefix "./". Also, any non-absolute path will be
|
||||||
prepended with the LyX document directory.
|
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
|
* USER INTERFACE
|
||||||
@ -44,14 +46,18 @@ What's new
|
|||||||
Serbian (Latin), Spanish, Swedish and Ukrainian User Interface
|
Serbian (Latin), Spanish, Swedish and Ukrainian User Interface
|
||||||
Localization.
|
Localization.
|
||||||
|
|
||||||
- Now it is not necessary to restart LyX after changing the default document
|
- Now it is not necessary to restart LyX after changing the default
|
||||||
directory and/or the PATH prefix in the preferences for them to take effect.
|
document directory and/or the PATH prefix in the preferences for them
|
||||||
|
to take effect.
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
- Updated French documentation files.
|
- Updated French documentation files.
|
||||||
|
|
||||||
|
- updated template file for the latest version of the ACM siggraph
|
||||||
|
LaTeX-package.
|
||||||
|
|
||||||
|
|
||||||
* BUILD/INSTALLATION
|
* BUILD/INSTALLATION
|
||||||
|
|
||||||
@ -116,8 +122,8 @@ What's new
|
|||||||
|
|
||||||
- Fixed problem with display of Buffer load errors (bug 7622).
|
- Fixed problem with display of Buffer load errors (bug 7622).
|
||||||
|
|
||||||
- Show the correct label after adding a line to an AMS Multline formula (bug
|
- Show the correct label after adding a line to an AMS Multline formula
|
||||||
7511).
|
(bug 7511).
|
||||||
|
|
||||||
- Equation numbering in child documents now works properly (bug 7531).
|
- 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
|
- Restore the functionality of the TeX Information dialog on Cygwin if a
|
||||||
native Windows TeX engine is used.
|
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
|
- Make size of characters in instant preview snippets independent of the
|
||||||
LaTeX font size (bug 2200).
|
LaTeX font size (bug 2200).
|
||||||
@ -153,13 +160,14 @@ What's new
|
|||||||
circumstances, or do strange things with \selectlanguage(bug 6560). This
|
circumstances, or do strange things with \selectlanguage(bug 6560). This
|
||||||
has been mostly fixed. Please see the bug report for remaining issues.
|
has been mostly fixed. Please see the bug report for remaining issues.
|
||||||
|
|
||||||
- Fixed bug in matching at borders within *-environments with ignore-format off.
|
- Fixed bug in matching at borders within *-environments with ignore-format
|
||||||
(related to bug 7596)
|
off. (related to bug 7596)
|
||||||
|
|
||||||
- Bugfix in how the search buffer was exported for the Advanced Find & Replace.
|
- Bugfix in how the search buffer was exported for the Advanced Find & Replace.
|
||||||
For example, before this footnotes were not correctly found.
|
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
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
Loading…
Reference in New Issue
Block a user