]> git.lyx.org Git - lyx.git/log
lyx.git
10 years agoRestore original icons inadvertently replaced in a7182e42.
Enrico Forestieri [Sun, 29 Sep 2013 21:12:42 +0000 (23:12 +0200)]
Restore original icons inadvertently replaced in a7182e42.

10 years agoReplace autogenerated icons for the math toolbar
Enrico Forestieri [Sun, 29 Sep 2013 20:51:27 +0000 (22:51 +0200)]
Replace autogenerated icons for the math toolbar

The autogenerated icons are in most cases ugly, do not conform to the
style of the other icons, and do not respect relative dimensions and
positions. The math icons have a vertical dimension of 19 pixel, defining
a grid that has to be respected for obtaining correct alignment.
The only autogenerated icons that remain are those of the Misc (extra)
toolbar. I plan to also replace them in the near future.

10 years agoMerge: Remove tex2lyx defines to allow for newer automake
Vincent van Ravesteijn [Sun, 29 Sep 2013 14:46:35 +0000 (16:46 +0200)]
Merge: Remove tex2lyx defines to allow for newer automake

Automake version 1.14 warns that subdir-objects needs to be
enabled to avoid future incompatibilities. However, this causes problems
for objects that are compiled twice (for LyX and tex2lyx) with different
defines (e.g., TEX2LYX and NO_LAYOUT_CSS). Therefore, we need to properly
fix the code without using these defines.

See also:
 - commit 16cdf70d (Jul 26, 2013),
 - commit 3698fde0 (Aug 19, 2013), and
 - http://marc.info/?l=lyx-devel&m=137673178123427&w=2.

10 years agoEnable automake subdir-objects
Vincent van Ravesteijn [Thu, 26 Sep 2013 20:58:41 +0000 (22:58 +0200)]
Enable automake subdir-objects

10 years agoRemove the TEX2LYX define when compiling tex2lyx
Vincent van Ravesteijn [Thu, 26 Sep 2013 20:58:22 +0000 (22:58 +0200)]
Remove the TEX2LYX define when compiling tex2lyx

10 years agoEncodings: Use BufferEncodings where needed
Vincent van Ravesteijn [Thu, 26 Sep 2013 20:22:02 +0000 (22:22 +0200)]
Encodings: Use BufferEncodings where needed

10 years agoEncodings: Make members of CharInfo private
Vincent van Ravesteijn [Sun, 29 Sep 2013 13:07:22 +0000 (15:07 +0200)]
Encodings: Make members of CharInfo private

10 years agoEncodings: Split off the functions that need Buffer
Stephan Witt [Fri, 23 Aug 2013 05:46:35 +0000 (07:46 +0200)]
Encodings: Split off the functions that need Buffer

This is needed to be able to use Encodings in tex2lyx without the need to
compile Buffer as well, or to use a TEX2LYX define.

10 years agoEncodings: Add CharInfo to Encoding.h
Vincent van Ravesteijn [Sun, 29 Sep 2013 12:27:48 +0000 (14:27 +0200)]
Encodings: Add CharInfo to Encoding.h

10 years agoRemove dependency on NO_LAYOUT_CSS #define in Layout.cpp
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 10:45:00 +0000 (12:45 +0200)]
Remove dependency on NO_LAYOUT_CSS #define in Layout.cpp

Remove all traces of this #define.

10 years agoMove tex2lyx dummy implementations in their own file.
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 10:20:20 +0000 (12:20 +0200)]
Move tex2lyx dummy implementations in their own file.

Also try to document their use.

10 years agoRemove dependency on TEX2LYX #define in ModuleList.cpp
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 09:44:08 +0000 (11:44 +0200)]
Remove dependency on TEX2LYX #define in ModuleList.cpp

10 years agoRemove dependency on TEX2LYX #define in Lexer.cpp
Jean-Marc Lasgouttes [Wed, 21 Aug 2013 09:31:55 +0000 (11:31 +0200)]
Remove dependency on TEX2LYX #define in Lexer.cpp

