summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/stix2-otf/README.md
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-04 02:27:35 +0000
committerNorbert Preining <preining@logic.at>2021-04-04 02:27:35 +0000
commit67401a8a554d57dfa63575fc6c86f80ea7e48813 (patch)
tree2118a39f4d617fa9b1492b6609be528cbddf29ce /Master/texmf-dist/doc/fonts/stix2-otf/README.md
parentc67eaee7bcabfc8a58998a5e439325ca12b4a8e4 (diff)
stix2-otf (4apr21)
git-svn-id: svn://tug.org/texlive/trunk@58735 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/stix2-otf/README.md')
-rw-r--r--Master/texmf-dist/doc/fonts/stix2-otf/README.md39
1 files changed, 8 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/fonts/stix2-otf/README.md b/Master/texmf-dist/doc/fonts/stix2-otf/README.md
index f7a66ac9090..0b9da984bbb 100644
--- a/Master/texmf-dist/doc/fonts/stix2-otf/README.md
+++ b/Master/texmf-dist/doc/fonts/stix2-otf/README.md
@@ -47,11 +47,11 @@ electronic one, or a combination of the two.
The [STIX project](https://www.stixfonts.org/) began through the joint
efforts of
-the [American Mathematical Society](https://www.ams.org/) (AMS),
-the [American Institute of Physics](https://www.aip.org/) (AIP),
-the [American Physical Society](https://www.aps.org/) (APS),
-the [American Chemical Society](https://www.acs.org/) (ACS),
-the [Institute of Electrical and Electronic](https://www.ieee.org/) Engineers (IEEE),
+[American Mathematical Society](https://www.ams.org/) (AMS),
+[American Institute of Physics](https://www.aip.org/) (AIP),
+[American Physical Society](https://www.aps.org/) (APS),
+[American Chemical Society](https://www.acs.org/) (ACS),
+The [Institute of Electrical and Electronic](https://www.ieee.org/) Engineers (IEEE),
and [Elsevier](https://www.elsevier.com/).
These companies are collectively known as the STI Pub companies.
@@ -209,35 +209,12 @@ different meanings compared to the text fonts):
## Build instructions
-### First time
+After cloning the project, the fonts can be built using the `build.sh` script (use `--verbose` option for more detailed build log):
-After cloning the project for first time, the following steps are needed:
+ $ ./build.sh
-1. Setup a virtual environment in the folder that contains the source and tools subfolders:
+This may take several minutes to complete. The first time the script is called, it will create a Python virtual environment that will be also used for subsequent builds. Each time the script is called, the fonts will be rebuilt from scratch. The built fonts will be in `build` subdirectory, and should be manually copied and committed to `fonts` subdirectory.
- $ python3 -m venv venv
-
-2. Activate the environment:
-
- $ source venv/bin/activate
-
-3. Update `pip`:
-
- $ pip install -U pip
-
-4. Install dependencies:
-
- $ pip install -r requirements.txt
-
-5. Build the fonts (use `--verbose` option for more detailed build log):
-
- $ ./build.sh
-
- This last step may take several minutes to complete.
-
-### Subsequent builds
-
-Only steps 2 and 5 above are needed.
### Notes on source formats and build process