-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs update, including ISO date formatting for doc/mockups #1172
base: master
Are you sure you want to change the base?
Conversation
Hi @bwignall, thanks for working on doc updates. mockups/* are throwaway and very low priority - you probably started here for this reason. I see that your rebuild of the txt manuals has produced some changes in word wrapping - yours seem to be wrapped with less hyphenation. Maybe that's better. I find it quite hard to get identical results from the doc rendering toolchain on two machines (eg my mac laptop and gnu/linux website server). To avoid continual diffs between us all, we have some options:
|
My "reasoning" was even simpler: I was starting at the top of the output of Below are my versions for the same. SEP='<<<--->>>' ; m4 --version ; echo $SEP ; pandoc --version ; echo $SEP ; tbl --version ; echo $SEP ; eqn --version ; echo $SEP ; troff --version ; echo $SEP ; grotty --version
m4 (GNU M4) 1.4.18
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Rene' Seindal.
<<<--->>>
pandoc 2.9.1.1
Compiled with pandoc-types 1.20, texmath 0.12, skylighting 0.8.3
Default user data directory: /home/brian/.local/share/pandoc or /home/brian/.pandoc
Copyright (C) 2006-2019 John MacFarlane
Web: https://pandoc.org
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.
<<<--->>>
GNU tbl (groff) version 1.22.3
<<<--->>>
GNU eqn (groff) version 1.22.3
<<<--->>>
GNU troff (groff) version 1.22.3
<<<--->>>
GNU grotty (groff) version 1.22.3 A quick update of my groff (to match your versions), followed by `./Shake clean ; ./Shake manuals ; stack build' in my branch does not show modifications to any files (that is, it keeps the files as in this PR). This has me inclined toward the current status quo. Please feel free to close or cherry-pick this PR, as you see fit. If it's best to start with *.m4.md, happy to focus early efforts there. |
doc/mockups/budget-reporting.txt
Outdated
@@ -12,7 +12,7 @@ Change of balance (flow): | |||
$ hledger bal ^expenses -M --depth 1 --budget-simple # assume a fixed budget | |||
Change of balance (flow, with simple budget): | |||
|
|||
|| | 2014/01/01-2014/01/31 2014/02/01-2014/02/28 2014/03/01-2014/03/31 | average total | |||
|| | 2014-01-01-2014-01/31 2014-02-01-2014-02-28 2014-03-01-2014-03-31 | average total |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like one overlooked slash fwiw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @danopia . I just pushed the fix for this.
56bc295
to
01f9c70
Compare
Two small pieces in this PR: