pillar-markup / pillar

Markup syntax and associated tools to write and generate documentation, books and slides
MIT License
50 stars 37 forks source link

When migrating pillar.conf pay attention not to append mic to latexWriter ... #575

Closed Ducasse closed 1 month ago

Ducasse commented 1 year ago
{
    "series" : "Square Bracket tutorials",
    "latexWriter" : "miclatex:sbabook",
    "attribution" : "Hernan Morales and Oleksandr Zaitsev and Stéphane Ducasse",
    "htmlWriter" : "html",
    "newLine" : "unix",
    "keywords" : "Pharo, Smalltalk, Artificial Intelligence, Machine Learning",
    "title" : "Design and Implementation of AI Solutions",
    "bibFile" : "others.bib"
}

if the config is the previous one we will end into getting "latexWriter" : "micmiclatex:sbabook",

Ducasse commented 1 month ago

We do not care this is a one shot functionality