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

Deprecate ExPex #15

Open
chbrown opened this issue Feb 8, 2017 · 1 comment
Open

Deprecate ExPex #15

chbrown opened this issue Feb 8, 2017 · 1 comment

Comments

@chbrown
Copy link
Member

chbrown commented Feb 8, 2017

Or at least strongly recommend using gb4e-emulate or linguex.

ExPex is powerful, partly due to it doing everything its own way (for example, references), but that means it's easy to break from the standard aesthetic.

List of grievances:

@chbrown
Copy link
Member Author

chbrown commented Jan 23, 2018

More gripes:

  • ExPex treats \label{} as non-space; e.g.,

    \ex\label{main}
      Hello
    \xe

    Gets an ugly extra space at the beginning; to get this to render properly (as if there was no \label{}), it should be:

    \ex\label{main}%
      Hello
    \xe
  • Why have different commands \ex vs. \pex for examples-without-subparts and examples-with-subparts? Other example typesetting libraries disambiguate / automatically adjust, no problem. Don't Make Me Think.

  • The texdoc expex manual is 82 pages long. It's. not. that. hard.

  • There doesn't seem to be a way to group together root-level examples in order to discourage LaTeX from putting a page break in between.

  • \pex[labeltype=roman] is broken; the subexamples start numbering from (ii). Other labeltype values work just fine, starting at 1, a, etc.

    • Copy&pasting example (22) from the documentation into a brand new empty \documentclass{article} document produces a different result than is shown there:
      image
    • This is with version 5/25/2017 v5.1b ExPex linguistics example formatter (JF) (which has been out for a while)

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

No branches or pull requests

1 participant