It's been over a year now since my last blog post. #Today I started working on a new one about my adventures with #org-mode. As an experiment, I'm trying to compose the post itself in org-mode, and then export to HTML for the site.
Depending on how reasonable the resulting HTML ends up being, this might be my go-to method of composing blog posts going forward.
#FountainPens
Penfount • Pen Community reshared this.
@paradoxmo It uses the word "sheen" on the website, but the colour actually changes depending on the angle it's looked at from, which is why a photo would never do it justice.
Edit: typo
#FountainPens
reshared this
Welp, I had hoped this would arrive before the Canada Post strike. I guess not.
That's unfortunate.
like this
reshared this
Was mostly successful at this today. Winding the night down with some tea and a good book.
We'll see how I'm feeling tomorrow.
like this
Jonathan Lamothe likes this.
Jonathan Lamothe reshared this.
Typesetting question:
I've noticed that in many novels there will be a scene change within a chapter that is marked by a larger than normal gap between two paragraphs. Is there a way to represent this in a #LaTeX document?
@mattskala not internal,, as they are user level commands. But yes, it's part of #TeLaTeX without any package
NewDocumentCommand is the modern replacement of newcommand. (see `texdoc usrguide`)
The hook with OmitIndent allows to set the \noindent for the following paragraph, while \noindent has to be called at the beginning of that paragraph.(`texdoc ltpara-doc¸`)
Online links of the documentation:
texdoc.org/serve/usrguide/0
texdoc.org/serve/ltpara-doc/0
@mattskala Oh and I of course I agree there are document class which support that by default. Just sometimes one may not use those or can't or whatever. So I wanted to provide a general option. Of course you should check the documentation of the document class first.
memoir's plainbreak is defined similar. But what I don't like about it, that it does not have a default value for the size. So I'd still define my own \chapterSep to be like \plainbreak{1} to be able to adjust that globally.
Jonathan Lamothe
in reply to Jonathan Lamothe • •Jonathan Lamothe
in reply to Jonathan Lamothe • •