moved from @strong to @emph on some items
This commit is contained in:
parent
d78c336741
commit
75fa5fdeb0
1 changed files with 6 additions and 6 deletions
|
|
@ -1614,7 +1614,7 @@ both exist, you ask? To support things like this:
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
This transaction says that you bought 11 gallons priced at $2.299 per
|
This transaction says that you bought 11 gallons priced at $2.299 per
|
||||||
gallon at a @strong{cost to you} of $2.30 per gallon. Ledger
|
gallon at a @emph{cost to you} of $2.30 per gallon. Ledger
|
||||||
auto-generates a balance posting in this case to Equity:Capital Losses
|
auto-generates a balance posting in this case to Equity:Capital Losses
|
||||||
to reflect the 1.1 cent difference, which is then balanced by
|
to reflect the 1.1 cent difference, which is then balanced by
|
||||||
Assets:Checking because its amount is null.
|
Assets:Checking because its amount is null.
|
||||||
|
|
@ -2140,7 +2140,7 @@ is equivalent to this:
|
||||||
|
|
||||||
Note that ending a @code{fixed} is done differently than other
|
Note that ending a @code{fixed} is done differently than other
|
||||||
directives, as @code{fixed} is closed with an @code{endfixed} (i.e.,
|
directives, as @code{fixed} is closed with an @code{endfixed} (i.e.,
|
||||||
there is @strong{no space} between @code{end} and @code{fixed}).
|
there is @emph{no space} between @code{end} and @code{fixed}).
|
||||||
|
|
||||||
For the moment, users may wish to study
|
For the moment, users may wish to study
|
||||||
@uref{http://bugs.ledger-cli.org/show_bug.cgi?id=789, Bug Report 789}
|
@uref{http://bugs.ledger-cli.org/show_bug.cgi?id=789, Bug Report 789}
|
||||||
|
|
@ -5436,15 +5436,15 @@ Report each posting’s deviation from the average. It is only
|
||||||
meaningful in the register and prices reports.
|
meaningful in the register and prices reports.
|
||||||
|
|
||||||
@item --display-amount <EXPR>
|
@item --display-amount <EXPR>
|
||||||
Apply a transform to the
|
Apply a transform to the @emph{displayed} amount. This occurs after
|
||||||
@strong{displayed} amount. This occurs after calculations occur.
|
calculations occur.
|
||||||
|
|
||||||
@item --display <BOOLEAN_EXPR>
|
@item --display <BOOLEAN_EXPR>
|
||||||
Display lines that satisfy the expression given.
|
Display lines that satisfy the expression given.
|
||||||
|
|
||||||
@item --display-total <EXPR>
|
@item --display-total <EXPR>
|
||||||
Apply a transform to the
|
Apply a transform to the @emph{displayed} total. This occurs after
|
||||||
@strong{displayed} total. This occurs after calculations occur.
|
calculations occur.
|
||||||
|
|
||||||
@item --dow
|
@item --dow
|
||||||
group transactions by the day of the week.
|
group transactions by the day of the week.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue