Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #554

Merged
merged 1 commit into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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