10 years agocosmetics: remove unneeded std:: prefix
Stephan Witt [Thu, 26 Sep 2013 20:22:40 +0000 (22:22 +0200)]
cosmetics: remove unneeded std:: prefix

Amended-by: Vincent van Ravesteijn <vfr@lyx.org>
10 years agoHandle is_child runparam in preview (bug #8445)
Juergen Spitzmueller [Sun, 29 Sep 2013 12:14:15 +0000 (14:14 +0200)]
Handle is_child runparam in preview (bug #8445)

10 years agoMove AGU_article.lyx to the attic
Scott Kostyshak [Sat, 28 Sep 2013 03:49:49 +0000 (23:49 -0400)]
Move AGU_article.lyx to the attic

Exporting this outdated document currently hangs on some systems.
Further, there is no natural link between AGU and DocBook
and this could be confusing to a user who is looking for
the AGU template.

10 years agoadd Option-Tab resp. Option-Shift-Tab for buffer-next/previous because Control-Tab...
Stephan Witt [Fri, 27 Sep 2013 17:53:12 +0000 (19:53 +0200)]
add Option-Tab resp. Option-Shift-Tab for buffer-next/previous because Control-Tab doesn't work anymore

10 years agosk.po, make some messages clearer
Kornel Benko [Thu, 26 Sep 2013 11:17:37 +0000 (13:17 +0200)]
sk.po, make some messages clearer

10 years agoCorrected displayed file-name for fuzzy and untranslated messages in diff_po.pl
Kornel Benko [Thu, 26 Sep 2013 09:34:05 +0000 (11:34 +0200)]
Corrected displayed file-name for fuzzy and untranslated messages in diff_po.pl

10 years ago* cs.po
Pavel Sanda [Thu, 26 Sep 2013 05:59:21 +0000 (22:59 -0700)]
* cs.po

10 years agoModified the revision selection while comparing po-files$
Kornel Benko [Wed, 25 Sep 2013 14:43:23 +0000 (16:43 +0200)]
Modified the revision selection while comparing po-files$

If revision-parameter is set to e.g. '-3', now we search for the previous
3-rd change of the relevant po-file instead of the previous 3-rd commit.

We now also pass options through the environment, though it is not needed for git.
This way we overcome the deficiency of "hg" and "svn", which do not allow
to pass self-defined options to underlying diff-command.

10 years agoPolishing diff_po.pl
Kornel Benko [Mon, 23 Sep 2013 10:50:25 +0000 (12:50 +0200)]
Polishing diff_po.pl

New options
  --display-fuzzy=[1|0} # Enable/disable display of fuzzy messages
  --display-untranslated=[1|0} # Enable/disable display of untranslated messages

Convert each given path on command line to absolute path prior to changing
the working directory

10 years agoInsetSpace and InsetVSpace are clickable (part of #8847)
Juergen Spitzmueller [Sun, 22 Sep 2013 10:49:43 +0000 (12:49 +0200)]
InsetSpace and InsetVSpace are clickable (part of #8847)

10 years agode.po: fix accelerator
Juergen Spitzmueller [Sat, 21 Sep 2013 11:28:06 +0000 (13:28 +0200)]
de.po: fix accelerator

10 years agoBetter icon for inset citation.
Enrico Forestieri [Wed, 18 Sep 2013 12:12:09 +0000 (14:12 +0200)]
Better icon for inset citation.

The previous one could be more easily associated to bookmarks rather
than to citations.

10 years agoUpdate it.po
Enrico Forestieri [Tue, 17 Sep 2013 19:02:23 +0000 (21:02 +0200)]
Update it.po

10 years agoFix loop when trying to export a read-only document
Juergen Spitzmueller [Mon, 16 Sep 2013 08:13:16 +0000 (10:13 +0200)]
Fix loop when trying to export a read-only document

10 years agoTufte examples: note how to add 'ols' option
Scott Kostyshak [Mon, 16 Sep 2013 01:42:56 +0000 (21:42 -0400)]
Tufte examples: note how to add 'ols' option

10 years agoremove unused and error-prone function
Juergen Spitzmueller [Sun, 15 Sep 2013 15:19:51 +0000 (17:19 +0200)]
remove unused and error-prone function

10 years agofr/Intro.lyx: Correction by Jean-Pierre
Juergen Spitzmueller [Sun, 15 Sep 2013 15:02:04 +0000 (17:02 +0200)]
fr/Intro.lyx: Correction by Jean-Pierre

10 years agofr.po: Update by Jean Pierre
Juergen Spitzmueller [Sun, 15 Sep 2013 14:49:14 +0000 (16:49 +0200)]
fr.po: Update by Jean Pierre

10 years agoExport as: Further cleanup
Juergen Spitzmueller [Sat, 14 Sep 2013 15:53:57 +0000 (17:53 +0200)]
Export as: Further cleanup

10 years agoFurther localization fixes
Juergen Spitzmueller [Sat, 14 Sep 2013 13:40:57 +0000 (15:40 +0200)]
Further localization fixes

10 years ago* sk.po
Kornel Benko [Sat, 14 Sep 2013 11:52:32 +0000 (13:52 +0200)]
* sk.po

10 years agoFix 'Export As...' in non-English localizations
Juergen Spitzmueller [Sat, 14 Sep 2013 11:11:10 +0000 (13:11 +0200)]
Fix 'Export As...' in non-English localizations

It is always a bad idea to compare a localized string. I think the whole method Formats::getFormatFromPrettyName (which is now unused) should be ditched. This is bound to fail.

10 years agode.po
Juergen Spitzmueller [Sat, 14 Sep 2013 10:42:15 +0000 (12:42 +0200)]
de.po

10 years agoLocalize 'Export As...' dialog
Juergen Spitzmueller [Sat, 14 Sep 2013 10:36:58 +0000 (12:36 +0200)]
Localize 'Export As...' dialog

10 years agode.po
Juergen Spitzmueller [Sat, 14 Sep 2013 09:42:00 +0000 (11:42 +0200)]
de.po

10 years agoFix string (patch by Jean-Pierre Chretien)
Juergen Spitzmueller [Sat, 14 Sep 2013 09:39:33 +0000 (11:39 +0200)]
Fix string (patch by Jean-Pierre Chretien)

10 years agoDo not use 'unsafe' tipa shortcuts
Juergen Spitzmueller [Fri, 13 Sep 2013 13:41:12 +0000 (15:41 +0200)]
Do not use 'unsafe' tipa shortcuts

Turns out they are, well, unsafe (i.e. conflict with existing 'core' macros).

10 years agoPrevent build of <lang>.gmo in case of error.
Kornel Benko [Tue, 10 Sep 2013 06:00:29 +0000 (08:00 +0200)]
Prevent build of <lang>.gmo in case of error.

Given erroneous <lang>.po file, this yields to error on first call
to make. Nonetheless a new <lang>.gmo file is created. The following
calls to make do not get an error.
This patch prevents the <lang>.gmo creation on error.

Problem spotted by Scott.

10 years agoRemove layout and tex2lyx tests from make check
Georg Baum [Mon, 9 Sep 2013 19:00:11 +0000 (21:00 +0200)]
Remove layout and tex2lyx tests from make check

These tests need a built and configured LyX, so they do not work in the
distcheck target. They can now be called with make alltests.

10 years agoFix bug #8830: Compile error with disabled NLS
Vincent van Ravesteijn [Sun, 8 Sep 2013 16:00:36 +0000 (18:00 +0200)]
Fix bug #8830: Compile error with disabled NLS

The Messages::gui_lang_ variable is instantiated in the '#ifdef ENABLE_NLS' block. To prevent compile problems, we should also instantiate it when NLS is disabled.

10 years ago* INSTALL - Solaris build should work now.
Pavel Sanda [Mon, 9 Sep 2013 09:52:01 +0000 (02:52 -0700)]
* INSTALL - Solaris build should work now.

10 years agoDo not keep the ancilliary *.pot files after they have been used
Jean-Marc Lasgouttes [Mon, 9 Sep 2013 09:41:28 +0000 (11:41 +0200)]
Do not keep the ancilliary *.pot files after they have been used

10 years agoFix compilation on Solaris 11.1 (bug #8783)
Jean-Marc Lasgouttes [Fri, 6 Sep 2013 09:12:09 +0000 (11:12 +0200)]
Fix compilation on Solaris 11.1 (bug #8783)

Make sure that the configure script only checks features using the C++ compiler.

Also get rid of our last C files, since they are not compiled nor distributed anyway.

10 years agoChanged texclass to make attic/revtex.lyx compilable
Kornel Benko [Mon, 9 Sep 2013 08:21:20 +0000 (10:21 +0200)]
Changed texclass to make attic/revtex.lyx compilable

10 years ago* Additional: add note for okular.
Pavel Sanda [Sun, 8 Sep 2013 01:39:17 +0000 (18:39 -0700)]
* Additional: add note for okular.

10 years ago* Additional.lyx - next xdvi glitch spotted by Fabio.
Pavel Sanda [Sun, 8 Sep 2013 01:28:52 +0000 (18:28 -0700)]
* Additional.lyx - next xdvi glitch spotted by Fabio.

10 years agoAdd bindings for argument-insert
Juergen Spitzmueller [Sat, 7 Sep 2013 09:11:11 +0000 (11:11 +0200)]
Add bindings for argument-insert

10 years agoTypos
Kornel Benko [Sat, 7 Sep 2013 07:40:43 +0000 (09:40 +0200)]
Typos

10 years agoCmake build tests: Label also layoyt tests
Kornel Benko [Sat, 7 Sep 2013 07:27:40 +0000 (09:27 +0200)]
Cmake build tests: Label also layoyt tests

10 years agoCmake build tests: Threadsafety and test-labeling
Kornel Benko [Sat, 7 Sep 2013 06:58:21 +0000 (08:58 +0200)]
Cmake build tests: Threadsafety and test-labeling

The tests are now more robust if ctest uses '-j' (number of threads) parameter.
a.) keytests are running in sequence and in one thread only, no other thread running
b.) tex2lyx tests are locking in respect to each other
c.) Test gets one or more labels, so that we can select
        ctest -L url
  to run tests labeled url
d.) New macro settestlabel() to add labels to a test

10 years agoxyfigure, xypic: parser warnings and typesetting
Scott Kostyshak [Fri, 23 Aug 2013 22:18:57 +0000 (18:18 -0400)]
xyfigure, xypic: parser warnings and typesetting

This fixes several long "unusual contents found" warnings that
were being written from LyX's math parser and improves the
typesetting.

Thank you to Enrico for the fix. See here for his explanation:

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg180763.html

There are still two such warnings that might indeed be serious,
one each in fr/xypic.lyx and ja/xypic.lyx. I get an assertion
from cursor movement in those insets with instant preview enabled
(on both current trunk and branch).

10 years agoRemove diagnostic code that slipped in
Scott Kostyshak [Sat, 7 Sep 2013 02:16:10 +0000 (22:16 -0400)]
Remove diagnostic code that slipped in

I did not intend to commit this piece of diagnostic code
in a0f6b09a.

10 years agoia.po: updates from Giovanni
Uwe Stöhr [Sat, 7 Sep 2013 00:49:27 +0000 (02:49 +0200)]
ia.po: updates from Giovanni

10 years agoCmake build tests: Make the tests for valid urls available to public
Kornel Benko [Fri, 6 Sep 2013 13:03:47 +0000 (15:03 +0200)]
Cmake build tests: Make the tests for valid urls available to public

These tests already proved being valuable.

10 years agoCmake build: Move default for man-pages to /usr/local/man
Kornel Benko [Fri, 6 Sep 2013 12:56:31 +0000 (14:56 +0200)]
Cmake build: Move default for man-pages to /usr/local/man

and at the same time make it configurable.
Until now it was hard wired to a subdirectory of installed lyx.

10 years agoBig translation update for nb.po
Helge Hafting [Thu, 5 Sep 2013 21:07:27 +0000 (23:07 +0200)]
Big translation update for nb.po

10 years ago* Additional.lyx - fix lyxeditor.sh example.
Pavel Sanda [Thu, 5 Sep 2013 18:00:26 +0000 (11:00 -0700)]
* Additional.lyx - fix lyxeditor.sh example.

Different shells seem to have different taste.
http://www.mail-archive.com/lyx-users@lists.lyx.org/

10 years agoAdjust svmono example to default tocdepth value
Juergen Spitzmueller [Thu, 5 Sep 2013 10:28:47 +0000 (12:28 +0200)]
Adjust svmono example to default tocdepth value

10 years agosvmono.layout: correct TocDepth value
Juergen Spitzmueller [Thu, 5 Sep 2013 10:27:59 +0000 (12:27 +0200)]
svmono.layout: correct TocDepth value

10 years agoFix installation of springer examples
Juergen Spitzmueller [Wed, 4 Sep 2013 11:48:08 +0000 (13:48 +0200)]
Fix installation of springer examples

10 years agoUnify string (part of #8826)
Juergen Spitzmueller [Tue, 3 Sep 2013 17:29:49 +0000 (19:29 +0200)]
Unify string (part of #8826)

10 years agoImprove beamer collorary argument conversion (#8828)
Juergen Spitzmueller [Tue, 3 Sep 2013 17:02:28 +0000 (19:02 +0200)]
Improve beamer collorary argument conversion (#8828)

10 years agoReset arguments in theorem definition to avoid argument clash (#8827)
Juergen Spitzmueller [Tue, 3 Sep 2013 15:43:33 +0000 (17:43 +0200)]
Reset arguments in theorem definition to avoid argument clash (#8827)

10 years agoAdd outline-{up,down} to alt-{up,down} binding
Scott Kostyshak [Mon, 10 Jun 2013 23:56:09 +0000 (19:56 -0400)]
Add outline-{up,down} to alt-{up,down} binding

Now when the cursor is in e.g. a Section layout, alt-<down>
will dispatch 'outline-down'. Before, it would dispatch a
'paragraph-down', which I think makes less sense.

10 years agoAllow master view/update when current buffer is the master
Jean-Marc Lasgouttes [Tue, 9 Jul 2013 14:28:58 +0000 (16:28 +0200)]
Allow master view/update when current buffer is the master

10 years agoLoad AMS packages before newtxmath (#8824)
Juergen Spitzmueller [Sun, 1 Sep 2013 08:21:21 +0000 (10:21 +0200)]
Load AMS packages before newtxmath (#8824)

10 years agoFix obvious oversight.
Richard Heck [Fri, 30 Aug 2013 17:16:23 +0000 (13:16 -0400)]
Fix obvious oversight.

10 years agoComments only.
Richard Heck [Fri, 30 Aug 2013 16:59:00 +0000 (12:59 -0400)]
Comments only.

10 years agoReplace the remaining bad urls with accsessible ones
Kornel Benko [Fri, 30 Aug 2013 15:28:46 +0000 (17:28 +0200)]
Replace the remaining bad urls with accsessible ones

Now all urls we use in our provided lyx-files
(doc, examples, templates)
use urls which really exist.

(If a url was meant merely as an example,
it was not touched, but added to file 'knownInvalidURLS'.)

10 years agosk.po: Some shortcuts and capitalisation
Kornel Benko [Fri, 30 Aug 2013 10:54:54 +0000 (12:54 +0200)]
sk.po: Some shortcuts and capitalisation

10 years agode.po: Fix shortcut clash
Juergen Spitzmueller [Fri, 30 Aug 2013 10:08:49 +0000 (12:08 +0200)]
de.po: Fix shortcut clash

10 years agoRestore translations after rev c25f339f3f8
Juergen Spitzmueller [Fri, 30 Aug 2013 09:56:55 +0000 (11:56 +0200)]
Restore translations after rev c25f339f3f8

10 years agoFix shortcut clash (#8813)
Juergen Spitzmueller [Fri, 30 Aug 2013 09:37:48 +0000 (11:37 +0200)]
Fix shortcut clash (#8813)

10 years agoCatch uncodable character problem
Juergen Spitzmueller [Fri, 30 Aug 2013 09:28:15 +0000 (11:28 +0200)]
Catch uncodable character problem

10 years agoRemerge and update of ja.po (from Koji)
Scott Kostyshak [Thu, 29 Aug 2013 21:42:17 +0000 (17:42 -0400)]
Remerge and update of ja.po (from Koji)

10 years agoCmake build tests: href entries checked
Kornel Benko [Wed, 28 Aug 2013 17:51:19 +0000 (19:51 +0200)]
Cmake build tests: href entries checked

Our lyx-files are referencing urls also with
a href inset. We check now also these.

search_url.pl: Added check for href
*.lyx: Corrected href

10 years agoReplaced some more invalid urls
Kornel Benko [Wed, 28 Aug 2013 16:07:28 +0000 (18:07 +0200)]
Replaced some more invalid urls

10 years agoReplaced some invalid urls
Kornel Benko [Wed, 28 Aug 2013 14:50:23 +0000 (16:50 +0200)]
Replaced some invalid urls

10 years agoUpdate source list
Kornel Benko [Wed, 28 Aug 2013 12:20:59 +0000 (14:20 +0200)]
Update source list

10 years agoctests for broken URLs in URL insets of LyX docs
Kornel Benko [Wed, 28 Aug 2013 10:17:40 +0000 (12:17 +0200)]
ctests for broken URLs in URL insets of LyX docs

These tests check for broken URLs in the URL insets of
the manuals, examples, and templates.

The tests are disabled by default because the Perl interpreter
is needed.

Later on they can be activated with a flag, as follows:

  cmake ... -DLYX_ENABLE_URLTESTS=ON

but for now the connection from the TOP-CMakeLists.txt is left out.

Missing part:
        1.) Declaring an setting the option
                LYX_OPTION(ENABLE_URLTESTS  "Enable for URL tests" OFF ALL)
        2.) make the connection
                if(LYX_ENABLE_URLTESTS)
                        add_subdirectory(development/checkurls "${TOP_BINARY_DIR}/checkurls")
                endif()

10 years agoja.po from Koji
Scott Kostyshak [Tue, 27 Aug 2013 18:32:49 +0000 (14:32 -0400)]
ja.po from Koji

10 years agoJapanse docs: Remove non-arg 'MenuString'
Scott Kostyshak [Tue, 27 Aug 2013 08:51:01 +0000 (04:51 -0400)]
Japanse docs: Remove non-arg 'MenuString'

'MenuString' is currently implemented only for arguments.

10 years agoCopyright
Kornel Benko [Mon, 26 Aug 2013 20:06:01 +0000 (22:06 +0200)]
Copyright

10 years agoCmake build tests: Create directory neede for testing
Kornel Benko [Mon, 26 Aug 2013 20:02:20 +0000 (22:02 +0200)]
Cmake build tests: Create directory neede for testing

While testing exports, we need a directory for created mess,
which we use then as working directory.

10 years agoNow an attempt to export into a folder without write permission causes LyX to automat...
Tommaso Cucinotta [Mon, 26 Aug 2013 10:28:07 +0000 (11:28 +0100)]
Now an attempt to export into a folder without write permission causes LyX to automatically pop-up the "Export As" dialog (addressing #3402).

10 years agoComment from bug #8783.
Pavel Sanda [Mon, 26 Aug 2013 04:30:04 +0000 (21:30 -0700)]
Comment from bug #8783.

10 years agoCmake build tests: update comments
Kornel Benko [Sun, 25 Aug 2013 16:18:19 +0000 (18:18 +0200)]
Cmake build tests: update comments

ignoredTests: add comment
expectedTestFailures: update the set of bad tests

10 years agoCmake build tests: Unify use of userdir
Kornel Benko [Sun, 25 Aug 2013 09:45:26 +0000 (11:45 +0200)]
Cmake build tests: Unify use of userdir

Forgotten in commit 788e2b1ac8ae98c47a6551ecd70d6bfe0491294d

10 years agoCmake build tests: Unify use of userdir
Kornel Benko [Sun, 25 Aug 2013 09:41:10 +0000 (11:41 +0200)]
Cmake build tests: Unify use of userdir

While some test runns lyx-exe, we need userdir be
different from default. All relevant tests should use the same directory.

10 years agoRevert "Let non-ASCII chars within regexp insets match their occurrence within TEXT...
Tommaso Cucinotta [Sat, 24 Aug 2013 16:42:14 +0000 (17:42 +0100)]
Revert "Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario)."

This reverts commit 6a3792bdbb7e081fe15d6600b2d86bbefd20b2f0.

10 years agoNow the regexp insets entered in Advanced F&R search/replace boxes do not preview...
Tommaso Cucinotta [Sat, 24 Aug 2013 12:06:05 +0000 (13:06 +0100)]
Now the regexp insets entered in Advanced F&R search/replace boxes do not preview anymore independently, unless embedded/nested within other math elements.
Fixing crash as described in #7805.

10 years agoFix ja/EmbeddedObjects.lyx index issues
Scott Kostyshak [Sat, 24 Aug 2013 03:28:39 +0000 (23:28 -0400)]
Fix ja/EmbeddedObjects.lyx index issues

See #8786 for details.

10 years agoFix Basque Intro ('Chapter' layout does not exist)
Scott Kostyshak [Sat, 24 Aug 2013 02:59:20 +0000 (22:59 -0400)]
Fix Basque Intro ('Chapter' layout does not exist)

The 'Chapter' layout does not exist in standard article class.
I demoted all section-type layouts. Thus, "Chapter" became "Section",
"Section" became "Subsection" and "Subsection" became "Subsubsection".

10 years agoAGUTeX template/layout: support the new cls name
Scott Kostyshak [Fri, 23 Aug 2013 19:24:38 +0000 (15:24 -0400)]
AGUTeX template/layout: support the new cls name

'agutex.cls' was renamed to 'AGUTeX.cls'.

Further, the new .cls now contains bug fixes and is required for
submission to the AGU journals.

10 years agoRevert "Automake fix after 66dfbab8bb65"
Scott Kostyshak [Fri, 23 Aug 2013 19:12:03 +0000 (15:12 -0400)]
Revert "Automake fix after 66dfbab8bb65"

This reverts commit 78b4c3f80f8ccb9e777f62ff9d36f0e38b42a74a.

JMarc's fix of my poor commit is no longer needed.

10 years agoRevert "AGUTeX template/layout: support the new cls name"
Scott Kostyshak [Fri, 23 Aug 2013 19:07:59 +0000 (15:07 -0400)]
Revert "AGUTeX template/layout: support the new cls name"

This reverts commit 66dfbab8bb65f5444ca8206302a69b9cb5e7f7cf.

This was a poor commit for more than one reason.
Thank you to Juergen for help on this.

See the following for more details:
http://comments.gmane.org/gmane.editors.lyx.devel/148425

10 years agoctests: ignore check_load/templates/attic/latex8
Scott Kostyshak [Fri, 23 Aug 2013 04:07:15 +0000 (00:07 -0400)]
ctests: ignore check_load/templates/attic/latex8

latex8.sty is obsolete and replaced by IEEEconf.