summaryrefslogtreecommitdiff
path: root/systems/win32/winshell
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /systems/win32/winshell
Initial commit
Diffstat (limited to 'systems/win32/winshell')
-rw-r--r--systems/win32/winshell/BugfixesFeatures.txt9
-rw-r--r--systems/win32/winshell/Install.txt63
-rw-r--r--systems/win32/winshell/README35
l---------systems/win32/winshell/Readme.txt1
4 files changed, 108 insertions, 0 deletions
diff --git a/systems/win32/winshell/BugfixesFeatures.txt b/systems/win32/winshell/BugfixesFeatures.txt
new file mode 100644
index 0000000000..dd3e53209f
--- /dev/null
+++ b/systems/win32/winshell/BugfixesFeatures.txt
@@ -0,0 +1,9 @@
+WinShell 3.31 major BugFixes/Features to version 3.30
+
+- Update to Scintilla 2.03
+- Improved BibTeX Project Window: toggle author/label view, show all entries
+- New feature: Autocompletion for LaTeX commands and BibTeX labels
+- New feature: Update checker
+- New feature: Split/join paragraph
+- New option: BibTeX front-end: disable/enable
+- New option: Reload open files at startup \ No newline at end of file
diff --git a/systems/win32/winshell/Install.txt b/systems/win32/winshell/Install.txt
new file mode 100644
index 0000000000..ddce169869
--- /dev/null
+++ b/systems/win32/winshell/Install.txt
@@ -0,0 +1,63 @@
+WinShell Installation
+
+Following these 3 steps [plus 2 optional] will lead to a working
+LATEX environment.
+
+-> LATEX package
+ A LATEX package is required. There are two common ones:
+ MiKTeX: http://www.miktex.org/
+ TeXLive: http://www.texlive.org/
+ These packages can also be found at the different TEX communities:
+ ftp://ftp.dante.de/ Germany
+ ftp://ftp.tex.ac.uk/ England
+ ftp://ctan.tug.org/ USA
+ The LATEX packages are located at: /pub/tex/systems/win32/
+
+-> PDF viewer
+ A PDF viewer has to be installed to view .pdf documents. There are
+ several possibilities, e.g. with Foxit Reader, GSViewer, Adobe
+ Reader or Sumatra PDF:
+ Sumatra PDF: http://blog.kowalczyk.info/software/sumatrapdf/
+ Foxit Reader: http://www.foxitsoftware.com/pdf/rd_intro.php
+ GSView: http://www.cs.wisc.edu/~ghost/index.html
+ Adobe Reader: http://www.adobe.com/
+ Sumatra PDF supports SyncTeX which allows forward and inverse
+ search in .pdf documents.
+
+-> PostScript viewer [optional]
+ A PostScript viewer is optional and not necessary if the focus is
+ on creating .pdf documents.
+ To view the PostScript files install PostScript and the GSviewer:
+ http://www.cs.wisc.edu/~ghost/index.html
+
+-> WinShell
+ WinShell comes as a zip file and as a complete setup program. Only ONE
+ is needed!
+ Zip file: Extract the zip file to the directory of your choice and
+ start WinShell.exe
+ Setup program: The setup program copies all the WinShell files to a
+ specific directory, e.g. C:\Program Files\WinShell.
+ Registry entries are made for the .tex and the .wsp files.
+
+ When WinShell starts for the first time, the following files will be
+ created in a directory depending on the OS (Operating System) version
+ you are running:
+ WinShellMacros.bmp
+ WinShellUserTools.bmp
+ WinShell.ini
+ WinShell.macros
+ WinShellDict.txt
+ WinShell.bibtex_fields
+ WinShell.bibtex_types
+ By default, WinShell tries to find the executable files by searching
+ the registry. The LATEX binary path should be added to the environment
+ variable PATH in the autoexec.bat (depending on the OS version).
+ That is why WinShell should be installed in the last stage of the LATEX
+ installation procedure.
+
+-> SpellChecker [optional]
+ For spell checking download a dictionary from
+ http://wiki.services.openoffice.org/wiki/Dictionaries
+ and copy it to the Dictionaries folder in the WinShell folder,
+ e.g. C:\Program Files\WinShell\Dictionaries
+
diff --git a/systems/win32/winshell/README b/systems/win32/winshell/README
new file mode 100644
index 0000000000..2c5e5ec1e3
--- /dev/null
+++ b/systems/win32/winshell/README
@@ -0,0 +1,35 @@
+
+ WinShell for Windows 2K/XP/Vista/7 (c) 1998-2010 Ingo H. de Boer
+ contact me for credits or bugs: idb@winshell.org
+ product version: 3.31
+ file version: 3.3.1.5
+ release date: 2010-02-22
+
+---------------------------------------------------------------------------
+
+Permission to use, copy and distribute this software and its documentation
+for any purpose is hereby granted without fee, provided that the above
+copyright notice and this permission notice appear in all copies of this
+software and related documentation.
+
+THE SOFTWARE IS PROVIDED 'AS-IS' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
+IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
+MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+IN NO EVENT SHALL INGO H. DE BOER OR ANY PERSON OR INSTITUTION RELATED TO
+INGO H. DE BOER BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
+DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION
+WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+---------------------------------------------------------------------------
+
+What is WinShell ?
+
+WinShell is a free multilingual integrated development environment (IDE)
+for LaTeX and TeX. The program includes a text editor, syntax highlighting,
+project management, spell checking, a table wizard, BibTeX front-end,
+different toolbars and user configuration options. It is not a LaTeX
+system; an additional LaTeX package is required.
+
diff --git a/systems/win32/winshell/Readme.txt b/systems/win32/winshell/Readme.txt
new file mode 120000
index 0000000000..100b93820a
--- /dev/null
+++ b/systems/win32/winshell/Readme.txt
@@ -0,0 +1 @@
+README \ No newline at end of file