[git] GPGME - branch, ben/python-docs-01, updated. gpgme-1.10.0-35-g6f2e2e0
by Ben McGinnes
cvs at cvs.gnupg.org
Mon Feb 26 03:57:04 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, ben/python-docs-01 has been updated
via 6f2e2e0f150d5c6d53de5bc48af137f7864d5fd9 (commit)
from 272a8e778a959cb24298f488e77fce9bffd23b7a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6f2e2e0f150d5c6d53de5bc48af137f7864d5fd9
Author: Ben McGinnes <ben at adversary.org>
Date: Mon Feb 26 13:51:23 2018 +1100
LaTeX headers
* Set LaTeX headers to enable ligatures and a 12pt font by default.
* Paper size left for regional defaults.
* Using XeLaTeX for easier font control.
* Using default LaTeX font of Latin Main, but that's easy enough to change.
diff --git a/lang/python/docs/Short_History.org b/lang/python/docs/Short_History.org
index 3ce3480..f684f0a 100644
--- a/lang/python/docs/Short_History.org
+++ b/lang/python/docs/Short_History.org
@@ -1,6 +1,10 @@
#+TITLE: A Short History of the GPGME bindings for Python
+#+LATEX_COMPILER: xelatex
#+LATEX_CLASS: article
+#+LATEX_CLASS_OPTIONS: [12pt]
+#+LATEX_HEADER: \usepackage{xltxtra}
#+LATEX_HEADER: \usepackage[margin=1in]{geometry}
+#+LATEX_HEADER: \setmainfont[Ligatures={Common}]{Latin Modern Roman}
* Overview
:PROPERTIES:
diff --git a/lang/python/docs/TODO.org b/lang/python/docs/TODO.org
index 10324e6..9f039d8 100644
--- a/lang/python/docs/TODO.org
+++ b/lang/python/docs/TODO.org
@@ -1,6 +1,10 @@
#+TITLE: Stuff To Do
+#+LATEX_COMPILER: xelatex
#+LATEX_CLASS: article
+#+LATEX_CLASS_OPTIONS: [12pt]
+#+LATEX_HEADER: \usepackage{xltxtra}
#+LATEX_HEADER: \usepackage[margin=1in]{geometry}
+#+LATEX_HEADER: \setmainfont[Ligatures={Common}]{Latin Modern Roman}
* Project Task List
:PROPERTIES:
-----------------------------------------------------------------------
Summary of changes:
lang/python/docs/Short_History.org | 4 ++++
lang/python/docs/TODO.org | 4 ++++
2 files changed, 8 insertions(+)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list