[doc] Bump Ledger version to 3.1
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]
This commit is contained in:
parent
0669ca9b40
commit
8946454b61
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
@titlepage
|
||||
@title Ledger: Command-Line Accounting
|
||||
@subtitle For Version 3.0 of Ledger
|
||||
@subtitle For Version 3.1 of Ledger
|
||||
@author John Wiegley
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue