Hello Lucas,

Thanks for this great tutorial.

I know that this bug is fixed in git[0], but maybe you could find
useful this alternative approach to fix the bug (see the attached
patch).

Thanks again for your work in this tutorial.


[0] commit bfa064294f1e33e2122560f3412c97e1586f947d

-- 
Josué M. Abarca S.
Vos mereces Software Libre.
PGP key 4096R/70D8FB2A 2009-06-17
Huella de clave = B3ED 4984 F65A 9AE0 6511  DAF4 756B EB4B 70D8 FB2A
From bfa064294f1e33e2122560f3412c97e1586f947d Mon Sep 17 00:00:00 2001
From: Josue Abarca <jmasli...@debian.org.gt>
Date: Thu, 21 Jun 2012 11:13:54 -0600
Subject: [PATCH] Build system: Add again LATEXFILTER with the fixed path to
 the script. Closes: #676748.

---
 Makefile |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Makefile b/Makefile
index 82138db..572136b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,16 @@
 include LaTeX.mk
 
+LATEXFILTER=/usr/share/texmf/scripts/latex-make/latexfilter.py |\
+  grep -v 'Overfull .[vh]box ([^)]*) has occurred while .output is active' |\
+  grep -v 'Underfull .[vh]box ([^)]*) has occurred while .output is active' |\
+  grep -v 'Overfull .[vh]box ([^)]*) in paragraph at lines ' |\
+  grep -v 'Overfull .[vh]box ([^)]*) detected at line ' |\
+  grep -v 'hyperref[^r]*removing' | \
+  grep -v 'Overfull .[vh]box ([^)]*) detected at line ' |\
+  grep  '[a-zA-Z]' |\
+  grep -v 'Package hyperref Warning: Token not allowed in a PDFDocEncoded string,' |\
+  grep -v 'OT1/cmss/././. ../..'
+
 printable:
 	pdfnup --paper a4paper --no-landscape --nup 2x4 --frame true --offset '0cm 0cm' --delta '0.5mm 0.5mm' --scale 0.965 --suffix 8 packaging-tutorial.pdf
 	pdfnup --paper a4paper --landscape --nup 2x2 --frame true --offset '0cm 0cm' --delta '1mm 1mm' --scale 0.96 --suffix 4 packaging-tutorial.pdf
-- 
1.7.10

Attachment: signature.asc
Description: Digital signature

Reply via email to