-
Notifications
You must be signed in to change notification settings - Fork 547
Typlatex: refresh thumbnail & correct outdated description #552
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
base: gh-pages
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,16 +8,17 @@ author: "LuckyZ10" | |
| author_url: "https://github.com/LuckyZ10" | ||
| thumbnail: "typlatex.png" | ||
| preview: "typlatex.png" | ||
| description: "A six-theme family that typesets Typora like LaTeX — A4 paper preview, justified two-column text, first-line indents, booktabs tables, auto-spanning figures with blue captions, and a bold single-round-corner heading style." | ||
| description: "A six-theme family that typesets Typora like LaTeX — A4 paper preview, justified two-column text, no-indent paragraphs with a paragraph gap (LaTeX indent optional), booktabs tables, `---` span triggers for figures/math/tables with blue captions, and a bold single-round-corner heading style." | ||
| tags: [latex, academic, two-column, paper, journal, a4, serif, documentation] | ||
| --- | ||
|
|
||
| # Typlatex | ||
|
|
||
| Typlatex (Typora + LaTeX) brings the look of a typeset journal article into | ||
| Typora. Documents are shown on an A4 paper card with fully justified, | ||
| two-column text, serif body type, 2-character first-line indents, and | ||
| booktabs-style three-line tables. Export to PDF is a true A4 two-column page | ||
| two-column text, serif body type, unindented paragraphs separated by a small | ||
| gap (LaTeX-style first-line indents are one variable away), and booktabs-style | ||
|
Comment on lines
+19
to
+20
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The revised overview now says paragraphs are unindented and separated by a gap, but the feature list at lines 28–30 still advertises “LaTeX-style indents” as the normal two-column behavior. Readers deciding how the theme formats body text therefore receive contradictory defaults on the same page; update that bullet to describe the no-indent default and identify indentation as optional. Useful? React with 👍 / 👎. |
||
| three-line tables. Export to PDF is a true A4 two-column page | ||
| via a single `@page` rule. | ||
|
|
||
| ## Features | ||
|
|
@@ -31,9 +32,9 @@ via a single `@page` rule. | |
| automatically (like `figure*`); inline images stay in-column. An | ||
| italic-only paragraph right after a figure becomes a centered blue caption | ||
| — with or without a blank line between them. | ||
| - **Span anything with `---`** — a horizontal rule is an invisible trigger: | ||
| the next block (paragraph, `$$` math block, or table) spans both columns. | ||
| Tables use booktabs rules by default. | ||
| - **Span anything with `---`** — the signature trick: the horizontal rule is | ||
| an invisible trigger, so the next block (paragraph, `$$` math block, or | ||
| table) crosses both columns. Tables use booktabs rules by default. | ||
| - **Six-theme family** — combine column rhythm (journal / book / single | ||
| column) with two looks: plain, and "Ink" — a dark label with one huge | ||
| bottom-right round corner set into a light gray track, with coral bold | ||
|
|
||
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.
The new summary describes
---as a trigger for “figures/math/tables with blue captions,” but the detailed behavior below says standalone figures span automatically and that the trigger applies to the next paragraph, math block, or table; blue captions are a separate figure rule. This makes the newly highlighted signature feature misleading, especially for users expecting a horizontal rule to be required for figures.Useful? React with 👍 / 👎.