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

Undefined commands in langsci-textipa #143

Open
kopeckyf opened this issue May 31, 2021 · 6 comments
Open

Undefined commands in langsci-textipa #143

kopeckyf opened this issue May 31, 2021 · 6 comments
Assignees
Labels

Comments

@kopeckyf
Copy link
Contributor

When langsci-textipa.sty is loaded in a minimal langscibook document, these commands are reported as undefined:

l.48 \renewcommand{\textepsilon}
                                {ɛ}
l.55 \renewcommand{\textgamma}
                              {ɣ}
l.115 \renewcommand{\textrho}
                             {ρ}
l.155 \renewcommand{\textsigma}
                               {}

This also happens in some live book projects. It looks a bit odd that \textsigma has an empty definition.

@Glottotopia
Copy link
Contributor

the \text... provided by a TL installation seem to change between installations. Which installation are you reporting on? As a result, some \renewcommand{}s complain.

As for \textsigma, it is true that {} is wrong. The question is which of the two sigmas should be the standard one.

@kopeckyf
Copy link
Contributor Author

I'm seeing this on TeX Live 2020, XeLaTeX version 3.14159265-2.6-0.999992

@Glottotopia
Copy link
Contributor

On my computer, the following document does not produce any error:

\documentclass{langscibook}
\usepackage{langsci-textipa}
\begin{document}
a
\end{document}

[XeTeX 3.14159265-2.6-0.999992]

@kopeckyf
Copy link
Contributor Author

Did you try it in tests/book-main.tex? That's where I see the error (among other places)

@Glottotopia
Copy link
Contributor

again, can't reproduce. Maybe you have an old copy of langsci-lgr.sty in your working directory?

@kopeckyf
Copy link
Contributor Author

General comment: In the future, we could see whether the recently released package tipauni provides a better solution for TIPA typesetting. tipauni is a parser on TIPA input that produces Unicode glyphs instead of the T3 font encoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants