From 916e302251f934f763103fef558b7ae94eaf166e Mon Sep 17 00:00:00 2001 From: goodger Date: Tue, 24 Feb 2009 15:01:41 +0000 Subject: [PATCH] markup fixes git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@5876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/code-block-directive/docs/syntax-highlight.txt | 4 ++-- sandbox/latex-variants/README.txt | 10 ++++++---- sandbox/latex-variants/tests/README.txt | 1 - 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sandbox/code-block-directive/docs/syntax-highlight.txt b/sandbox/code-block-directive/docs/syntax-highlight.txt index a71cc5b77..fd14712b6 100644 --- a/sandbox/code-block-directive/docs/syntax-highlight.txt +++ b/sandbox/code-block-directive/docs/syntax-highlight.txt @@ -229,7 +229,7 @@ HTML based on docutils' default stylesheet and the output of ``pygmentize -S default -f html``. - The conversion of `myfunction.py.txt`_ looks like + The conversion of ``_ looks like ``_. The "s5" and "pep" writers are not tested yet. @@ -243,7 +243,7 @@ XML LaTeX "latex2e" (SVN version) works out of the box. - * A style file, e.g. `pygments-docutilsroles.sty`_, is required to actually + * A style file, e.g. ``_, is required to actually highlight the code in the output. (As with HTML, the pygments-produced style file will not work with docutils' output.) diff --git a/sandbox/latex-variants/README.txt b/sandbox/latex-variants/README.txt index 14376b297..4481f1321 100644 --- a/sandbox/latex-variants/README.txt +++ b/sandbox/latex-variants/README.txt @@ -451,10 +451,12 @@ Backwards compatibility The following behaviour is new: :font-encoding = '': do not load `ae` and `aeguill` packages, i.e. - * do not change font settings, - * do not use the fontenc package - (implicitely loaded via `ae`), - * use LaTeX default font encoding (OT1) + + * do not change font settings, + * do not use the fontenc package + (implicitely loaded via `ae`), + * use LaTeX default font encoding (OT1) + :font-encoding = OT1: load `fontenc` with ``\usepackage[OT1]{fontenc}`` Needed Action: diff --git a/sandbox/latex-variants/tests/README.txt b/sandbox/latex-variants/tests/README.txt index 825a612fd..5dc67f915 100644 --- a/sandbox/latex-variants/tests/README.txt +++ b/sandbox/latex-variants/tests/README.txt @@ -15,4 +15,3 @@ should run with `py.test`_ as well. .. _nose: http://somethingaboutorange.com/mrl/projects/nose/ .. _py.test: http://codespeak.net/py/current/doc/test.html -x -- 2.11.4.GIT