From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- systems/win32/visualtex/README | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 systems/win32/visualtex/README (limited to 'systems/win32/visualtex/README') diff --git a/systems/win32/visualtex/README b/systems/win32/visualtex/README new file mode 100644 index 0000000000..06b39406d7 --- /dev/null +++ b/systems/win32/visualtex/README @@ -0,0 +1,42 @@ +VX is a small, fast, free text editor and yet another shell for TeX programming language. + +The aim of this project is to provide an Integrated Development Environment for TeX programming language. + +Development started during December 2005 with following goals: + +• Use keystroke macro and calltips to simplify editing process. +• Make it as small and fast as possible, using only Windows APIs. +• Make it easy to use for beginners and as powerful as possible for advanced users. +• "Visualize" editing process using syntax highlighting, folding. Because of TeX programming nature it is impossible to visualize the document preview immediately. + +vx is not a WYSIWYG editor, "visualizing" corresponds only to document editing process, but not to preview. Current versions of vx are MikTeX-oriented. + +vx is free and open source text editor. You can redistribute it and/or modify it +under the terms of the GNU General Public License General Public License as +published by Free Software Foundation. + +vx is based on Neil Hodgson's Scintilla editing component as source code editor +(© 1998-2006 by Neil Hodgson). The component for TeX style is written by Alex +Romanenko. The second component is MYSPELL spellchecker (© Kevin Hendricks) + +VX Features: + +• Project management +• Word Completion, folding, bookmarks, ... +• All usual editing features (find and replace, line operations, ...), search in files and windows +• Brace matching, auto indentation, rectangular block selection, ... +• Different text encoding support (win 1251, dos, koi8, unix, unicode), converting functions +• Spell check for text and tex commands +• Macro recording and editing, hard coded macro for main frequently used TeX commands and environments +• Customizable accelerators +• Customizable syntax highlighting +• Customizable compiler command line commands +• Reference completion, reference-label balance checking (by call tips), multiple label checking (call tips) +• Inverse/forward search support from Yap +• ... +• It's FREE!!! + + +Project Home page: http://visualtex.sourceforge.net + +© Alex Romanenko 2005-2007 -- cgit v1.2.3