branch: fix for APA layout

- apa.layout: the commands \volume, \copnum and \notes are only allowed in the preamble; fixes bug #8187

- APA.lyx: the template missed the \note command
This commit is contained in:
Uwe Stöhr 2012-07-03 20:43:49 +02:00
parent c0ebff8617
commit d8e0ea362b
3 changed files with 5 additions and 23 deletions

View File

@ -189,13 +189,6 @@ Style FourAffiliations
End
Style Journal
LatexName journal
LatexType Command
InTitle 1
End
Style Copyright
LatexName ccoppy
LatexType Command
@ -203,22 +196,6 @@ Style Copyright
End
Style CopNum
LatexName copnum
LatexType Command
InTitle 1
End
Style Note
LatexName note
LatexType Command
Font
Size Small
EndFont
End
Style Acknowledgements
LatexName acknowledgements
LatexType Command

View File

@ -22,6 +22,8 @@
%% The usual ...
\acknowledgements{Author notes, acknowledgements, contact information go here \ldots}
\note{This is a note}
\end_preamble
\options jou
\use_default_options false

View File

@ -72,6 +72,9 @@ What's new
- Fix bug that Elsevier docments became uncompilable when using refstlye for
cross-references.
- Fixed the layout file for scientific articles published by the American
Psychological Association (APA) (bug 8187).
* USER INTERFACE