About "good order list" of things to read for beginners

Dear Mr.Mark Bernstein and Mr.Mark Anderson,
Thanks a lot for your detailed explanation.
It matters little that draw arc for Linkage.
I do not intend to cause you trouble.
Between Tinderbox 8.5.1 under OSX10.12.6 (Sierra) and
Tinderbox 8.5 under OSX14 (Mojave),there take a different tack,
as you can see in png file.
I would like to present this matter of behaviour to both for consideration.
Respectfully, WAKAMATSU kunimitsu

Thank you for the screengrab. To save extra translation, I’ll page @eastgate here - the macOS 10.12.6 behaviour is not expected but that’s not something users can fix here in the user forum.

I would suggest using macOS 10.14.x or later if you can as that does work.

So, I think we have solved the link making problem. But we have uncovered a new issue on older OSs.

Dear archurhh,
You will have to excuse giving a reply runaround.
Thank you for having an interest in my reading matter.
La Musique et l’Ineffable.tbx is still under construction.
There is more to it than that, unique png, img and jpg are reserved external Folder.
For these reasons I am afraid that I cannot comply with your request tbx.
As alternated I will attache my first chance to make alternative jerry-built moving image about Jankelevitch.
JankelevitcheManual.gif is draw up via [La Musique et l’Ineffable.tbx] to
[Jankelevitch Manual.pdf] to animated gif.
This animated gif stand up to the process after Mr.Mark Anderson’s behaviour.
Export the single page HTML, run the sed command line on the HTML page before using wkhtmltopdf.
[Create Beautiful PDFs From Your Tinderbox Documents - #11 by WAKAMATSU]

Please pass over obstructive unattractiveness.
I hope you can get the total picture about my La Musique et l’Ineffable.tbx.

Thx and regards, WAKAMATSU
P.S
I made mp4 file for overall management, but unauthorized format for this Forum.
I regret it throw in my hand.
Jankelevitch-Manual

2 Likes

Great. Thanks for the image. I think this means you got the export and wkhtmltopdf code to work. If I misunderstand do please ask. :slight_smile:

Very cool! Nice to see the pdf export at work, too :slightly_smiling_face: :ok_hand:t4:

Dear Mr,Mark Anderson,
Thank you for your inspection.
I am afraid I still have a disadvantage for TOC font sizing.
About using the export and wkhtmltopdf code
Create Beautiful PDFs From Your Tinderbox Documents - Exporting from Tinderbox - Tinderbox Forum
We came to a discussion about font sizing.
Mr. Pat Maddox brougt up [… the magic flag combo is: --zoom 2.5 --disable-smart-shrinking. Set the zoom level to whatever looks good to you.]

From your quote:
FWIW, here is the command line I used to make the PDf of the Tinderbox v7.5 Help file:
sed -E ‘s:href="help[^.]*/([^.]+).html":href="#x\1":g’ print-export-source.html > print-export-source-proc.html

wkhtmltopdf --outline --page-size “A4” --footer-spacing 4 --print-media-type --footer-center “[page] of [topage]” --footer-font-name “Helvetica Neue” --footer-font-size 11 --footer-line --footer-spacing 5 --header-spacing 5 --header-line --header-center “Tinderbox v7 Manual” --header-font-name “Helvetica Neue” toc --enable-toc-back-links --toc-header-text “Tinderbox v7 Manual - Table of Contents” --toc-text-size-shrink 1 --toc-level-indentation 4em “print-export-source-proc.html” “Tinderbox v7.5.2 Manual.pdf”

My Jankelevitch Manual.pdf originaly looks like those.
(I will put 3 png. 1st is just TOC page, 2nd one is first body of the work page.
3rd one is my first awful png using Snagit.)
When I took my animated gif using Snagit2020.app, I need to zoom up till we can read every letterform.(Same as 3rd png)

Please put me up to the ropes how can I get over.
Kindest regards, WAKAMATSU



P.S
3rd png is not able to upload, because time ran out.
I will cut it half as much off, then I will post again.

1 Like

About additional sample
I have trouble differentiating between 1st, 2nd and 3rd, now.
It will be better throw 3rd png into a dust bin.
Thx and regards, WAKAMATSU

1 Like

I am sorry you are having problems. At distance it is hard to guess the cause. The line spacing in the PDF body text will be caused by the CSS. Does spacing look right in the HTML exported form Tinderbox? If it is wrong, inspect the CSS you are using. If it look OK, then this is odd.

Dear Mr.Mark Anderson,
Thank a lot for taking time out of your hectic schedule to reply.
I believe exported HTML have right spacing.

[ wkhtmltopdf …Table of Contents” --toc-text-size-shrink 1 --toc-level-indentation 4em … ], contain some dubious descriptions, I think.

Only my problem is when I get the PDF with Preview.app, TOC become too small display size.
[Table of Contents text size very small -Help · Issue #756 · mileszs/wicked_pdf · GitHub], I read this problem here.
Today, I install wkhtmltox-0.12.6-0.20200605.30.rc.faa06fa.macos-cocoa.pkg,
may well be able to get right font size, I hope.
If I was free tomorrow, check it out.

Could I ask about CSS files ?
Q01:
Which CSS file should I check again ?
There are 3 css, manual.css, print.css and screen.css,
those which came from your drop Box.
And other hand, article.css I use to export, too.
Attached for your review is this article.css.
Q02:
Should I use same type of font-family for every css??
article.css is Times New Roman.
Your css are HelveticaNeue.(American Typewriter for code)
Should I preserve the unity of font family??
Please lead me toward.
Respectfully, WAKAMATSU
NOTICE:3 png from HTML & 2 article.css.png





article.css2

I’m afraid, that helpful as the pictures are to show the problem, them do not explain why the line-space problem is happening.

I see from wkhtmltopdf that wkhtmltopdf v0.12.6 should be released in a week or so. Meanwhile, I am happily using v0.12.5 at present**. Note: I’m not expert with this and I use the wkhtmltopdf tool only occasionally.

** Oops it looks like i’m actually using a beta of v0.12.6. I’d try v0.12.5 awyway as it is more recent than your current version.
If you do want to try v0.1.2.5 here are the command lines I use. Note the filenames are set for the Tinderbox help-file so you will need to edit the script accordingly.

/the first script, run on the HTML after export from Tinderbox, and which fixes the in-page HTML links is:

sed -E 's:href=\"help[^\.]*\/([^\.]+)\.html\":href=\"#x\1\":g' print-export-source.html > print-export-source-proc.html

The wkhtmltopdf script is:

wkhtmltopdf --outline --page-size "A4" --footer-spacing 4 --print-media-type --footer-center "[page] of [topage]" --footer-font-name "Helvetica Neue" --footer-font-size 11 --footer-line --footer-spacing 5 --header-spacing 5 --header-line --header-center "Tinderbox v8 Manual" --header-font-name "Helvetica Neue" --enable-toc-back-links toc --enable-toc-back-links --toc-header-text "Tinderbox v8.6 Manual - Table of Contents" --toc-text-size-shrink 1 --toc-level-indentation 4em "print-export-source-proc.html" "Tinderbox v8.6.0 Manual.pdf"

Install and try the newer wkhtmltopdf version and see if that helps. Otherwise, it might help to see your HTML page, i.e. be able to load it into my web browser.

Dear Mr.Mark Anderson,
Thanks a lot.
I will wait untill July 11 to get new release wkhtmltopdf.
This evening I will try out an experiment with v0.12.5, anyway.
I will tell you more about outgrowth later on.
Quick-fix acknowledge.
Thx and regards, WAKAMATSU

1 Like

Good luck and do ask if you get stuck again.

I found that each time I updated wkhtmltopdf I needed to check my scrip and sometimes—for reasons I never understand—had to add or change the parameters I used. I guess that is all part of using small undocumented open-source software: it doesn’t work, until it does, then it doesn’t again. :open_mouth:

Dear Mr.Mark Anderson,
I am delighted to report that with wkhtmltopdf v0.12.5, Jankelevitch Manual, using PDF Expert.app to the following additional effect [–zoom 0.9 --disable-smart-shrinking]&[ --toc-text-size-shrink 0.9] come within an inch of desired display list.
(both digitize size should be identical in order that 0.8 ~ 0.9)
If I simply by changing [–zoom 1.0] , long sentences are interrupted on the extreme right.

wkhtmltopdf --outline --page-size “A4” --zoom 0.9 --disable-smart-shrinking --footer-spacing 4 --print-media-type --footer-center “[page] of [topage]” --footer-font-name “Helvetica Neue” --footer-font-size 11 --footer-line --footer-spacing 5 --header-spacing 5 --header-line --header-center “Jankelevitch Manual” --header-font-name “Helvetica Neue” --enable-toc-back-links toc --enable-toc-back-links --toc-header-text “Jankelevitch Manual - Table of Contents” --toc-text-size-shrink 0.9 --toc-level-indentation 4em “LaMusiqueEtIneffabl-proc.html” “Jankelevitch Manual-11.pdf”

I will take a delight in doing With wkhtmltopdf v0.12.6, on the weekend.
Yours sincerely, WAKAMATSU

Happiness! Your persistence has paid off. These command line tools can take some tinkering, but i’m really happy to know this now works for you. Doubtless, when v0.12.6 comes out we will all be changing our scripts again. :roll_eyes:

It is useful to remember that there are two parts to this process. Most can we done in the Tinderbox export with the exception of the ‘sed’ command line I posted above. Once exported from Tinderbox and that command is run it is likely other HTML → PDF tools may work, if you have them. There are things like Prince which cost $$$, but some people may have access, e.g. via a University library or similar.

Thank you for sharing your progress with us. :slight_smile:

As a native frenchman I’d be glad to help with the french translation.

1 Like

Dear Dr. Mark Anderson,
How are you getting on?
I am delighted to report that, about apply to wkhtmltox-0.12.6.
Today, I download wkhtmltox-0.12.6-2.macos-cocoa.pkg,
finally start to make “Jankelevitch Manual-35.pdf”.
As the result :
Without [–zoom] , pdf file is too small font-size for an accurate diagnosis.
–zoom 1.8 : Too small body text
–zoom 2.5 : suitably sized
–zoom 2.5 --disable-smart-shrinking :seem worth a try, as-yet faceless
Applicable condition :
Using [ sed ] is same old routine. Under OSX Mojave (10.14.6)

wkhtmltopdf --outline --page-size “A4” --zoom 2.5 --footer-spacing 4 --print-media-type --footer-center “[page] of [topage]” --footer-font-name “Helvetica Neue” --footer-font-size 11 --footer-line --footer-spacing 5 --header-spacing 5 --header-line --header-center “Jankelevitch Manual” --header-font-name “Helvetica Neue” --enable-toc-back-links toc --enable-toc-back-links --toc-header-text “Jankelevitch Manual - Table of Contents” --toc-text-size-shrink 1 --toc-level-indentation 4em “LaMusiqueEtIneffabl-proc.html” “Jankelevitch Manual-35.pdf”
To the following effect :


Yours sincerely, WAKAMATSU kunimitsu

Well done! I’m so happy it worked and to see an example of the technique being used for content other than the Help file. :smile:

I’m also reminded to update my wkhtmltopdf to v0.12.6 (now done). It is easier now recent versions have a normal macOS installer.

Thanks for sharing your example with us, which may hopefully help others wanting to try out the process.

Dear WAKAMATSU,
I am interested in “La Musique et l’Ineffable.tbx”.
I would like to learn how you structure the information.

Thank you very much!
Cheers,
Khon

Dear Khon,
Thank you very much for your interest in my tbx.
I am not sure what you mean by “how you structure the information” in your question.
I just followed the table of contents of “La Musique et l’Ineffable”
and picked up some things what I did not know.
I am just following the subject of this book by Jankélévitch.
I just took out one thing at a time that I did not understand
and summarized it as an item.
The philosopher and musician Jankélévitch is far beyond the scope of what I learned in Europe.
Bergson is one of my teacher of philosophy.
Bergson and Jankélévitch may have been acquaintances of Marcel MOYSE, my music teacher.
I also wanted to compare and examine the culture of my teacher’s generation.
At the same time, I wanted to compare and investigate.
I was concerned that the Japanese translation did not reflect the French content very accurately, so I decided to rewrite half of it.
I have picked up an overview of the musicians from WiKi. The musical content was examined by collecting and analyzing the scores of the works cited whenever possible.
Thx and regards, WAKAMATSU
P.S
Where does your cultural background come from?

1 Like

Dear WAKAMATSU,
Thank you very much for the very details! You are very kind and open.
I am also very grateful to this forum community which is so great with so many generous people sharing different guidelines, tips and template starters.
About me, I am a software engineer and live in Vietnam. And I am a newcomer to this community. Beside the technical topics, I am also interested in history, economics market and Buddhism.

Personally, I realized my limits in term of body, energy, time, constraints, but so many things I want to read, grasp, do and achieve. To complement the physical limits, I have been searching for different kinds of support systems to realize the “Memex” (later, I learned the term “hypertext” in this community) or Knowledge Management System which I usually call it.

I found that Tinderbox is a very “precious device” that I have been seeking, beside my current toolbox of emacs and org-mode, DEVONthink, Curio and fzf (for indexing/searching my ideas in org-mode text files). Tinderbox helps me capture the atomic thoughts at runtime effectively, connect them perfectly over time and gradually produce higher stories and patterns. I am still a beginner of learning and integrating Tinderbox into my workflows.

I am quite satisfied with Tinderbox, my current toolbox and workflows to help organize information in the “mechanical-level” processes (taking notes, read/write/query/aggregation, analysis/synthesis). However, I would like to learn the “mental part” of reading process how professional people identify “what matters” via data sources (books, news, etc.) according to their priority and value system. I believe effective readers don’t just simply consume information in one direction, but have a two-way conversation with the book content (authors’ thought) in which the readers might develop some controlling questions, mental models and search criteria while digesting and internalizing the book contents.

In short, I would like to learn the “art” how professional/effective readers in other fields (e.g. musical, philosophy) use Tinderbox in their reading process by looking at their real Tinderbox documents. Please feel free to say “no” if the document is private to you.

Thank you very much!
Yours respectfully,
Khon