Skip to content

New Latex Metadata convention

Compare
Choose a tag to compare
@chrisjsewell chrisjsewell released this 12 Jul 00:10
· 370 commits to master since this release

Now all under "latex_doc" key with no "latex_" prefix , e.g.

{
"latex_doc" : {
    "ignore": true
    }
}

instead of:

{"latex_ignore": true}