mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
agu/egs patches from martin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5945 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
553a6fb4e9
commit
171d8796c7
@ -1,3 +1,7 @@
|
||||
2003-01-13 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* doc/LaTeXConfig.lyx.in: document AGU and EGS classes
|
||||
|
||||
2003-01-12 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* configure.m4: Replace fig/tgif/agr->xpm converters by
|
||||
|
@ -1,5 +1,5 @@
|
||||
#LyX 1.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 220
|
||||
#LyX 1.3 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 221
|
||||
\textclass article
|
||||
\language english
|
||||
\inputencoding default
|
||||
@ -485,6 +485,41 @@ Publications of the Astronomical Society of the Pacific
|
||||
.
|
||||
\layout Subsection
|
||||
|
||||
AGU Journal of Geophysical Research
|
||||
\layout Description
|
||||
|
||||
Found: @chk_jgrga@
|
||||
\layout Description
|
||||
|
||||
CTAN:
|
||||
\family typewriter
|
||||
macros/latex/contrib/supported/aguplus
|
||||
\layout Description
|
||||
|
||||
Notes: The document class
|
||||
\family sans
|
||||
jgrga
|
||||
\family default
|
||||
can be used to write articles for the Journal of Geophysical Research,
|
||||
published by the American Geophysical Union.
|
||||
\begin_deeper
|
||||
\layout Standard
|
||||
|
||||
The layout consists of two parts: the general part
|
||||
\family typewriter
|
||||
aguplus.inc
|
||||
\family default
|
||||
, and the journal specific part
|
||||
\family typewriter
|
||||
jgrga.layout
|
||||
\family default
|
||||
.
|
||||
It is not very thoroughly tested yet.
|
||||
It would be straightforward to extend this to support other publications
|
||||
of the AGU.
|
||||
\end_deeper
|
||||
\layout Subsection
|
||||
|
||||
broadway
|
||||
\layout Description
|
||||
|
||||
@ -642,6 +677,22 @@ WWW:
|
||||
|
||||
\layout Subsection
|
||||
|
||||
egs (European Geophysical Society journals)
|
||||
\layout Description
|
||||
|
||||
Found: @chk_egs@
|
||||
\layout Description
|
||||
|
||||
CTAN: N/A
|
||||
\layout Description
|
||||
|
||||
Notes: The document class
|
||||
\family sans
|
||||
egs
|
||||
\family default
|
||||
can be used to write articles for the European Geophysical Society.
|
||||
\layout Subsection
|
||||
|
||||
entcs
|
||||
\layout Description
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
#
|
||||
# Necessary LaTeX files to be found on
|
||||
#
|
||||
# http://www.linmpi.mpg.de/english/services/software/latex/localtex/localltx.html
|
||||
# (both AGU++ 1.6b and AGUTeX 5.01 needed)
|
||||
# ftp://ftp.agu.org/journals/latex/journals
|
||||
#
|
||||
# Input general definitions
|
||||
Input stdclass.inc
|
||||
|
@ -1,16 +1,19 @@
|
||||
src/buffer.C
|
||||
src/bufferlist.C
|
||||
src/BufferView.C
|
||||
src/bufferview_funcs.C
|
||||
src/BufferView_pimpl.C
|
||||
src/Chktex.C
|
||||
src/converter.C
|
||||
src/CutAndPaste.C
|
||||
src/LColor.C
|
||||
src/LaTeX.C
|
||||
src/LyXAction.C
|
||||
src/MenuBackend.C
|
||||
src/buffer.C
|
||||
src/bufferlist.C
|
||||
src/bufferview_funcs.C
|
||||
src/converter.C
|
||||
src/debug.C
|
||||
src/exporter.C
|
||||
src/frontends/controllers/biblio.C
|
||||
src/frontends/LyXView.C
|
||||
src/frontends/controllers/ButtonController.h
|
||||
src/frontends/controllers/character.C
|
||||
src/frontends/controllers/ControlAboutlyx.C
|
||||
src/frontends/controllers/ControlBibtex.C
|
||||
src/frontends/controllers/ControlCharacter.C
|
||||
@ -26,13 +29,13 @@ src/frontends/controllers/ControlSearch.C
|
||||
src/frontends/controllers/ControlSpellchecker.C
|
||||
src/frontends/controllers/ControlThesaurus.C
|
||||
src/frontends/controllers/ControlVCLog.C
|
||||
src/frontends/controllers/biblio.C
|
||||
src/frontends/controllers/character.C
|
||||
src/frontends/controllers/frnt_lang.C
|
||||
src/frontends/controllers/helper_funcs.C
|
||||
src/frontends/gnome/GLog.C
|
||||
src/frontends/LyXView.C
|
||||
src/frontends/qt2/Alert_pimpl.C
|
||||
src/frontends/qt2/FileDialog.C
|
||||
src/frontends/qt2/lengthcombo.C
|
||||
src/frontends/qt2/QAbout.C
|
||||
src/frontends/qt2/QBibitem.C
|
||||
src/frontends/qt2/QBibtex.C
|
||||
@ -44,8 +47,8 @@ src/frontends/qt2/QCommandBuffer.C
|
||||
src/frontends/qt2/QDelimiterDialog.C
|
||||
src/frontends/qt2/QDocument.C
|
||||
src/frontends/qt2/QDocumentDialog.C
|
||||
src/frontends/qt2/QError.C
|
||||
src/frontends/qt2/QERT.C
|
||||
src/frontends/qt2/QError.C
|
||||
src/frontends/qt2/QExternal.C
|
||||
src/frontends/qt2/QExternalDialog.C
|
||||
src/frontends/qt2/QFloat.C
|
||||
@ -53,8 +56,8 @@ src/frontends/qt2/QGraphics.C
|
||||
src/frontends/qt2/QGraphicsDialog.C
|
||||
src/frontends/qt2/QInclude.C
|
||||
src/frontends/qt2/QIndex.C
|
||||
src/frontends/qt2/QLog.C
|
||||
src/frontends/qt2/QLPrintDialog.C
|
||||
src/frontends/qt2/QLog.C
|
||||
src/frontends/qt2/QMathDialog.C
|
||||
src/frontends/qt2/QMathMatrixDialog.C
|
||||
src/frontends/qt2/QMinipage.C
|
||||
@ -74,13 +77,13 @@ src/frontends/qt2/QTabularCreate.C
|
||||
src/frontends/qt2/QTexinfo.C
|
||||
src/frontends/qt2/QThesaurus.C
|
||||
src/frontends/qt2/QToc.C
|
||||
src/frontends/qt2/QtView.C
|
||||
src/frontends/qt2/QURL.C
|
||||
src/frontends/qt2/QVCLog.C
|
||||
src/frontends/qt2/QWrap.C
|
||||
src/frontends/qt2/QtView.C
|
||||
src/frontends/qt2/lengthcombo.C
|
||||
src/frontends/xforms/Alert_pimpl.C
|
||||
src/frontends/xforms/ColorHandler.C
|
||||
src/frontends/xforms/combox.C
|
||||
src/frontends/xforms/FileDialog.C
|
||||
src/frontends/xforms/FormAboutlyx.C
|
||||
src/frontends/xforms/FormBase.C
|
||||
@ -89,8 +92,8 @@ src/frontends/xforms/FormBibtex.C
|
||||
src/frontends/xforms/FormCharacter.C
|
||||
src/frontends/xforms/FormCitation.C
|
||||
src/frontends/xforms/FormDocument.C
|
||||
src/frontends/xforms/FormError.C
|
||||
src/frontends/xforms/FormERT.C
|
||||
src/frontends/xforms/FormError.C
|
||||
src/frontends/xforms/FormExternal.C
|
||||
src/frontends/xforms/FormFiledialog.C
|
||||
src/frontends/xforms/FormFloat.C
|
||||
@ -123,14 +126,15 @@ src/frontends/xforms/FormToc.C
|
||||
src/frontends/xforms/FormUrl.C
|
||||
src/frontends/xforms/FormVCLog.C
|
||||
src/frontends/xforms/FormWrap.C
|
||||
src/frontends/xforms/input_validators.C
|
||||
src/frontends/xforms/Menubar_pimpl.C
|
||||
src/frontends/xforms/xforms_helpers.C
|
||||
src/frontends/xforms/XMiniBuffer.C
|
||||
src/frontends/xforms/combox.C
|
||||
src/frontends/xforms/input_validators.C
|
||||
src/frontends/xforms/xforms_helpers.C
|
||||
src/gettext.h
|
||||
src/importer.C
|
||||
src/insets/insetbib.C
|
||||
src/insets/inset.C
|
||||
src/insets/insetbib.C
|
||||
src/insets/insetcaption.C
|
||||
src/insets/inseterror.C
|
||||
src/insets/insetert.C
|
||||
@ -157,15 +161,12 @@ src/insets/inseturl.C
|
||||
src/insets/insetwrap.C
|
||||
src/kbsequence.C
|
||||
src/language.C
|
||||
src/LaTeX.C
|
||||
src/LColor.C
|
||||
src/lengthcommon.C
|
||||
src/LyXAction.C
|
||||
src/lyx_cb.C
|
||||
src/lyx_main.C
|
||||
src/lyxfind.C
|
||||
src/lyxfont.C
|
||||
src/lyxfunc.C
|
||||
src/lyx_main.C
|
||||
src/lyxrc.C
|
||||
src/lyxtextclasslist.C
|
||||
src/lyxvc.C
|
||||
@ -174,10 +175,9 @@ src/mathed/formulamacro.C
|
||||
src/mathed/math_hullinset.C
|
||||
src/mathed/math_parboxinset.C
|
||||
src/mathed/ref_inset.C
|
||||
src/MenuBackend.C
|
||||
src/paragraph.C
|
||||
src/support/filetools.C
|
||||
src/tabular.C
|
||||
src/text.C
|
||||
src/text2.C
|
||||
src/text3.C
|
||||
src/text.C
|
||||
|
Loading…
Reference in New Issue
Block a user