File: eurosym.patch

package info (click to toggle)
latex2html 2008-debian1-10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,176 kB
  • ctags: 3,925
  • sloc: perl: 30,941; makefile: 429; sh: 155
file content (15 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Support for eurosym package
 This patch adds support for the eurosymbol package, i.e. the \euro and \EUR{}
 macros.
Author: Jorgen Schaefer <forcer@debian.org>
Author: Roland Stigge <stigge@antcom.de>
Bug-Debian: http://bugs.debian.org/163479

--- /dev/null
+++ latex2html-2008-debian1/styles/eurosym.perl
@@ -0,0 +1,5 @@
+sub do_cmd_euro{join('', "&euro;", $_[0]);}
+sub do_cmd_EUR{join('', "&euro;", $_[0]);}
+
+1; # last line
+