summaryrefslogtreecommitdiff
path: root/support/NEdit-LaTeX-Extensions
diff options
context:
space:
mode:
Diffstat (limited to 'support/NEdit-LaTeX-Extensions')
-rw-r--r--support/NEdit-LaTeX-Extensions/README27
-rw-r--r--support/NEdit-LaTeX-Extensions/changelog92
-rw-r--r--support/NEdit-LaTeX-Extensions/manual-s.pdfbin0 -> 160001 bytes
3 files changed, 119 insertions, 0 deletions
diff --git a/support/NEdit-LaTeX-Extensions/README b/support/NEdit-LaTeX-Extensions/README
new file mode 100644
index 0000000000..bdbeeaa822
--- /dev/null
+++ b/support/NEdit-LaTeX-Extensions/README
@@ -0,0 +1,27 @@
+The LaTeX-Mode is a set of macros for the NEdit text editor. Their intention is to
+ease the creation of LaTeX documents.
+
+The homepage of the LaTeX-Mode is http://nedit.gmxhome.de/latexmode.html
+
+PLEASE read the following carefully and make sure to understand it properly
+before using the macros:
+
+ 1. Notice that the key bindings are changed by X resource settings.
+ These changes assume that you are using a standard US keyboard
+ layout. If you are not using a US keyboard layout, you have to
+ change these key bindings to your keyboard layout!
+ (Note: There is a special customization contained to write
+ German LaTeX documents with a US keyboard layout.)
+
+ 2. Notice that version 0.9 of the LaTeX-Mode macros needs version 5.4
+ or later of NEdit. In any case you can get it from http://nedit.org.
+ Moreover, there is also a Cygwin port (for Windows) available at my
+ home page (http://nedit.gmxhome.de).
+
+ 3. Notice that the preferences files of NEdit and their location have
+ changed for version 5.4, cf. the NEdit documentation.
+
+ 4. The installation instructions are contained in the manual.
+
+
+-- Jörg Fischer, 01-26-2005
diff --git a/support/NEdit-LaTeX-Extensions/changelog b/support/NEdit-LaTeX-Extensions/changelog
new file mode 100644
index 0000000000..9746bb68d9
--- /dev/null
+++ b/support/NEdit-LaTeX-Extensions/changelog
@@ -0,0 +1,92 @@
+Changes from 0.9 to 0.9.1:
+==========================
+
+ - simple test if we are on MS Windows using MiKTeX
+ (variable $windows was mistakenly set to "true", which
+ caused shell commands to fail on Unix/Linux)
+
+ - enhancements for the spell-checking macro
+ (following a user request)
+
+
+
+Changes from 0.8a to 0.9:
+=========================
+
+ New features:
+
+ - Ctrl+m extended for \begin/\end matching (and $ matching)
+
+ - changing brackets and environments (e.g. $...$ <-> \[...\])
+
+ - goto next/previous \begin
+
+ - added macro to insert nomenclature entries
+
+ - added possibility of "hypersearch" for labels
+
+
+ Bug fixes:
+
+ - fixed: \\cite\l*[t,p]?{one,two,three}
+
+ - fixed: Sections with optional argument were not found
+
+ - added missing `Jump back' (after jumping to reference)
+
+ - excluded comments and text after \endinput from finding
+ labels, sections, etc.
+
+ - removed bogus keybindings for Ctrl+w and Ctrl+q
+
+ - removed KP Enter binding
+
+
+
+Changes from 0.8 to 0.8a:
+=========================
+
+ - fix in ltx_list_citations(): Skip @string/@preamble
+
+ - fix for completing references and citations
+
+ - fix in ltx_insert_lists(): Skip \begin-\end blocks
+
+ - added keyword search for citations
+
+ - added more examples to example.tex
+
+ - improved the manual
+
+
+
+Changes from 0.5 to 0.8:
+========================
+
+ - Restructuring: All macros have been defined as functions
+ (subroutines) and are stored in files. The menu entries contain
+ only calls to these functions.
+
+ - .dat file format: Changed the separators in the .dat files to
+ (hopefully) unused ASCII characters (< 128), so that the
+ LaTeX-Mode can also be used with languages like Russian.
+
+ - Key-bindings: Writing German on a US keyboard layout.
+
+ - Equations: Skipping \begin-\end blocks, so that equations can
+ contain matrices.
+
+ - TeX Shell: Showing errors in calltips. Debug mode. Use of Source
+ Specials. Small .log file mode.
+
+ - References: Quick information in calltips. Fix "by Proposition
+ \ref{foobar}" to "by Lemma \ref{foobar}", when the environment
+ of \label{foobar} was changed from Proposition to Lemma.
+
+ - Syntax Highlighting: Enriched LaTeX patterns, new BibTeX
+ patterns, DTX-Mode (not yet fully integrated with the LaTeX-Mode)
+
+ - Sectioning: Now aware of KOMA additions.
+
+ - Expansions/Completions: Bug fixes, more completions.
+
diff --git a/support/NEdit-LaTeX-Extensions/manual-s.pdf b/support/NEdit-LaTeX-Extensions/manual-s.pdf
new file mode 100644
index 0000000000..3e852639ae
--- /dev/null
+++ b/support/NEdit-LaTeX-Extensions/manual-s.pdf
Binary files differ