thdox
f4bca599d7
Move keyboard shortcuts to @kbd{}
...
Move sample to @samp{}
Move menu entries to @samp{}
Move Ledger-mode variables to @options{}
Move single characters to @samp{}
Also use @emph{}
2013-04-30 22:11:20 +02:00
thdox
bb2a52cfa2
Fix consistency of "Ledger-mode" spelling
2013-04-30 21:23:48 +02:00
thdox
dfe1c4995b
Moved from @smallexample to @example
2013-04-30 21:18:33 +02:00
thdox
2c5d375781
Add indexes
2013-04-30 21:18:04 +02:00
thdox
f20e16cc4a
Adjust of blank lines between keywords and sections
...
M-x fill-paragraph at column 72
M-x delete-trailing-whitespace
And some other minor fixes
2013-04-30 21:10:12 +02:00
thdox
b2e63df0e6
Add description for /dev/stdin as input file
2013-04-30 00:38:08 +02:00
thdox
f5ece775af
Add description for --unrealized-gains and --unrealized-losses
2013-04-30 00:37:34 +02:00
thdox
1668c74036
Add description for --time-colon
2013-04-30 00:13:16 +02:00
John Wiegley
2dee0a1ef9
Merge pull request #183 from thdox/command-index
...
Command indexation
2013-04-29 14:38:34 -07:00
thdox
1cca1c1ef0
Moved to "FIX THIS ENTRY" for consistency
2013-04-29 22:25:35 +02:00
thdox
600a9c5d3b
Change from -report to -format as -report can not be found in source code
2013-04-29 22:25:35 +02:00
thdox
68dde8cda6
Some cleanup on pre-commands
2013-04-29 22:25:34 +02:00
thdox
6ca9c4ef56
Check that options in global.cc::lookup_option,
...
report.cc::lookup_option, session.cc::lookup_option, are listed in
documentation.
Add consistency about the @var{} variables passed to --options.
M-x texinfo-all-menus-update
2013-04-29 22:25:16 +02:00
thdox
1438ab783c
Add documentation about pre-commands
2013-04-29 22:23:41 +02:00
thdox
04973bd109
Use @samp{} for single characters
2013-04-29 22:23:14 +02:00
thdox
b7437fe609
no space before and after '---'
2013-04-28 14:44:58 +02:00
thdox
d1156f7a32
Use @samp for single characters as recommended in Texinfo manual (i.e.
...
use @samp{$} instead of '$')
2013-04-28 14:28:09 +02:00
thdox
1af84dcaa4
Use @kbd instead of @code for keyboard shortcuts
2013-04-28 14:11:54 +02:00
thdox
b5de3925c7
Moved syntax from "--option STR" to "--option @var{STR}". As such, this
...
uses the Texinfo standard, and prints nicely in TeX output.
Also, I did a consistency check (i.e., I renamed STRING to STR as
example).
Also, I deleted the option --wide-register-format
and --wide-register-report, as I could not find them in the code.
2013-04-28 12:17:59 +02:00
thdox
5c82a7ece2
M-x texinfo-all-menus-update
2013-04-28 10:13:28 +02:00
thdox
ec6337403a
Add @findex inside document to index --options cited in document
2013-04-28 09:58:19 +02:00
thdox
ace9629631
For consistency, moved @example to @smallexample
2013-04-28 09:58:19 +02:00
thdox
20865d1bde
Fix consistency of alignment of @smallexample
2013-04-28 09:58:18 +02:00
thdox
423acc73ee
Fix of "Overfull \hbox" when generating the PDF file with texi2pdf
2013-04-28 09:58:18 +02:00
thdox
50b968d73a
Changes @multitable to @ftable so that they are automatically indexed.
...
Added @findex for command so that they are indexed.
2013-04-28 09:58:18 +02:00
thdox
173ad3d053
Moved @subsubheading to @subsubsection for consistency
2013-04-28 09:58:18 +02:00
thdox
d1c4d1b60e
Removed this op index, will only use standard @findex fn index, and
...
particularly @ftable
2013-04-28 09:58:18 +02:00
thdox
98bb69be4b
minor changes for consistency
2013-04-28 09:58:18 +02:00
thdox
75fa5fdeb0
moved from @strong to @emph on some items
2013-04-28 09:58:18 +02:00
thdox
d78c336741
Use @headitem in @multitable.
...
This prints nicer in Info output.
This prints the same in TeX output.
2013-04-28 09:58:18 +02:00
thdox
fa9eb2e0f5
CSV is Comma Separated Values
2013-04-28 09:58:18 +02:00
thdox
719115f258
Remove double spaces when relevant
2013-04-28 09:58:18 +02:00
John Wiegley
b86c65a145
Merge pull request #182 from thdox/documentation-commands
...
Documentation commands
2013-04-27 15:10:16 -07:00
John Wiegley
86111ecffb
Merge pull request #181 from jvrsantacruz/next
...
Improves acprep python3 compatibility
2013-04-27 15:10:02 -07:00
thdox
c90835f742
update of nodes
2013-04-27 15:26:07 +02:00
thdox
e62a92aa12
Remove doubled blank lines
2013-04-27 15:24:30 +02:00
thdox
e2f383d29d
Add blank lines around @item
2013-04-27 15:21:59 +02:00
thdox
49fbf9aa4b
Add blank lines around @smallexample and @end smallexample
2013-04-27 15:12:59 +02:00
thdox
e1fbf1b832
Insert one blank line around @node
2013-04-27 15:00:51 +02:00
thdox
a7f1a43402
Fill paragraph with alignment on 70th column
2013-04-27 14:48:43 +02:00
Javier Santacruz
379bae087e
Improves acprep python3 compatibility
...
Replaces string.join with str.join
Forces conversion to str from byte-returning functions
Introduces usage of 'as' keyword when catching exception instances
Replaces has_key with usage of the 'in' keyword for dictionary key presence checking.
2013-04-27 13:47:07 +02:00
thdox
9219c59533
modified -- to --- as texinfo will use two -- in Info and a long - for TeX.
2013-04-27 13:45:10 +02:00
thdox
fdc39630b6
Add @node when missing
2013-04-27 13:41:58 +02:00
thdox
14a8bb9b99
Around section's commands, add a blank line as recommanded in section
...
Tips of Texinfo manual.
2013-04-27 13:34:09 +02:00
thdox
e9349f7705
Add blank line before @table and after @end table as recommanded in Tips
...
section of Texinfo manual.
2013-04-27 13:22:52 +02:00
thdox
7340048086
Add new index for options
2013-04-27 13:12:37 +02:00
thdox
0fd0dc31fd
Add some help before release. Copied from texinfo.texi.
2013-04-27 13:01:36 +02:00
thdox
8294d98a4f
Moves payees from end to after accounts
2013-04-25 21:00:22 +02:00
thdox
e9ae5cb84f
M-x texinfo-every-node-update
2013-04-25 20:55:35 +02:00
John Wiegley
86d5d81cd2
Merge pull request #180 from thdox/documentation-typos
...
Documentation typos
2013-04-24 15:11:40 -07:00