Code Monkey home page Code Monkey logo

rstex's People

Contributors

nadder avatar shreevatsa avatar swimman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rstex's Issues

e-Tex?

Just wondering whether the repo contains e-tex supports?

Cheers

Minor differences in generated DVI files

There are some very minor differences between the DVI files generated by rsTeX, and those generated by the tex that comes with TeX Live. They do not seem to affect the generated output itself in any visual way (at least, as tried with a book-length .tex file), but the DVI files differ.

I plan to look at this later, but just documenting this here for now; hope you don't mind. The “error” may well be in the tex output (I know the implementation in TeX Live makes some changes and is not 100% true to the Pascal code in tex.web.) A difference shows up in this minimal example, say test.tex:

\input plain

Now the good news: straightforward text

\end

The difference seems to be (using dvitype and diffing the output) is that the rsTeX-generated DVI file contains a right3 instruction (opcode) where the tex one contains a w0 (and this shifts some future bytes).

These are the commands I'm using to compare them (./a.out is rsTeX):

tex -ini test.tex
mv test.dvi test-TeX.dvi
mv test.log test-TeX.log
dvitype test-TeX.dvi > test-TeX.dvi.txt

./a.out test.tex
mv test.log test-rsTeX.log
mv test.dvi test-rsTeX.dvi
dvitype test-rsTeX.dvi > test-rsTeX.dvi.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.