mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
achemso.lyx: make the file compilable again: the achemso LaTeX-package has changed the command \altaffiliation and added the command \alsoaffiliation in version v3.2. Therefore achemso.lyx was no longer compilable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29714 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4dcb92e094
commit
56a983f5d9
@ -53,6 +53,8 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\UserGuide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\ja"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\ja\LaTeXConfig.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\examples"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\achemso.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\images"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\images\bookmark-goto_0.png"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_m-align-center.png"
|
||||
|
@ -1,30 +1,36 @@
|
||||
#LyX 1.6.1svn created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.6.3svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 345
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass achemso
|
||||
\begin_preamble
|
||||
%% Each author should be given as a separate \author command.
|
||||
%%
|
||||
%% Corresponding authors should have an e-mail given after the author
|
||||
%% name as an \email command.
|
||||
%%
|
||||
%% The affiliation of authors is given after the authors; each
|
||||
%% \affiliation command applies to all preceding authors not already
|
||||
%% assigned an affiliation.
|
||||
%%
|
||||
%% The affiliation takes an option argument for the short name. This
|
||||
%% will typically be something like "University of Somewhere".
|
||||
%%
|
||||
%% The \altaffiliation macro should be used for new address, etc.
|
||||
\author{Andrew N. Other}
|
||||
\author{Fred T. Secondauthor}
|
||||
\altaffiliation{Current address: Some other place, Othertown,
|
||||
Germany}
|
||||
\author{I. Ken Groupleader}
|
||||
\email{i.k.groupleader@unknown.uu}
|
||||
\affiliation[Unknown University]
|
||||
{Department of Chemistry, Unknown University, Unknown Town}
|
||||
% Each author should be given as a separate \author command.
|
||||
%
|
||||
% Corresponding authors should have an e-mail given after the author
|
||||
% name as an \email command.
|
||||
%
|
||||
% The affiliation of authors is given after the authors; each
|
||||
% \affiliation command applies to all preceding authors not already
|
||||
% assigned an affiliation.
|
||||
%
|
||||
% The affiliation takes an option argument for the short name. This
|
||||
% will typically be something like "University of Somewhere".
|
||||
%
|
||||
% Notice that \alsoaffiliation is used when one (or more) authors work
|
||||
% at multiple institutions, while \altaffiliation is intended for previous
|
||||
% addresses (or other notes). Only \affiliation applies to multiple
|
||||
% authors: both \alsoaffiliation and \altaffiliation are set on a per
|
||||
% author basis.
|
||||
|
||||
\author{Author Person}
|
||||
\author{Second Bloke}
|
||||
\email{second.bloke@some.place}
|
||||
\affiliation[University of Sometown]{University of Somewhere, Sometown, USA}
|
||||
\altaffiliation{Previous address: Minute University, Nowhereville, USA}
|
||||
\author{Indus Trialguy}
|
||||
\email{i.trialguy@sponsor.co}
|
||||
\affiliation[SponsoCo]{Research Department, SponsorCo, BigCity, USA}
|
||||
\alsoaffiliation{University of Somewhere, Sometown, USA}
|
||||
|
||||
% A short title can be given as a *suggestion* for running headers.
|
||||
\title[\texttt{achemso} demonstration]
|
||||
|
@ -48,6 +48,9 @@ What's new
|
||||
- Added documentation about the reverse DVI search feature in LyX
|
||||
to the Additional Features manual.
|
||||
|
||||
- Updated the achemso.lyx example file for version 3.2 of the achemso
|
||||
LaTeX-package.
|
||||
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user