You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,18 @@ That's it. Zero configuration required.
51
51
52
52
---
53
53
54
+
## 🎓 Academic Features (v0.1.2+)
55
+
56
+
`doc-engine-cli` ships with a premium scientific layout (using Linux Libertine and Inter font-families) and **Zero-Config Bibliography** handling.
57
+
58
+
To add an IEEE-styled bibliography to your PDF:
59
+
1. Create a `refs.bib`, `references.bib`, or `bibliography.bib` file in your repository.
60
+
2. In your `README.md`, cite using standard syntax: `[@citation-key]`.
61
+
62
+
When you run `doc-engine build`, the CLI will automatically detect your `.bib` file, securely bind it to the sandbox, and inject a formatted References page at the end of the document.
0 commit comments