Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm authored and wspr committed Jan 17, 2022
1 parent eb52992 commit 680486a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ CHANGE HISTORY
## v0.8d (2017/01/25)

* `vargreek-shape=TeX` and `vargreek-shape=unicode` package options dropped; for consistency and compatibility, `\phi` and `\epsilon` should and will now behave the same as in `TeX`.
* On that note, when using control sequences such as `\mbfitsansvarphi` (and so on), there were a few faulty definitions. The new behaviour is to consistenyl define the `varphi` and `varepsilon` ones as those with the "curly" designs.
* On that note, when using control sequences such as `\mbfitsansvarphi` (and so on), there were a few faulty definitions. The new behaviour is to consistently define the `varphi` and `varepsilon` ones as those with the "curly" designs.
* Add `\wideoverbar`, `\widebreve`, `\widecheck`.
* Add `\mathsection`, `\mathparagraph`.
* Remove `\mupvarbeta`, `upold(Kk)oppa`, `\up(Ss)tigma`, `\up(Kk)oppa`, `\up(Ss)ampi` — none of these are maths symbols.
Expand Down
4 changes: 2 additions & 2 deletions misc/torture.tex
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
% to StandardEncoding, which is inappropriate for math fonts.
% So some of the upper case Greek characters will display wrong (but print OK).

% Test miscellanous Ord symbols, except for \imath and \jmath.
\def\miscordtrial{Miscellanous ordinary symbols: $
% Test miscellaneous Ord symbols, except for \imath and \jmath.
\def\miscordtrial{Miscellaneous ordinary symbols: $
\\\aleph \\\hbar \\\ell \\\wp \\\Re \\\Im \\\partial \\\infty
\\\emptyset \\\nabla \\\surd \\\top \\\bot \\\| \\\angle \\\triangle
\\\backslash \\\forall \\\exists \\\neg \\\flat \\\natural \\\sharp
Expand Down
2 changes: 1 addition & 1 deletion texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# A minimal current TL is installed adding only the packages that are
# required

# See if there is a cached verson of TL available
# See if there is a cached version of TL available
export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
if ! command -v texlua > /dev/null; then
# Obtain TeX Live
Expand Down
2 changes: 1 addition & 1 deletion um-code-fontopt.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
% \seclabel{rangeproc}
%
% Locally redefined all math symbol commands to their slot number prefixed by a quark.
% Similary for the math classes.
% Similarly for the math classes.
% \begin{macrocode}
\keys_define:nn {unicode-math}
{
Expand Down
2 changes: 1 addition & 1 deletion um-doc-main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ \subsection{All (the rest) of the mathematical styles}

\subsubsection{Scope of the functionality of the \cs{sym..} commands}

The \cs{sym..} commands are designed to affect only the follow sets of input letters: numerals ($0$--$9$), Latin ($a$--$z$, $A$--$Z$), Greek ($\alpha$--$\omega$, $\Alpha$--$\Omega$,), and the \cs{partial} and \cs{nabla} symbols ($\partial$, $\nabla$).
The \cs{sym..} commands are designed to affect only the following sets of input letters: numerals ($0$--$9$), Latin ($a$--$z$, $A$--$Z$), Greek ($\alpha$--$\omega$, $\Alpha$--$\Omega$,), and the \cs{partial} and \cs{nabla} symbols ($\partial$, $\nabla$).
These are the only symbols for which Unicode defines separate codepoints with varying mathematical style.

There is currently no scope for including other symbols in the \cs{sym..} commands, such as writing |\symbf{\int}| for a bold integral symbol.
Expand Down

0 comments on commit 680486a

Please sign in to comment.