• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xymostech / XymosTeX / 93

Builds Branch Commit Type Ran Committer Via Coverage
93 master Update dependencies, switch to once_cell I updated kpathsea because there was a security warning about a dependency of the current version. While I was messing with dependencies, I switched things over from `lazy_static!` to `once_cell`'s `Lazy`,... push 29 Nov 2022 07:29AM UTC xymostech travis-ci-com pending completion   set done
92 master Clean up warnings from new rust versions I haven't been working on this for a while, and there are a few new warnings since updating rust. This cleans up those warnings. push 29 Nov 2022 07:08AM UTC xymostech travis-ci-com pending completion   set done
91 master Start stage 6, line breaking I finally decided on the goal for stage 6, which is going to be line breaking. After reading through chapter 14 of the TeXbook several times, I am kinda convinced that the line breaking algorithm isn't going to be sup... push 16 Aug 2021 05:01AM UTC xymostech travis-ci-com pending completion   set done
90 master Complete Stage 5 This adds a test to ensure that Stage 5 is completed, and edits the associated files to indicate this. I also added an image to the readme to show off the math rendering capabilities. push 25 Jul 2021 06:02AM UTC xymostech travis-ci-com pending completion   set done
89 master Fix superscript/subscript shifts When implementing superscripts/subscripts originally, I apparently misread "where q and r are the values of σ_18 and σ_19 in the font corresponding to styles C↑ and C↓" and skipped that part about the metrics not ... push 21 Jul 2021 06:04AM UTC xymostech travis-ci-com pending completion   set done
88 master Add basic generalized fraction parsing This adds basic support for parsing generalized fractions, which happens using a special state within the math list parsing. This sets the special state when a generalized fraction is encountered, and does e... push 16 Jul 2021 03:29AM UTC xymostech travis-ci-com pending completion   set done
87 master Add routine for reboxing a box to a given width This is a routine that is used in operator limits as well as generalized fractions. It wraps the contents in `\hfil`s and puts the result in a new horizontal box of the specified width. In the test... push 14 Jul 2021 05:35AM UTC xymostech travis-ci-com pending completion   set done
86 master Raise op atoms to be centered on the baseline This implements the rule that op atoms are shifted so that they are centered along the axis, to match up with other symbols. I handled this by doing the conversion when the nucleus is converted into a... push 03 Jul 2021 07:42AM UTC xymostech travis-ci-com pending completion   set done
85 master Allow converting between math atom types during the first pass conversion Before the second pass of a math list where kerns are added between elements in the math list, many different atom types are converted to ords. This adds in that step for e... push 29 Jun 2021 06:37AM UTC xymostech travis-ci-com pending completion   set done
84 master Add support for superscript/subscript combinations This combines the code from the superscript and subscript routines to generate combined superscripts+subscripts. The math needed to calculate the shifts is a little more complicated, but not too ... push 28 Jun 2021 03:27AM UTC xymostech travis-ci-com pending completion   set done
83 master Allow \prevdepth assignments in vertical modes When trying to generate a duplicate version of the output of superscript+subscript combos using `\hbox{}` and `\vbox{}` I ran into a new issue of interline glue. Because of interline glue, it's diffi... push 27 Jun 2021 06:36AM UTC xymostech travis-ci-com pending completion   set done
82 master Add translation of superscripts, misc requirements for superscripts This adds support for converting math expressions with superscripts in them (e.g. `$a^b$`) into horizontal lists. There were many steps involved in getting this to work, like add... push 27 Jun 2021 06:12AM UTC xymostech travis-ci-com pending completion   set done
81 master Fix individual symbol nuclei being translated correctly Previously, all atom nuclei would be wrapped in a box when they were transformed. Looking more closely at the TeX output, not only is this incorrect, it caused some translation errors for th... push 26 Jun 2021 04:37AM UTC xymostech travis-ci-com pending completion   set done
80 master Add translation of subscripts in math mode Following with the structure for how superscripts are handled, this adds the translation of subscripts. I was going to also handle superscript/subscript combinations, but noticed that there was a bug wit... push 22 Jun 2021 05:22AM UTC xymostech travis-ci-com pending completion   set done
79 master Add translation of superscripts, misc requirements for superscripts This adds support for converting math expressions with superscripts in them (e.g. `$a^b$`) into horizontal lists. There were many steps involved in getting this to work, like add... api 21 Jun 2021 05:56PM UTC xymostech travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc