aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/engine
AgeCommit message (Expand)Author
2023-12-02html: Do not assume authors are strings.Arun Isaac
2023-12-02html: Output address only when it is a list.Arun Isaac
2023-08-29html: Implement author without HTML tables.Arun Isaac
2023-08-29html: Implement title without HTML tables.Arun Isaac
2023-08-29html: Implement font using CSS.Arun Isaac
2023-08-29html: Implement chapter using CSS.Arun Isaac
2023-08-29html: Implement section titles without HTML tables.Arun Isaac
2023-08-29html: Implement flush without HTML tables.Arun Isaac
2023-08-29html: Implement center using CSS.Arun Isaac
2023-08-29html: Implement color without HTML tables.Arun Isaac
2023-08-29html: Implement frame without HTML tables.Arun Isaac
2023-08-29html: Add CSS style declaration abstraction.Arun Isaac
2023-08-29html: Remove redundant pair? check on inline CSS.Arun Isaac
2023-08-29html: Use call-with-input-file to read inline CSS files.Arun Isaac
2023-08-29html: Use get-string-all to read inline CSS files.Arun Isaac
2023-08-29html: Render table of contents as nested ordered lists.Arun Isaac
2023-08-28html: Avoid single letter variable names.Arun Isaac
2023-08-28html: Abstract out opening and closing of HTML tags.Arun Isaac
2023-02-06html: Use for-each instead of explicit loop.Arun Isaac
2023-02-06html: Use match instead of car and cdr.Arun Isaac
2023-02-06html: Do not add br tags before footnotes.Arun Isaac
2023-01-28html: Do not add br tag after section.Arun Isaac
2023-01-28html: Do not add br tag after chapter.Arun Isaac
2022-03-16html: Use h2 for section titles.Arun Isaac
2022-03-10html: Set UTF-8 as the default charset.Arun Isaac
2022-03-10html: Fix year in copyright header for Arun Isaac.Arun Isaac
2022-02-22html: Include custom head outside <style> tag.Arun Isaac
2021-02-02info: Mark :info-dir-category and :info-dir-entry as supported.Ludovic Courtès
2020-11-01justify: Turn '*margin*' into a parameter.Ludovic Courtès
2020-11-01info: Number section titles.Ludovic Courtès
2020-11-01info: Avoid extra leading newline for the first paragraph of a section.Ludovic Courtès
2020-11-01info: Add extra newline after node heading.Ludovic Courtès
2020-11-01info: Emit dir-category and dir-entry.Ludovic Courtès
2020-08-06Remove 'cond-expand' clauses for Guile 1.8.Ludovic Courtès
2020-08-02lout: Replace more Unicode characters.Ludovic Courtès
2020-08-01Adjust autoload lists.Ludovic Courtès
2020-08-01Write '#:use-module', '#:export', etc. instead of ':use-module', etc.Ludovic Courtès
2018-04-29html: Do not emit <big> and <strong> for titles.Ludovic Courtès
2018-03-30syntax: Rename '_' to 'G_' to avoid issues on Guile 2.2.Ludovic Courtès
2015-06-21Assorted improvements of user-facing messages.Ludovic Courtès
2015-05-29latex: Don't emit \noindent for paragraphs.Ludovic Courtès
2015-03-11Replace "illegal" with "invalid" in error messages.Ludovic Courtès
2015-03-11Use quotes instead of backticks in user-facing messages.Ludovic Courtès
2012-12-01html: Enclose footnotes in <div class="footnote">.Ludovic Courtès
2012-12-01html: Don't emit nested <a> tags for footnotes.Ludovic Courtès
2012-12-01html: footnotes: Fix predicate to determine whether nodes are in the same file.Ludovic Courtès
2012-11-29html: Fix erroneous tag close for footnotes.Ludovic Courtès
2012-11-29html: Emit each footnote only once.Ludovic Courtès
2012-11-29html: Remove redundant `match' pattern.Ludovic Courtès
2012-11-20html: Fix footnote handling for single-page documents.Ludovic Courtès