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

xymostech / rs-tex
92%

Build:
DEFAULT BRANCH: master
Repo Added 15 Apr 2019 10:08PM UTC
Files 31
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master
  • test-kcov

pending completion
37

push

travis-ci-com

xymostech
Ignore \par in vertical mode

This is useful when writing longer files, so I don't have to
explicitly add comments on lines when there's a paragraph break
between two vertical-mode elements.

3576 of 3884 relevant lines covered (92.07%)

1.23 hits per line

Relevant lines Covered
Build:
Build:
3884 RELEVANT LINES 3576 COVERED LINES
1.23 HITS PER LINE
Source Files on master
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
37 master Ignore \par in vertical mode This is useful when writing longer files, so I don't have to explicitly add comments on lines when there's a paragraph break between two vertical-mode elements. push 19 May 2019 04:44AM UTC xymostech travis-ci-com pending completion  
36 master Begin parsing DVI files This adds a struct for representing a DVI file, and adds a small parser to parse existing DVI files. I only added the commands that are used in the test file. This should help me investigate how the files that TeX creates ... push 19 May 2019 04:26AM UTC xymostech travis-ci-com pending completion  
35 master Add Stage #4 goals This adds concrete stage #4 goals for creating DVIs with a tex file that tests most of the edge cases I can think of when building a DVI file. push 12 May 2019 04:34AM UTC xymostech travis-ci-com pending completion  
34 master Add interline glue between boxes in vertical lists This implements the basic interline glue algorithm. I'm using constant values instead of the different parameters and not storing `\prevdepth` in a parameter either to make things simpler for now... push 10 May 2019 06:31AM UTC xymostech travis-ci-com pending completion  
33 master Add parsing of \vbox This replicates the functionality of how we parse `\hbox`es to parse `\vbox`es, including parsing the box specification for layout. This is pretty easy. And with that, all of the expected work for Stage 3 is done! Running ve... push 10 May 2019 05:52AM UTC xymostech travis-ci-com pending completion  
32 master Add setting glue in vertical boxes This uses the same algorithm in `get_set_dimen_and_ratio` that's used to set glue in horizontal lists to set the glue in vertical lists, so this commit is pretty simple. In order to test that this is actually wo... push 06 May 2019 08:41PM UTC xymostech travis-ci-com pending completion  
31 master Add basic parsing of vertical boxes This adds the basic ability to parse vertical boxes. The "hard" part here was figuring out the algorithm for adding up heights and depths, but I think I figured it out. With this, adding the ability to set ver... push 06 May 2019 12:32AM UTC xymostech travis-ci-com pending completion  
30 master Refactor and add better comments for parse_horizontal_box This function is somewhat confusing, and there were no comments explaining what's going on. Also, in the process of adding comments, I did some small refactoring to make the difference bet... push 05 May 2019 03:48AM UTC xymostech travis-ci-com pending completion  
29 master Break out of horizontal mode when vertical mode material is seen The important thing that happens when we see vertical mode material in horizontal mode is that `\par` is added to the input and it is allowed to expand. I opted to make `add_upcomin... push 03 May 2019 12:55AM UTC xymostech travis-ci-com pending completion  
28 master Handle entering horizontal mode when letters or \hskip is seen This adds the functionality that lets the vertical list parser automatically transition into the horizontal list parser without an explicit `\indent` or `\noindent`. As I add new feat... push 01 May 2019 08:19PM UTC xymostech travis-ci-com pending completion  
See All Builds (32)
  • Repo on GitHub
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