Coder Social home page Coder Social logo

chezweb's People

Contributors

arcfide avatar eraserhd avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

chezweb's Issues

Ampersands in chezweave output

Chezweave recognizes ampersands as a special command in .web files so that in the chezweave output, the ampersand is not shown, and the character which follows the ampersand is displayed in a different style. This makes code that contains ampersands show up poorly in weaved documents.

Example:
(string-append ">" cleanedstring)

Shows up in a weaved document as:
(string-append "gt;" cleanedstring)

Where the g in "gt;" is in a different style than the rest of the font.

Undefined section references

When we have undefined section reference, the master branch already uses a zero in the section index, but it does not put a zero as the section number when the section is referenced, and doing so would make things look nicer.

Sections reference wrong section

ChezWEB will insert a reference to the wrong section if a section name is concatentated multiple times. Namely, it lists the last section instead of the first.

What happens with zero exports?

When we have a definition form of a section but no exports, the woven output does not look very nice. This output could be improved to not be such a hackish looking thing.

Merge sections 54 and 55

These sections and both have the same basic code, but with some slightly different parameters, so they should be merged.

Mutually referential chunks

It appears that two chunks which both refer to identifiers in the others, despite being referenced in the same lexical scope, have an ordering problem. This should be fixed.

Blank first page

When the woven output is TeXed, it produces a blank first page with a header. This should not be there.

LaTeX support

I've sort of got it working for LaTex with this:

\def\N#1#2#3.{
  \section{#3}
}

It gets an "extra \fi" if I have two sections. I think I can figure this out (I was once pretty good at TeX, but I have to relearn it.). Any pointers on what else I need to do or the best way to structure this for contributing it?

Convert to ConTeXt

ConTeXt seems like a better system and one that I would like to use more than pdfTeX, so we should look at transitioning to it.

MetaPost on Ubuntu

For some reason, the meta post installation with Ubuntu doesn't seem to be working very well. It gives a strange error about not being able to find the mem files.

kpathsea: Running mktexfmt mpost.mem

Sorry, I can't find the 'mpost' mem file; will try 'plain'.
kpathsea: Running mktexfmt plain.mem

I can't find the 'plain' mem file!

Old School Foreign code

There is some really old school ways of dealing with foreign code in this library, especially that do not take advantage of the latest foreign structure support in the later versions of Chez Scheme. If we changed this code, we could make things a lot more simple and easier to follow.

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.