Eskil

Check-in [c07ac8613c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Document default print settings.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c07ac8613c7ca1722372eea7c9b23adf7f1636705145747fee3dc1695cadc639
User & Date: peter 2019-02-04 15:56:39.412
Context
2019-02-04
16:08
Revert bad file. check-in: a50e753c1b user: peter tags: trunk
15:56
Document default print settings. check-in: c07ac8613c user: peter tags: trunk
15:55
Include a file selector when committing multiple files. check-in: 9b0b8b820c user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to htdocs/print.wiki.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<title>Print</title>
<h1>Print to PDF</h1>

A PDF of the differences can be generated from the File->Print Pdf menu.

The PDF will be generated from the current screens, so make sure any
settings like context and ignore are done and you have regenerated the diff.

The following choices are available (command line flag in parens):

  *  Header Size. Font size to use for page header. (-printHeaderSize)
  *  Paper size. Landscape  will always be used. (-printPaper)
  *  Chars per line. See below. (-printCharsPerLine)
  *  RGB background values for diff display. Text is always black.  (-printColor*)

From the command line you can also give -printFont <ttffile/afmfile>.
See [./usage.wiki|Usage] for all command line flags.

The font size is automatically scaled to fit the given characters per line.
The GUI will give you choices that fit all or most lines in that line length.










|
|
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<title>Print</title>
<h1>Print to PDF</h1>

A PDF of the differences can be generated from the File->Print Pdf menu.

The PDF will be generated from the current screens, so make sure any
settings like context and ignore are done and you have regenerated the diff.

The following choices are available (command line flag in parens):

  *  Header Size. Font size to use for page header. (-printHeaderSize, default 10)
  *  Paper size. Landscape  will always be used. (-printPaper, default a4)
  *  Chars per line. See below. (-printCharsPerLine, default 80)
  *  RGB background values for diff display. Text is always black.  (-printColor*)

From the command line you can also give -printFont <ttffile/afmfile>.
See [./usage.wiki|Usage] for all command line flags.

The font size is automatically scaled to fit the given characters per line.
The GUI will give you choices that fit all or most lines in that line length.