• # Pr ma part ...

    Posté par . En réponse au message Convertir du code source en PDF. Évalué à 2.

    ... j'utilise pour ce faire vim à grand renfort de:

    :hardcopy > code.ps


    Puis ensuite, ps2pdf ou autre.
    L'aide de la commande hardcopy:

    :[range]ha[rdcopy][!] [arguments]
    Send [range] lines (default whole file) to the
    printer.

    On MS-Windows a dialog is displayed to allow selection
    of printer, paper size etc. To skip the dialog, use
    the [!]. In this case the printer defined by
    'printdevice' is used, or, if 'printdevice' is empty,
    the system default printer.

    For systems other than MS-Windows, PostScript is
    written in a temp file and 'printexpr' is used to
    actually print it. Then [arguments] can be used by
    'printexpr' through |v:cmdarg|. Otherwise [arguments]
    is ignored. 'printoptions' can be used to specify
    paper size, duplex, etc.

    :[range]ha[rdcopy][!] >{filename}
    As above, but write the resulting PostScript in file
    {filename}.
    Things like "%" are expanded |cmdline-special|
    Careful: An existing file is silently overwritten.
    {only available when compiled with the |+postscript|
    feature}
    On MS-Windows use the "print to file" feature of the
    printer driver.