From 76e914553747bc5822101d93a9a7e8f8e5226c36 Mon Sep 17 00:00:00 2001 From: Jean-Charles Malahieude Date: Sat, 7 Feb 2015 12:12:11 +0100 Subject: [PATCH] Doc-fr: updates running.itely Issue 4251: Reduce size of PDF files when inc. in *TeX docs --- Documentation/fr/usage/running.itely | 31 +++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/Documentation/fr/usage/running.itely b/Documentation/fr/usage/running.itely index a3d3579e54..92b38f90ce 100644 --- a/Documentation/fr/usage/running.itely +++ b/Documentation/fr/usage/running.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- @ignore - Translation of GIT committish: 2af77c4ae79774eeb99314c052b12f990f03a538 + Translation of GIT committish: 0061a10c574353b9bb4097ba1c214da7d9d714a2 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -198,6 +198,35 @@ Différentes options sont disponibles en ligne de commande : @table @code +@item -b, --bigpdfs +@cindex bigpdfs + +Les fichiers PDF générés peuvent être beaucoup plus lourd que la normale +selon le degré d'optimisation des fontes. Néanmoins, lorsque plusieurs +fichiers PDF sont inclus dans un document @code{pdftex}, @code{xetex} ou +@code{luatex}, ils peuvent faire l'objet d'un traitement supplémentaire +par @code{ghostscript} afin de fusionner les données de fontes +redondantes et ainsi obtenir un fichier PDF @emph{significativement} +plus léger. + +@example +lilypond -b monfichier +@end example + +Puis lancer @code{ghostscript} : + +@example +gs -q -sDEVICE=pdfwrite -o gsout.pdf monfichier.pdf +@end example + +@code{pdfsizeopt.py} vient alors en complément pour optimiser encore la +taille du fichier : + +@example +pdfsizeopt.py --use-multivalent=no gsout.pdf final.pdf +@end example + + @item -d, --define-default=@var{variable}=@var{valeur} Voir @ref{Options avancées de lilypond}. -- 2.39.5