summaryrefslogtreecommitdiff
path: root/systems/win32/winshell
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-11-03 03:01:02 +0000
committerNorbert Preining <norbert@preining.info>2021-11-03 03:01:02 +0000
commit6c5c4d12f5c136357ca758e5e9cb85ee7c4513a4 (patch)
treeee1c33b5ed9f8abbd9b7154b072607189d547a42 /systems/win32/winshell
parent670b438a41f5ae0f064be333560ed5a184d3859a (diff)
CTAN sync 202111030301
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/README.md (renamed from systems/win32/winshell/README)26
l---------systems/win32/winshell/Readme.txt1
4 files changed, 15 insertions, 84 deletions
diff --git a/systems/win32/winshell/BugfixesFeatures.txt b/systems/win32/winshell/BugfixesFeatures.txt
deleted file mode 100644
index dd3e53209f..0000000000
--- a/systems/win32/winshell/BugfixesFeatures.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index ddce169869..0000000000
--- a/systems/win32/winshell/Install.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-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.md
index 2c5e5ec1e3..de84cdb983 100644
--- a/systems/win32/winshell/README
+++ b/systems/win32/winshell/README.md
@@ -1,9 +1,9 @@
- 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
+ WinShell for Windows (c)1998-2021 Ingo H. de Boer
+ contact: idb@winshell.org
+ product version: 4.0
+ file version: 4.0.0.0
+ release date: 2021-11-01
---------------------------------------------------------------------------
@@ -25,11 +25,15 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------------------------------------------
-What is WinShell ?
+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.
+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 support, Unicode support,
+different toolbars and user configuration options.
+---------------------------------------------------------------------------
+
+System Requirements:
+
+Windows 7 SP1 or higher
diff --git a/systems/win32/winshell/Readme.txt b/systems/win32/winshell/Readme.txt
deleted file mode 120000
index 100b93820a..0000000000
--- a/systems/win32/winshell/Readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-README \ No newline at end of file