| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
According to mdoc (7) "The `.Nm' macro is used for the document title or
subject name. It has the peculiarity of remembering the first argument
it was called with, which should always be the subject name of the page."
Therefore it should only be used the print `ledger` in the manpage
For the Ledger commands register, balance, etc The .Ic (internal
command) is much better suited.
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
and change formatting for value expressions using @defun, @defvar.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to related balance assertions section.
[ci skip]
|
|\ \ \ \
| | | | |
| | | | | |
Add documentation for --no-pager option.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Minor updates to --pager documentation.
[ci skip]
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | | |
ledger-reconcile.el and ledger-mode.texi.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Replace @ftable @code argument with @option of @command depending
on the documented items
* Remove @c option comment from @items documenting options
|
| | | |
| | | |
| | | | |
so that they are reported properly by test/CheckTests.py
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The following value expressions result in an error: A, B, g, G, I, v, V
Tested using:
% for o in A B g G I v V; do
ledger -f test/input/sample.dat -F "%(${o}(amount))\n" reg
done
While handling posting from "test/input/sample.dat", line 17:
> Assets:Bank:Checking $1,000.00
Error: The A value expression variable is no longer supported
...
[ci skip]
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Manual install instructions
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I also removed some sentences that were useful for older build systems.
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add single letter directive to index
[ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
On top of @node, @xref{} can also be linked to @anchor.
[ci skip]
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Make consistent the syntax of "command-line"
[ci skip]
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
And other typos fixes
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
[ci skip]
|
|/ / / /
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
as suggested by:
% mandoc -Tlint doc/ledger.1
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to mention ~/.ledgerrc more prominently.
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Minor wording edit
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to check whether all available ledger options documented
and are being tested.
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Improve readability of Markdown by moving links
to the bottom of the file.
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The LICENSE.rtf file can be generated from LICENSE.md easily if needed,
at the moment there seems to be no use for it, since CPack isn't used
to generate binary distribution archives.
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | |
| | |
| | |
| | |
| | | |
for --period synonyms like --monthly, et al.
[ci skip]
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
to highlight only the xact keyword
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
since "troff can be confused by blank space characters
at the end of a line." -- mdoc (7)
[ci skip]
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
[ci skip]
|
| | |
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It would be great to use texinfo variables to set the current Ledger
version, e.g. @value{Ledger_VERSION_MAJOR} and pass the CMake variables
to texi2pdf via --command='@set Ledger_VERSION_MAJOR ${Ledger_VERSION_MAJOR}'.
Unfortunately texi2pdf will err with:
Argument of @parseargline has an extra }.
<inserted text>
@par
<to be read again>
}
@\subtitle ...epage {@subtitlefont @rightline {#1}
}
l.153 @subtitle For Version @value{Ledger_VERSION_MAJOR} of Ledger
[ci skip]
|
| | |
|