1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-23 09:06:17 +02:00
Commit Graph

423 Commits

Author SHA1 Message Date
Elisabeth Henry 7c41209d67 Bump version 2016-09-11 02:54:41 +02:00
Elisabeth Henry 2a7d5a2949 Update ChangeLog.md 2016-09-11 02:52:05 +02:00
Elisabeth Henry e0ffd9a5ef Use token.is_image() instead of if let 2016-09-11 02:46:50 +02:00
Elisabeth Henry 45664b0370 Fix(?) formatting in docstring 2016-09-11 02:46:31 +02:00
Elisabeth Henry 80cbf464b8 Complement docstring of is_image 2016-09-11 02:45:57 +02:00
Elisabeth Henry 1f8d21342c Clean(?) find_standalone function 2016-09-11 02:42:51 +02:00
Elisabeth Henry c008895dd7 Add is_image method to Token 2016-09-11 02:37:56 +02:00
Elisabeth Henry fd26f99520 Update ChangeLog.md 2016-09-11 02:31:17 +02:00
Elisabeth Henry d51de281e3 Support different display for inline/standalone images in LaTeX 2016-09-11 02:31:06 +02:00
Elisabeth Henry 813c4e738e Support different display for inline/standalone images in HTML 2016-09-11 02:21:21 +02:00
Elisabeth Henry 873c530b82 Add StandaloneImage in Token and detect them in Parser.parse 2016-09-11 02:01:01 +02:00
Elisabeth Henry 40ea7c4c5c Bump version to 0.7-unreleased 2016-09-11 02:00:14 +02:00
Elisabeth Henry 60a51dfcbd Fix formatting in README.md 2016-09-10 00:19:57 +02:00
Elisabeth Henry 1948601583 Update rustc in appveyor to 1.11 2016-09-09 23:27:58 +02:00
Elisabeth Henry 870109cad2 Make library documentation point to docs.rs 2016-09-09 23:10:44 +02:00
Elisabeth Henry dacb37266d Fix formatting of comments in .travis.yml 2016-09-09 23:03:08 +02:00
Elisabeth Henry 883e7c7e67 Bump version to 0.6.0 2016-09-09 22:59:49 +02:00
Elisabeth Henry f8f74247f2 Switch order of arguments.md and config.md in the book 2016-09-09 22:58:34 +02:00
Elisabeth Henry e198f408f0 Expand description of --single 2016-09-09 22:57:56 +02:00
Elisabeth Henry 094d9e4bfe Update README.md 2016-09-09 22:57:30 +02:00
Elisabeth Henry 3785aeaaeb Expand description of --single option in README.md 2016-09-09 22:51:47 +02:00
Elisabeth Henry 56aeaa3d72 Update book options 2016-09-09 22:46:13 +02:00
Elisabeth Henry 26e72ff9b7 Update README.md 2016-09-09 22:35:36 +02:00
Elisabeth Henry 9972346fe5 Make html.display_chapter defaults to false 2016-09-09 22:35:16 +02:00
Elisabeth Henry aa69ef6d8f Clean code for escape_tex 2016-09-09 22:12:02 +02:00
Elisabeth Henry 09f184b74d Remove i686-darwin from travis build since it seems to have problems 2016-09-09 15:42:04 +02:00
Elisabeth Henry cfd9f38d63 Add some padding to li for french language 2016-09-09 15:31:07 +02:00
Elisabeth Henry 28542658a6 Remove i686-linux from travis build since it seems to have problems 2016-09-09 15:30:27 +02:00
Elisabeth Henry fd668b84c5 Update ChangeLog.md 2016-09-09 14:20:33 +02:00
Elisabeth Henry c3ee740b67 Fix rendering of lists when lang is set to fr 2016-09-09 14:20:24 +02:00
Elisabeth Henry 7581358bb3 Remove unnecessary import 2016-09-09 13:52:28 +02:00
Elisabeth Henry 84fab03171 Fix escape_tex's behaviour on dashes
Previously, this function transformed any `-` into `-{}`, which caused
problems in hyperlinks. Now, it only transforms `--` into `-{}-` to
avoid tex ligatures.

Should fix #16
2016-09-09 13:50:29 +02:00
Elisabeth Henry 2edb5f5f1f Fix typo in options list 2016-08-18 03:26:30 +02:00
Elisabeth Henry e5f4f8dd1d Update README.md 2016-08-18 01:33:56 +02:00
Elisabeth Henry 3c310c0bb0 Update uuid dependency to 0.3.x 2016-08-16 23:16:03 +02:00
Elisabeth Henry 8bb9759c1d Update ChangeLog 2016-05-29 18:15:42 +02:00
Elisabeth Henry 8a135c9857 Make images' width in EPUB and HTML 80% 2016-05-29 18:14:25 +02:00
Elisabeth Henry 4dedde59a1 Make images' width 80% and centered in Latex rendering 2016-05-29 18:05:57 +02:00
Elisabeth Henry 156a9815fd Remove unused import in epub.rs 2016-05-29 17:57:52 +02:00
Elisabeth Henry 473bbd5eeb Update ChangeLog.md 2016-05-29 17:54:32 +02:00
Elisabeth Henry 5bbd4c8d90 Find images correctly for EPUB/PDF even when called from another directory 2016-05-29 17:54:20 +02:00
Elisabeth Henry 1ad067f8e4 Update outdated test 2016-05-14 00:40:07 +02:00
Elisabeth Henry 5014bd54af Update ChangeLog 2016-05-14 00:24:33 +02:00
Elisabeth Henry 6faaa6171f Espace HTML in links so it works with XHTML 2016-05-14 00:23:00 +02:00
Elisabeth Henry 23396e7f6b Make unknown key in inline YAML block issue a warnig message 2016-05-08 18:25:51 +02:00
Elisabeth Henry 6cdc544178 Factorize code in french cleaner 2016-05-07 14:14:42 +02:00
Elisabeth Henry 81bee70877 Use debug printing instead of single printing when a test errors 2016-05-07 14:10:48 +02:00
Elisabeth Henry 2b37374a8f Fix french cleaner bug when string ends with nb space 2016-05-07 14:10:15 +02:00
Elisabeth Henry 4eb80359e9 Fix cleaner setting when lang is set in inline YAML block 2016-05-07 05:47:03 +02:00
Elisabeth Henry 48b9fd5a4d Update ChangeLog.md 2016-05-04 19:15:46 +02:00