[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gpce-2017: Enable hyphenation at hyphens.
From: |
Ludovic Courtès |
Subject: |
11/14: gpce-2017: Enable hyphenation at hyphens. |
Date: |
Fri, 1 Sep 2017 11:57:55 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 05b0731d26b154cf6c61e4e965fcdcf2bd0d3cdb
Author: Ludovic Courtès <address@hidden>
Date: Fri Sep 1 15:18:21 2017 +0200
gpce-2017: Enable hyphenation at hyphens.
---
doc/gpce-2017/gpce.skb | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/gpce-2017/gpce.skb b/doc/gpce-2017/gpce.skb
index 8a98b27..f311865 100644
--- a/doc/gpce-2017/gpce.skb
+++ b/doc/gpce-2017/gpce.skb
@@ -42,6 +42,11 @@
(define (=>)
(symbol "=>"))
+;; XXX: Terrible hack to turn hyphens into hyphenation points in 'tt'.
+(set! (@@ (skribilo engine latex) latex-tt-encoding)
+ `((#\- "-\\-")
+ ,@(@@ (skribilo engine latex) latex-tt-encoding)))
+
(define %guix-keywords
(append (map (lambda (x) (cons x '&source-keyword))
'(set! if let let* letrec quote cond case else begin do lambda
- branch master updated (036cd84 -> fb91f64), Ludovic Courtès, 2017/09/01
- 11/14: gpce-2017: Enable hyphenation at hyphens.,
Ludovic Courtès <=
- 10/14: gpce-2017: Adjust as suggested by the reviewers., Ludovic Courtès, 2017/09/01
- 14/14: gpce-2017: Adjust ACM boilerplate., Ludovic Courtès, 2017/09/01
- 05/14: gpce-2017: Shrink., Ludovic Courtès, 2017/09/01
- 01/14: doc: Add GPCE paper., Ludovic Courtès, 2017/09/01
- 08/14: gpce-2017: Add an explicit license., Ludovic Courtès, 2017/09/01
- 09/14: gpce-2017: Fix typo., Ludovic Courtès, 2017/09/01
- 03/14: gpce-2017: Write some more., Ludovic Courtès, 2017/09/01
- 04/14: gpce-2017: Fixlets., Ludovic Courtès, 2017/09/01
- 07/14: gpce-2017: Deanonymize., Ludovic Courtès, 2017/09/01
- 13/14: gpce-2017: Shrink to 7 pages (10pt font)., Ludovic Courtès, 2017/09/01