| | --- |
| | title: "Bringing paper to life:\n A modern template for\n scientific writing |
| | " |
| | subtitle: "A modern, MDX-first research article template with math, citations and interactive figures." |
| | description: "A modern, MDX-first research article template with math, citations and interactive figures." |
| | authors: |
| | - "Thibaud Frere" |
| | affiliation: "Hugging Face" |
| | published: "Sep. 01, 2025" |
| | tags: |
| | - research |
| | - template |
| | tocAutoCollapse: true |
| | --- |
| | |
| | import Introduction from "./chapters/introduction.mdx"; |
| | import BestPractices from "./chapters/best-pratices.mdx"; |
| | import WritingYourContent from "./chapters/writing-your-content.mdx"; |
| | import AvailableBlocks from "./chapters/available-blocks.mdx"; |
| | import GettingStarted from "./chapters/getting-started.mdx"; |
| |
|
| | <Introduction /> |
| |
|
| | <GettingStarted /> |
| |
|
| | <WritingYourContent /> |
| |
|
| | <AvailableBlocks /> |
| |
|
| | <BestPractices /> |
| |
|
| |
|