From 07756e65425504fea9ee1838f605ff7038900d74 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 25 Mar 2020 21:39:24 +0000 Subject: TeXworks 0.6.5 git-svn-id: svn://tug.org/texlive/trunk@54551 c570f23f-e606-0410-a88d-b1316a301751 --- .../TeXworks-manual/en/AdvanceduseScripting.html | 12 +- .../TeXworks-manual/en/Beyondthismanual.html | 2 +- .../TeXworks-manual/en/CompilingTw.html | 6 +- .../TeXworks-manual/en/CustomizingTw.html | 7597 +++++++++----------- .../TeXworks-manual/en/Firststeps.html | 3 +- .../en/GoingfurtherEditingtools.html | 6 +- .../TeXworks-manual/en/GoingfurtherOthertools.html | 110 +- .../TeXworks-manual/en/Installation.html | 11 +- .../TeXworks-manual/en/Regularexpressions.html | 212 +- .../TeXworks-manual/en/TeXworks-manual-en.pdf | Bin 1142898 -> 1142898 bytes .../texworks-help/TeXworks-manual/en/bibname.html | 22 +- .../TeXworks-manual/en/contentsname.html | 63 +- .../TeXworks-manual/en/images/cmsy10-c-41.png | Bin 614 -> 614 bytes .../TeXworks-manual/en/images/cmsy10-c-4d.png | Bin 751 -> 751 bytes .../TeXworks-manual/en/images/cmsy10-c-53.png | Bin 618 -> 618 bytes .../TeXworks-manual/en/images/index0x.png | Bin 539 -> 539 bytes .../TeXworks-manual/en/images/index1x.png | Bin 543 -> 543 bytes .../TeXworks-manual/en/images/index2x.png | Bin 521 -> 521 bytes .../TeXworks-manual/en/images/index3x.png | Bin 521 -> 521 bytes .../TeXworks-manual/en/images/index4x.png | Bin 539 -> 539 bytes .../TeXworks-manual/en/images/index5x.png | Bin 521 -> 521 bytes .../TeXworks-manual/en/images/index6x.png | Bin 521 -> 521 bytes .../TeXworks-manual/en/images/index7x.png | Bin 539 -> 539 bytes .../TeXworks-manual/en/images/index8x.png | Bin 521 -> 521 bytes .../texworks-help/TeXworks-manual/en/index.css | 123 +- .../texworks-help/TeXworks-manual/en/index.html | 67 +- .../texworks-help/TeXworks-manual/en/index28.html | 4 +- .../texworks-help/TeXworks-manual/en/index41.html | 4 +- .../TeXworks-manual/en/indexname.html | 286 +- Master/tlpkg/texworks/texworks.exe | Bin 30401040 -> 32694288 bytes 30 files changed, 3994 insertions(+), 4534 deletions(-) diff --git a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/AdvanceduseScripting.html b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/AdvanceduseScripting.html index 8bb7c84ff66..633752a6cef 100644 --- a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/AdvanceduseScripting.html +++ b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/AdvanceduseScripting.html @@ -46,12 +46,12 @@ Scripting far were built into TEXworks by default. While some of them could be configured or customized to a certain extent, they are intended to suit the most common needs of a general audience. -However, the TEX world is very large and diverse. In -order to enable users to address their special needs—from simply -making some text bold to fulfilling special requirements for the -next book or scientific paper you want to publish—, the core -functionality of TEXworks can be extended or modified by -the use of scripts.

+However, the TE X world is very large and diverse. In order to +enable users to address their special needs—from simply making some +text bold to fulfilling special requirements for the next book or +scientific paper you want to publish—, the core functionality of +TEXworks can be extended or modified by the use of +scripts.

Scripts are simple text files that you can open, read, or modify in any text editor (including TEXworks, of course). They are written in a specific scripting language that diff --git a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Beyondthismanual.html b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Beyondthismanual.html index 760d082ea72..bcbdb6db681 100644 --- a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Beyondthismanual.html +++ b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Beyondthismanual.html @@ -101,7 +101,7 @@ posting a new item, please make sure that a similar report or request is not already on the list and that the issue list is indeed the right place, though. If in doubt, please ask on the mailing list first.

-

Happy TEXing!

+

Happy TE Xing!

There are also environment codes (above) without \begin{ (which is itself a keyword); this allows to finish the environment name alone diff --git a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Firststeps.html b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Firststeps.html index 579d6ad0fe4..70dfe39eff3 100644 --- a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Firststeps.html +++ b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Firststeps.html @@ -607,7 +607,8 @@ quickly fix any errors that may occur this way.

"ec-lmr-8">ATE X, this script may be of little use, particularly if the console output is formatted differently. In this case, you can simply disable the error parsing hook script -(see section ??).

+(see section 6.2 +).

3.4 Changing TEXworks parameters for convenience

3, so we’ll only give some simple ideas of use. For more advanced uses, as well as lists of the most used codes, -see section ??.

+see section B +.

Suppose we have the following text:

with the cursor between the empty pair of curly brackets where you need to enter the size of the minipage. See the -section ?? for a list of the +section A.3 + for a list of the keywords for auto-completion. Notice the “” in the minipage environment. They are placeholders which can be reached by

diff --git a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Installation.html b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Installation.html index 808b59503da..1b8c360ebb5 100644 --- a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Installation.html +++ b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Installation.html @@ -87,9 +87,11 @@ Linux. You can also use the XEmTeX distribution (

For details on portable usage, and changing local configuration locations, please see the section Portable Usage -& Changing the Configuration – section ?? (on page ??).

+& Changing the Configuration – section
5.7 + (on page +44 +).

2.1 Under Windows

@@ -153,7 +155,8 @@ installation of the TE X distribution, go to https://github.com/TeXworks/texworks/wiki/Building and follow the instructions suitable for your Linux distributions. Also -see section ??.

+see section C +.

Once the program is installed, start TEXworks. The folders .TeXworks and diff --git a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Regularexpressions.html b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Regularexpressions.html index e968eb1a3b0..d478e1adc9d 100644 --- a/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Regularexpressions.html +++ b/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/Regularexpressions.html @@ -18,7 +18,7 @@