From ab6d275509e118c69a729a3f1bcef7d27c5127a2 Mon Sep 17 00:00:00 2001 From: Marc Hiatt Date: Thu, 7 Dec 2023 14:40:20 +0100 Subject: [PATCH] Visual clarity --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 222aa58..784c2e9 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,16 @@ The LaTeX typesetting software includes high quality dictionaries of word division patterns, which define the points at which a word may be broken across the end of a line. -worddiv is a simple script that makes it convenient to query the LaTeX word division dictionary interactively using a terminal emulator. This can help, for example, when proofreading galleys that do not adhere to the word hyphenations presented in an approriate high quality dictionary. +`worddiv` is a simple script that makes it convenient to query the LaTeX word division dictionary interactively using a terminal emulator. This can help, for example, when proofreading galleys that do not adhere to the word hyphenations presented in an approriate high quality dictionary. -This package includes two shell scripts: `worddiv`, which is written to be POSIX-compatible, and `worddiv.fish`, written in `fish`. Take your pick. +The worddiv package includes two shell scripts: `worddiv`, which is written to be POSIX-compatible, and `worddiv.fish`, written in `fish`. Take your pick. ## installation and configuration ## -0. worddiv assumes you have working copies of TeX and LaTeX on your system. Type `tex -version` and `latex -version` to check if this is the case. +0. Install dependencies + + `worddiv` assumes you have working copies of TeX and LaTeX on your system. Type `tex -version` and `latex -version` to check if this is the case. 1. Clone the worddiv repo.