mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
Document the new rem2pdf color options.
This commit is contained in:
@@ -555,6 +555,38 @@ The default is 36.
|
||||
The size of the margin at the right of the page in 1/72ndths of an inch.
|
||||
The default is 36.
|
||||
|
||||
=item --line-color=RGB
|
||||
|
||||
The color of the calendar grid lines. For this option and all
|
||||
following color options, the color may be specified as either 3 or 6
|
||||
hex digits, specifying the R, G and B components respectively. For
|
||||
example, FFFFFF is white, FF0000 is a saturated red, and so on. If
|
||||
you supply 3 hex digits, then they are effectively doubled, so that
|
||||
(for example) 5AF is expanded to 55AAFF.
|
||||
|
||||
=item --title-color=RGB
|
||||
|
||||
The color of the calendar title at the top of the page.
|
||||
|
||||
=item --header-color=RGB
|
||||
|
||||
The color of the weekday names in the header row.
|
||||
|
||||
=item --daynum-color=RGB
|
||||
|
||||
The color of the day numbers (and the moon phases, if any)
|
||||
|
||||
=item --smallcal-color=RGB
|
||||
|
||||
The color of the small monthly calendars, if any.
|
||||
|
||||
=item --bg-color=RGB
|
||||
|
||||
The color of the page background.
|
||||
|
||||
Note that all colors default to black (000) except for the
|
||||
page background, which defaults to white (FFF)
|
||||
|
||||
=item --wrap, -y
|
||||
|
||||
Modify the calendar so that if it would normally require 6 rows to print,
|
||||
|
||||
@@ -25,8 +25,10 @@
|
||||
3string34
|
||||
45am
|
||||
45pm
|
||||
55AAFF
|
||||
591test
|
||||
59pm
|
||||
5AF
|
||||
5EDT
|
||||
5v
|
||||
72ndths
|
||||
@@ -134,6 +136,9 @@ EntrySize
|
||||
Example2
|
||||
Expr
|
||||
ExpressionTimeLimit
|
||||
FF0000
|
||||
FFF
|
||||
FFFFFF
|
||||
FIFOs
|
||||
FRENAME
|
||||
FSET
|
||||
@@ -801,6 +806,7 @@ shellescape
|
||||
shextvlfqnu
|
||||
shouldn
|
||||
smachot
|
||||
smallcal
|
||||
soleq
|
||||
somefile
|
||||
sortbanner
|
||||
|
||||
Reference in New Issue
Block a user