diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /systems/win32/TeXnicCenter/README |
Initial commit
Diffstat (limited to 'systems/win32/TeXnicCenter/README')
-rw-r--r-- | systems/win32/TeXnicCenter/README | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/systems/win32/TeXnicCenter/README b/systems/win32/TeXnicCenter/README new file mode 100644 index 0000000000..dff961d4e2 --- /dev/null +++ b/systems/win32/TeXnicCenter/README @@ -0,0 +1,48 @@ +TeXnicCenter is an integrated development environment (IDE) for developing +LaTeX-documents on windows (Windows 95, 98, 2000, NT 4.0). + +TXC is distributed under the terms of the GNU General Public +License (GPL) and is therefore AVAILABLE FOR FREE including the source codes. + +Here is a list of some features provided by TeXnicCenter: + +- Project orientated integrated development environment for + LaTeX-documents +- Definition of unlimited "output profiles" (i.e. + "LaTeX => DVI", "LaTeX => PS", "LaTeX => PDF") +- Editor: + - Syntax highlighting + - Spell checking + - Dynamic word wrapping (you don't need to scroll + horizontally) + - Unlimited undo and redo + - Bookmarks + - "Go to last change" + - Incremental search + - Find, find and replace + - Fully customizable +- Structure View: + - Clear, document orientated tree view of the whole + document structure + - Displays headers, floating figures and floating tables + - Supports file inclusion via \input and \include + - Simple navigation by double clicking on an item + - Simple referencing by inserting references with an + item's context menu + - Simple updating by saving one or all files +- LaTeX-support: + - Simple insertion of LaTeX-constructs by menu or toolbar + - Compilation of the project in the IDE -- simple jumping + to errors, warnings and bad boxes. +- Support for document templates +- Full customizable menu and toolbars in modern and + skinable look and feel (including Office 2000 and Office + XP like skins). +- Support for English and German language + +More details about TXC are available on our homepage + + www.ToolsCenter.org + +Happy TeXing... +Sven Wiegand <sven@ToolsCenter.org> |