1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-24 22:36:16 +02:00
Commit Graph

874 Commits

Author SHA1 Message Date
Elisabeth Henry 91e98eb174 Update mime_guess dependency 2020-07-07 00:57:22 +02:00
Elisabeth Henry f7c062a828 Update reqwest dependency 2020-07-07 00:40:45 +02:00
Elisabeth Henry fce20448a6 Fix margins in latex 2020-07-07 00:13:28 +02:00
Elisabeth Henry 44ac05c305 Fix paragraph issue in descriptionterms 2020-07-07 00:05:19 +02:00
Elisabeth Henry 7939e45948 Remove warnings at compile time 2020-02-11 00:53:58 +01:00
Elisabeth Henry 43223b9a33 Use latest version of crowbook-text-processing
* LaTeX outputs of french documents now use enspaces and narrow non-breaking spaces
* New option:
     * `tex:escape_nb_spaces` defaults to `true` and will uses TeX codes to display non-breaking spaces.
2020-02-11 00:49:42 +01:00
lise 89eb960492 Add third pass to latex generation to fix table of contents 2020-02-03 09:08:36 +01:00
Élisabeth Henry bd40617324
Merge pull request #73 from jrappen/fix-typo-inspiredgithub
Fix typo 'InspiredGithub' -> 'InspiredGitHub'
2020-01-16 13:19:39 +01:00
Johannes Rappen 0134ee3922 Fix: Remove trailing whitespace 2020-01-08 18:37:03 +01:00
Johannes Rappen e47859aafb Fix typo 'InspiredGithub' -> 'InspiredGitHub' 2020-01-08 17:42:30 +01:00
Elisabeth Henry 2e92185272 Improve docs for maintainability, update highlightjs and replace colours with colors
Merge patch from jrappen, see https://github.com/lise-henry/crowbook/pull/64
+ mark "html.css.colours" as deprecated (but still a working alias)
2019-12-15 23:42:00 +01:00
lise c86e87e257 Update simplelogger and fix bug caused by previous bugfix 2019-12-13 14:25:57 +01:00
lise bf8cbbe53c Fix display of warnings/errors when using indicatif 2019-12-13 13:23:04 +01:00
lise 5653cb868f Add dyn indication to remove warning 2019-11-15 13:16:10 +01:00
hirschenberger 7ae502707b Fix build of nightly-mode with extended stats 2019-11-08 16:36:00 +01:00
Elisabeth Henry 2c2dc059dc Update dependencies 2019-07-18 21:49:49 +02:00
Falco Hirschenberger 28360420d0 Typededuction fixes for rust 1.36 2019-07-15 16:26:52 +02:00
lise 6e6c58ef49 Add support for task list items 2019-04-23 13:59:06 +02:00
lise 572703f258 Fallback on Rust zip library when there is no zip command 2019-03-19 15:36:05 +01:00
Elisabeth Henry 230c7f7fb3 Remove unnecessary and annoying tests 2019-03-16 00:55:01 +01:00
Elisabeth Henry afa2c3955d Only set superscript to comrak if it is set to crowbook 2019-03-15 23:20:46 +01:00
Élisabeth Henry c57e503554
Merge pull request #60 from hirschenberger/upstream_master
Compile fix for extended stats feature
2019-03-15 21:53:07 +01:00
lise 5d446c9eee Fix syntax highlighting 2019-03-15 17:17:24 +01:00
lise 873c53b13c Fix LaTeX rendering of inline code 2019-03-15 17:14:32 +01:00
lise 316970175e Change the way Footnotes are handled internally 2019-03-15 17:01:53 +01:00
lise 5925086da0 src/lib/epub.rs 2019-03-15 16:55:26 +01:00
hirschenberger c96da660a5 Compile fix for extended stats feature 2019-03-15 16:08:35 +01:00
lise 9f471c75d5 Fix slight bug in LaTeX output 2019-03-15 04:06:43 +01:00
lise e2bd91a325 Add strikethrough feature 2019-03-15 03:59:08 +01:00
lise ae9be902c2 Add definition lists support in HTML and LaTeX 2019-03-15 03:38:27 +01:00
lise 6b34211232 Use comrak instead of pulldown-cmark 2019-03-15 03:00:27 +01:00
lise 18698010f5 Make hyphenation dependency optional 2019-03-14 23:36:09 +01:00
lise 6dd57b40a0 Check return status of requests 2019-03-14 16:21:20 +01:00
lise 5b5a57f8b5 Use reqwest instead of hyper 2019-03-14 15:40:28 +01:00
lise df028d9629 Update pulldown-cmark dependency 2019-03-14 14:48:50 +01:00
lise 0639b04a12 Update syntect dependency 2019-03-12 15:41:13 +01:00
lise 5491ebc5d0 Add empty heading only on numbered chapters by default
Related to #59
2019-03-12 14:35:30 +01:00
lise 21bec060ae Only add title if it is missing in chapter in some circumstances 2019-03-12 13:46:51 +01:00
lise 357840cf4e Update some dependencies 2019-03-12 13:46:31 +01:00
lise d5992829ef Fix tests 2019-03-05 13:38:14 +01:00
Élisabeth Henry 3feb84afce
Merge pull request #58 from twirrim/master
Bump crowbook version in lib.rs
2019-03-05 10:35:19 +01:00
lise ce319642c8 Move to Rust edition 2018 2019-02-28 17:33:18 +01:00
Twirrim 167d6e91bf
Bump crowbook version in lib.rs 2018-10-07 20:27:46 -07:00
Elisabeth Henry 84126bb365 Use rendering.chapter and rendering.part in LaTeX output
Fixes #50
2018-06-01 17:50:35 +02:00
Elisabeth Henry fff43d73f4 Don't display debug messages using verbose with stats 2018-06-01 03:01:27 +02:00
Elisabeth Henry a3ab516339 Fix display of stats when using advanced and feature is not built
Fixes #56
2018-06-01 02:57:08 +02:00
hirschenberger 70cdea79d7 Fix display of flesh index in summary line 2018-05-28 09:53:19 +02:00
lise 71d41cf6d1 Fix stats display in non verbose mode 2018-05-27 16:25:05 +02:00
lise a45586981b Only compute advanced stats if verbose is set 2018-05-27 16:01:01 +02:00
lise a0b2809dcc Fix type annotations stuff for latest nightly 2018-05-27 15:57:30 +02:00