Minor modifications, to fix bad display in TeX output
This commit is contained in:
parent
9c5bc8f92d
commit
1fbdddb9dc
1 changed files with 10 additions and 10 deletions
|
|
@ -5558,11 +5558,11 @@ it will issue a warning giving you the file and line number of the
|
||||||
problem.
|
problem.
|
||||||
|
|
||||||
@item --time-colon
|
@item --time-colon
|
||||||
The --time-colon option will display the value for a seconds based
|
The @code{--time-colon} option will display the value for a seconds
|
||||||
commodity as real hours and minutes.
|
based commodity as real hours and minutes.
|
||||||
|
|
||||||
For example 8100 seconds by default will be displayed as 2.25 whereas
|
For example 8100 seconds by default will be displayed as 2.25 whereas
|
||||||
with the --time-colon option they will be displayed as 2:15.
|
with the @code{--time-colon} option they will be displayed as 2:15.
|
||||||
|
|
||||||
@item --value-expr @var{FIXME}
|
@item --value-expr @var{FIXME}
|
||||||
FIX THIS ENTRY @c FIXME thdox
|
FIX THIS ENTRY @c FIXME thdox
|
||||||
|
|
@ -7534,7 +7534,7 @@ Return value rounded to n digits. Does not affect formatting.
|
||||||
* Basics::
|
* Basics::
|
||||||
* Format String Structure::
|
* Format String Structure::
|
||||||
* Format Expressions::
|
* Format Expressions::
|
||||||
* --balance-format::
|
* @code{--balance-format}::
|
||||||
* Formatting codes::
|
* Formatting codes::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
|
@ -7608,7 +7608,7 @@ The same, no more than 20 chars wide.
|
||||||
The expression following the format constraints can be a single letter,
|
The expression following the format constraints can be a single letter,
|
||||||
or an expression enclosed in parentheses or brackets.
|
or an expression enclosed in parentheses or brackets.
|
||||||
|
|
||||||
@node Format Expressions, --balance-format, Format String Structure, Format Strings
|
@node Format Expressions, @code{--balance-format}, Format String Structure, Format Strings
|
||||||
@section Format Expressions
|
@section Format Expressions
|
||||||
|
|
||||||
The allowable expressions are:
|
The allowable expressions are:
|
||||||
|
|
@ -7714,8 +7714,8 @@ same format string is used for all postings.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node --balance-format, Formatting codes, Format Expressions, Format Strings
|
@node @code{--balance-format}, Formatting codes, Format Expressions, Format Strings
|
||||||
@section --balance-format
|
@section @code{--balance-format}
|
||||||
@findex --balance-format @var{FORMAT_STRING}
|
@findex --balance-format @var{FORMAT_STRING}
|
||||||
@findex --format @var{FORMAT_STRING}
|
@findex --format @var{FORMAT_STRING}
|
||||||
|
|
||||||
|
|
@ -7731,7 +7731,7 @@ various functions are described later):
|
||||||
"--------------------\n"
|
"--------------------\n"
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@node Formatting codes, , --balance-format, Format Strings
|
@node Formatting codes, , @code{--balance-format}, Format Strings
|
||||||
@section Formatting Functions and Codes
|
@section Formatting Functions and Codes
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
|
@ -7909,7 +7909,7 @@ day of the month (dd), zero padded 10
|
||||||
day of the month (dd) 10
|
day of the month (dd) 10
|
||||||
|
|
||||||
@item %j
|
@item %j
|
||||||
day of year, zero padded 000-366
|
day of year, zero padded 000–366
|
||||||
|
|
||||||
@item %u
|
@item %u
|
||||||
day of week starting with Monday (1), i.e. @code{mtwtfss} 3
|
day of week starting with Monday (1), i.e. @code{mtwtfss} 3
|
||||||
|
|
@ -8162,7 +8162,7 @@ journal file.
|
||||||
@section Queries
|
@section Queries
|
||||||
|
|
||||||
The Journal.query() method accepts every argument you can specify on
|
The Journal.query() method accepts every argument you can specify on
|
||||||
the command-line, including --options.
|
the command-line, including @code{--options}.
|
||||||
|
|
||||||
Since a query ``cooks'' the journal it applies to, only one query may
|
Since a query ``cooks'' the journal it applies to, only one query may
|
||||||
be active for that journal at a given time. Once the query object is
|
be active for that journal at a given time. Once the query object is
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue