Fix "copying" section to use best practises like in LaTeX, GDB or Texinfo manuals
This commit is contained in:
parent
38277eb6ad
commit
0c011b94e5
2 changed files with 50 additions and 52 deletions
|
|
@ -7,24 +7,26 @@
|
||||||
@c a prefix arg). This updates the node pointers, which texinfmt.el
|
@c a prefix arg). This updates the node pointers, which texinfmt.el
|
||||||
@c needs.
|
@c needs.
|
||||||
|
|
||||||
@dircategory Major Modes
|
|
||||||
@copying
|
@copying
|
||||||
Copyright (c) 2013, Craig Earls. All rights reserved.
|
Copyright @copyright{} 2013, Craig Earls. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are
|
modification, are permitted provided that the following conditions are
|
||||||
met:
|
met:
|
||||||
|
|
||||||
- Redistributions of source code must retain the above copyright notice,
|
@itemize
|
||||||
this list of conditions and the following disclaimer.
|
@item
|
||||||
|
Redistributions of source code must retain the above copyright notice,
|
||||||
- Redistributions in binary form must reproduce the above copyright
|
this list of conditions and the following disclaimer.
|
||||||
notice, this list of conditions and the following disclaimer in the
|
@item
|
||||||
documentation and/or other materials provided with the distribution.
|
Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
- Neither the name of New Artisans LLC nor the names of its contributors
|
documentation and/or other materials provided with the distribution.
|
||||||
may be used to endorse or promote products derived from this software
|
@item
|
||||||
without specific prior written permission.
|
Neither the name of New Artisans LLC nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this software
|
||||||
|
without specific prior written permission.
|
||||||
|
@end itemize
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
||||||
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||||
|
|
@ -39,6 +41,11 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
@end copying
|
@end copying
|
||||||
|
|
||||||
|
@dircategory Major Modes
|
||||||
|
@direntry
|
||||||
|
* Ledger Mode: (ledger-mode). Command-Line Accounting
|
||||||
|
@end direntry
|
||||||
|
|
||||||
@documentencoding UTF-8
|
@documentencoding UTF-8
|
||||||
|
|
||||||
@iftex
|
@iftex
|
||||||
|
|
@ -49,17 +56,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
@title Ledger Mode
|
@title Ledger Mode
|
||||||
@subtitle Emacs Support For Version 3.0 of Ledger
|
@subtitle Emacs Support For Version 3.0 of Ledger
|
||||||
@author Craig Earls
|
@author Craig Earls
|
||||||
|
@page
|
||||||
|
@vskip 0pt plus 1filll
|
||||||
|
@insertcopying
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
@direntry
|
|
||||||
* Ledger Mode: (ledger-mode). Command-Line Accounting
|
|
||||||
@end direntry
|
|
||||||
|
|
||||||
@contents
|
@contents
|
||||||
|
|
||||||
@ifnottex
|
@ifnottex
|
||||||
|
|
||||||
@node Top, Copying, (dir), (dir)
|
@node Top, Introduction to Ledger-mode, (dir), (dir)
|
||||||
@top Overview
|
@top Overview
|
||||||
|
|
||||||
Ledger is a command line accounting tool that provides double-entry
|
Ledger is a command line accounting tool that provides double-entry
|
||||||
|
|
@ -73,7 +79,6 @@ reports and much more...
|
||||||
@end ifnottex
|
@end ifnottex
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Copying::
|
|
||||||
* Introduction to Ledger-mode::
|
* Introduction to Ledger-mode::
|
||||||
* The Ledger Buffer::
|
* The Ledger Buffer::
|
||||||
* The Reconcile Buffer::
|
* The Reconcile Buffer::
|
||||||
|
|
@ -87,12 +92,7 @@ reports and much more...
|
||||||
* Keystroke Index::
|
* Keystroke Index::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Copying, Introduction to Ledger-mode, Top, Top
|
@node Introduction to Ledger-mode, The Ledger Buffer, Top, Top
|
||||||
@chapter Copying
|
|
||||||
|
|
||||||
@insertcopying
|
|
||||||
|
|
||||||
@node Introduction to Ledger-mode, The Ledger Buffer, Copying, Top
|
|
||||||
@chapter Introduction to Ledger-mode
|
@chapter Introduction to Ledger-mode
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
|
|
||||||
|
|
@ -7,24 +7,26 @@
|
||||||
@c a prefix arg). This updates the node pointers, which texinfmt.el
|
@c a prefix arg). This updates the node pointers, which texinfmt.el
|
||||||
@c needs.
|
@c needs.
|
||||||
|
|
||||||
@dircategory User Applications
|
|
||||||
@copying
|
@copying
|
||||||
Copyright (c) 2003-2013, John Wiegley. All rights reserved.
|
Copyright @copyright{} 2003-2013, John Wiegley. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are
|
modification, are permitted provided that the following conditions are
|
||||||
met:
|
met:
|
||||||
|
|
||||||
- Redistributions of source code must retain the above copyright
|
@itemize
|
||||||
notice, this list of conditions and the following disclaimer.
|
@item
|
||||||
|
Redistributions of source code must retain the above copyright
|
||||||
- Redistributions in binary form must reproduce the above copyright
|
notice, this list of conditions and the following disclaimer.
|
||||||
notice, this list of conditions and the following disclaimer in the
|
@item
|
||||||
documentation and/or other materials provided with the distribution.
|
Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
- Neither the name of New Artisans LLC nor the names of its
|
documentation and/or other materials provided with the distribution.
|
||||||
contributors may be used to endorse or promote products derived from
|
@item
|
||||||
this software without specific prior written permission.
|
Neither the name of New Artisans LLC nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
@end itemize
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
|
@ -39,6 +41,11 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
@end copying
|
@end copying
|
||||||
|
|
||||||
|
@dircategory User Applications
|
||||||
|
@direntry
|
||||||
|
* Ledger3: (ledger3). Command-Line Accounting
|
||||||
|
@end direntry
|
||||||
|
|
||||||
@documentencoding UTF-8
|
@documentencoding UTF-8
|
||||||
|
|
||||||
@iftex
|
@iftex
|
||||||
|
|
@ -49,27 +56,26 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
@title Ledger: Command-Line Accounting
|
@title Ledger: Command-Line Accounting
|
||||||
@subtitle For Version 3.0 of Ledger
|
@subtitle For Version 3.0 of Ledger
|
||||||
@author John Wiegley
|
@author John Wiegley
|
||||||
|
@page
|
||||||
|
@vskip 0pt plus 1filll
|
||||||
|
@insertcopying
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
@direntry
|
|
||||||
* Ledger3: (ledger3). Command-Line Accounting
|
|
||||||
@end direntry
|
|
||||||
|
|
||||||
@contents
|
@contents
|
||||||
|
|
||||||
@ifnottex
|
@ifnottex
|
||||||
|
|
||||||
@node Top, Copying, (dir), (dir)
|
@node Top, Introduction to Ledger, (dir), (dir)
|
||||||
@top Overview
|
@top Overview
|
||||||
|
|
||||||
Ledger is a command line accounting tool that provides double-entry
|
Ledger is a command line accounting tool that provides double-entry
|
||||||
accounting based on a text journal. It provides no bells or whistles,
|
accounting based on a text journal. It provides no bells or whistles,
|
||||||
and returns the user to the days before user interfaces were even a
|
and returns the user to the days before user interfaces were even a
|
||||||
twinkling in their father's CRT.
|
twinkling in their father's CRT.
|
||||||
@c @insertcopying
|
|
||||||
@end ifnottex
|
@end ifnottex
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Copying::
|
|
||||||
* Introduction to Ledger::
|
* Introduction to Ledger::
|
||||||
* Ledger Tutorial::
|
* Ledger Tutorial::
|
||||||
* Principles of Accounting::
|
* Principles of Accounting::
|
||||||
|
|
@ -91,15 +97,7 @@ twinkling in their father's CRT.
|
||||||
* Command Index::
|
* Command Index::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Copying, Introduction to Ledger, Top, Top
|
@node Introduction to Ledger, Ledger Tutorial, Top, Top
|
||||||
@chapter Copying
|
|
||||||
|
|
||||||
@insertcopying
|
|
||||||
|
|
||||||
This license can also be obtained from the command-line by executing
|
|
||||||
@code{ledger --license}
|
|
||||||
|
|
||||||
@node Introduction to Ledger, Ledger Tutorial, Copying, Top
|
|
||||||
@chapter Introduction to Ledger
|
@chapter Introduction to Ledger
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue