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

Idea: Add TDG style in addition to SVG graphics #52

Open
2 tasks
tomschr opened this issue Jul 23, 2018 · 0 comments
Open
2 tasks

Idea: Add TDG style in addition to SVG graphics #52

tomschr opened this issue Jul 23, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@tomschr
Copy link
Contributor

tomschr commented Jul 23, 2018

Problem

As suggested by @sknorr, the script could offer a second option in "TDG style". For example, the content model of the set element in The Definitive Guide looks like:

set ::=
    Sequence of:
        One of:
            Sequence of:
                Interleave of:
                    title
                    titleabbrev?
                    subtitle?
                info? (db.titleforbidden.info)
            info (db.titlereq.info)
        toc?
        One or more of:
            article
            book
            set
        setindex?

Solution

  • add an additional option --style STYLE which allows to choose between tdg and svg
  • choose a default

Prerequisites

The tree has to be "clean": "flat", no double entries etc.

@tomschr tomschr added the enhancement New feature or request label Jul 23, 2018
@tomschr tomschr changed the title Idea: Add TDG style instead of SVG graphics Idea: Add TDG style in addition to SVG graphics Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant