Your message dated Wed, 15 Sep 2010 20:47:46 +0000
with message-id <[email protected]>
and subject line Bug#596067: fixed in ikiwiki 3.20100915
has caused the Debian Bug report #596067,
regarding [PATCH] teximg: Use Unicode UTF-8 encoding by default.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
596067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596067
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: [PATCH] teximg: Use Unicode UTF-8 encoding by default.
Package: ikiwiki
Version: 3.20100831
Severity: normal
Tags: patch
*** Please type your report below this line ***
---
If I am not mistaking all source files in ikiwiki are encoded in Unicode UTF-8.
Adding `\usepackage[utf8]{inputenc}` enables LaTeX to deal with the encoding.
As a consequence some special characters like umlauts can be used in the source
code which is useful for foreign languages.
[[!teximg code="a = b \text{ für alle } b \neq 2"]]
But for example »≠« cannot be used in LaTeX right now. One has to use other TeX
systems like XeTeX or LuaTeX featuring native UTF-8 support or use additional
nonstandard packages like uniinput [1].
I used the package `inputenc` (`texdoc inputenc`) and not `inputenx` (`texdoc
inputenx`), because I have not used `inputenx` that much and using the option
`math` is not supported in Debian (and I guess other distributions too) since
`inpmath` is not included in CTAN.
[1] http://wiki.neo-layout.org/browser/latex/Standard-LaTeX
Signed-off-by: Paul Menzel <[email protected]>
---
1. I hope `git am` can cope with all the »---« I included in this report and
extract the commit message correctly.
2. Patrick I am adding you to CC, because you are the author of the plugin.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ikiwiki depends on:
ii libhtml-parser-perl 3.66-1 collection of modules that parse H
ii libhtml-scrubber-perl 0.08-4 Perl extension for scrubbing/sanit
ii libhtml-template-perl 2.9-2 module for using HTML Templates wi
ii liburi-perl 1.55-1 module to manipulate and access UR
ii markdown 1.0.1-7 Text-to-HTML conversion tool
ii perl 5.10.1-14 Larry Wall's Practical Extraction
ii python 2.6.6-1 interactive high-level object-orie
ii python-support 1.0.9 automated rebuilding support for P
Versions of packages ikiwiki recommends:
ii bzr 2.2.0-1 easy to use distributed version co
ii gcc [c-compiler] 4:4.4.4-2 The GNU C compiler
ii gcc-4.2 [c-compiler] 4.2.4-6 The GNU C compiler
ii gcc-4.3 [c-compiler] 4.3.5-2 The GNU C compiler
ii gcc-4.4 [c-compiler] 4.4.4-13 The GNU C compiler
ii git [git-core] 1:1.7.1-1.1 fast, scalable, distributed revisi
ii git-core 1:1.7.1-1.1 fast, scalable, distributed revisi
ii libauthen-passphrase-perl 0.007-1 Perl module encapsulating hashed p
ii libc6-dev [libc-dev] 2.11.2-5 Embedded GNU C Library: Developmen
ii libcgi-formbuilder-perl 3.05.01-7 Easily generate and process statef
ii libcgi-session-perl 4.41-1 persistent session data in CGI app
ii liblwpx-paranoidagent-perl 1.07-1 a "paranoid" subclass of LWP::User
ii libmail-sendmail-perl 0.79.16-1 Send email from a perl script
ii libnet-openid-consumer-perl 1.03-1 library for consumers of OpenID id
ii libterm-readline-gnu-perl 1.20-1 Perl extension for the GNU ReadLin
ii libtimedate-perl 1.2000-1 collection of modules to manipulat
ii libxml-simple-perl 2.18-3 Perl module for reading and writin
ii mercurial 1.6.2-2 scalable distributed version contr
ii subversion 1.6.12dfsg-1 Advanced version control system
Versions of packages ikiwiki suggests:
pn dvipng <none> (no description available)
ii file 5.04-5 Determines file type using "magic"
ii gettext 0.18.1.1-1 GNU Internationalization utilities
ii graphviz 2.26.3-5 rich set of graph drawing tools
ii libcrypt-ssleay-perl 0.57-2 Support for https protocol in LWP
pn libfile-mimeinfo-perl <none> (no description available)
pn libhighlight-perl <none> (no description available)
ii libhtml-tree-perl 3.23-2 Perl module to represent and creat
ii liblocale-gettext-perl 1.05-6 Using libc functions for internati
ii libmailtools-perl 2.06-1 Manipulate email in perl programs
pn libnet-amazon-s3-perl <none> (no description available)
pn librpc-xml-perl <none> (no description available)
pn libsearch-xapian-perl <none> (no description available)
pn libsort-naturally-perl <none> (no description available)
pn libsparkline-php <none> (no description available)
pn libtext-csv-perl <none> (no description available)
pn libtext-textile-perl <none> (no description available)
pn libtext-typography-perl <none> (no description available)
pn libtext-wikicreole-perl <none> (no description available)
pn libtext-wikiformat-perl <none> (no description available)
pn libxml-feed-perl <none> (no description available)
pn libyaml-perl <none> (no description available)
pn perlmagick <none> (no description available)
pn po4a <none> (no description available)
pn polygen <none> (no description available)
pn python-docutils <none> (no description available)
ii texlive 2009-10 TeX Live: A decent selection of th
pn tidy <none> (no description available)
pn viewvc | gitweb | viewcvs <none> (no description available)
pn xapian-omega <none> (no description available)
-- no debconf information
---
IkiWiki/Plugin/teximg.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/IkiWiki/Plugin/teximg.pm b/IkiWiki/Plugin/teximg.pm
index 521af49..195792a 100644
--- a/IkiWiki/Plugin/teximg.pm
+++ b/IkiWiki/Plugin/teximg.pm
@@ -13,6 +13,7 @@ use IkiWiki 3.00;
my $default_prefix = <<EOPREFIX;
\\documentclass{article}
+\\usepackage[utf8]{inputenc}
\\usepackage{amsmath}
\\usepackage{amsfonts}
\\usepackage{amssymb}
--
1.7.1
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: ikiwiki
Source-Version: 3.20100915
We believe that the bug you reported is fixed in the latest version of
ikiwiki, which is due to be installed in the Debian FTP archive:
ikiwiki_3.20100915.dsc
to main/i/ikiwiki/ikiwiki_3.20100915.dsc
ikiwiki_3.20100915.tar.gz
to main/i/ikiwiki/ikiwiki_3.20100915.tar.gz
ikiwiki_3.20100915_all.deb
to main/i/ikiwiki/ikiwiki_3.20100915_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[email protected]> (supplier of updated ikiwiki package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 15 Sep 2010 16:29:01 -0400
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.20100915
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[email protected]>
Changed-By: Joey Hess <[email protected]>
Description:
ikiwiki - a wiki compiler
Closes: 596067
Changes:
ikiwiki (3.20100915) unstable; urgency=low
.
* needsbuild hook interface changed; the hooks should now return
the modified array of things that need built. (Backwards compatibility
code keeps plugins using the old interface working.)
* Remove PATH overriding code in ikiwiki script that was present to make
perl taint checking happy, but taint checking is disabled.
* teximg: Use Unicode UTF-8 encoding by default. Closes: #596067
Thanks, Paul Menzel.
* po: Make the po_master_language use a langpair like "en|English",
so it can be configured via the web.
* po: Allow enabling via web setup.
* po: Auto-upgrade old format settings to new formats when writing
setup file.
* Pass array of names of files that have been deleted to needsbuild hook
as second parameter, to allow for plugins that needs access to this
information earlier than the delete hook.
* actiontabs: Improve tab padding.
* blueview: Fix display of links to translated pages in the page header.
* Set isPermaLink="no" for guids in rss feeds.
* blogspam: Fix crash when content contained utf-8.
* external: Disable RPC::XML's "smart" encoding, which sent ints
for strings that contained only a number, fixing a longstanding crash
of the rst plugin.
* git: When updating from remote, use git pull --prune, to avoid possible
errors from conflicting obsolete remote branches.
* cutpaste: Fix bug that occured in some cases involving inlines when
text was pasted on a page before being cut.
Checksums-Sha1:
60ba1246ad62f8b69b3c936885555c16826ffe54 1788 ikiwiki_3.20100915.dsc
68f5c7bd9e108c43ff7cd37cf58c9dac6eb98a7a 1944979 ikiwiki_3.20100915.tar.gz
f74a5a06b2f896177384684e7bbbe42c6c1d04c6 1351398 ikiwiki_3.20100915_all.deb
Checksums-Sha256:
2bc66e665e8f3cf4be4e912b8331ebc71dcd6d5bda6de103939c0908991b29b3 1788
ikiwiki_3.20100915.dsc
3319c3ead0e40d34ecb3815c4ec535a4cf4f1c277955311cafec2b8e0b0131aa 1944979
ikiwiki_3.20100915.tar.gz
23528a96e41ef02ada7d20f092d98262ab6bafa5da008d586bf9f0f2b1e75135 1351398
ikiwiki_3.20100915_all.deb
Files:
833098ca9d97b9139f949108c4841c2a 1788 web optional ikiwiki_3.20100915.dsc
ccfa59aab41b4ea2fe305d73890d35bc 1944979 web optional ikiwiki_3.20100915.tar.gz
bcd422c9a56e9a4f79d7bdb86629a798 1351398 web optional
ikiwiki_3.20100915_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIVAwUBTJEvOckQ2SIlEuPHAQikrQ//XqdzoaAmaDL07TDqGF6QiSKajq2cJCnZ
3aaZUlrMAOENOvWMWfIwksPeIUtmW8bugls4nKd9iGypsd1J3IJwUd0LJM+6SGhk
gwVppPHnij/1GgeH/ntXmeBDrHC9dxBNmT5m+V7Msu63Z3junWH5THrDD1oAOVlc
lbeIuP5v9bxBtagBXx/lk3ZOYHO1lTaUnaIrr2Njp2pUft/eWsf3oEo1NEPzHWNk
XxyYvsYFqkrjIZI2bxwfXKQyp8Bx4P9AMecNvjfPYagBP4hJD3OKZjpJlSz8cUI3
hp5QO69svHO8Le76vL2MBWOt23wvCCHgQ9ftkzzUqXFyyB7q4T+wzj89vV/W61do
SFA1EvvsE9558VxrFEmrVSjfa4xZjbSach5rCSCVvBZKDDS3mw69Er1JUMFV16Fx
H++lVypzmYfk4hAu29OtMmY7P8gdMo+sK3PsoBsLit8kSlwz4b0SrPyTWvPT6309
t36h4yIzdZiNYFdW1y6hDNmfNykBPiduFe+TfopVhB2zP/eteH7/HT/qHPSuyjzC
D4pLPbzso0rhsBvYMuPRzgLbpCc88meSE2sMx+67FW0jsTNlDvkSB0bpM5ulSJbi
uMSsjf4GJzL5sMlqZ9Yc2gQXp8bWDmBEgXuRwRqCzPj4AQ99bIRdH19zIe7+MFH1
D5GOGILAXkI=
=qvri
-----END PGP SIGNATURE-----
--- End Message ---