Export & Import

Exporting

Download your documents as Word, LaTeX, or clipboard-ready rich text.

FAQ ↓

Jenni documents can be exported as Word files, LaTeX source, or copied to the clipboard with formatting intact. DOCX works for broad compatibility, LaTeX for journal submissions, and clipboard for quick transfers into other editors.

Export to Word (DOCX)

Open the three-dot menu in the top-right corner of the editor and select Export. In the Export dialog, choose Word (.docx) from the format selector, choose how in-text citations should look, select a layout preset, and click Download File. Open the result in Microsoft Word, Google Docs, LibreOffice, or any application that reads .docx files.

Two citation options are offered:

Neither option produces citations that Zotero, Mendeley, or another reference manager can update. Once exported, the citations belong to the file rather than to your reference library. To keep a reference manager in control of the citations in Word, insert them there with that manager’s own plugin.

Choose one of four layout presets:

Open Advanced options to set paper size, columns, font family, font size, line spacing, margins, title page, table of contents, page numbers, and whether to Include comments. The desktop dialog shows an Approximate preview. Jenni remembers the downloaded configuration for that document.

The export menu is hidden while the new-document setup is open. Finish or skip setup before exporting an empty document.

Export to LaTeX

Open the three-dot menu and select Export. In the same Export dialog, choose LaTeX (.tex) from the format selector. Select Jenni default, Double-spaced manuscript, Two-column paper, or Thesis or report, then click Download File. Jenni generates a ZIP containing the .tex file, a .bib file when the document has citations, images, and any required code-listing sidecars.

You can switch between Word (.docx) and LaTeX (.tex) without closing the Export dialog. The format selector appears vertically on desktop and horizontally on mobile.

Open Advanced options to set the document class, columns, paper size, font size, font family, line spacing, margins, title page, table of contents, page numbers, and Coloured links in the PDF. The desktop dialog shows an Approximate preview. Jenni remembers the downloaded configuration for that document.

Images are referenced by path rather than embedded. If your document contains images, ensure the image files are in the same directory as the .tex file before compiling.

Copy to Clipboard

Open the three-dot menu in the top-right corner of the editor and select Copy to clipboard. This action sits beside Export rather than inside the Word and LaTeX dialog. Jenni copies the full document. Paste it into any rich text editor, such as Google Docs, Notion, or an email composer, and the formatting carries over.

BibTeX and RIS Export

Citation data can also be exported independently from the References panel in the editor. Choose BibTeX or RIS format depending on your reference manager or submission requirements.

What Gets Exported

Formatting

Headings, bold, italic, underline, strikethrough, ordered and unordered lists, and text alignment are all preserved across export formats.

Rich Content

Content typeDOCXLaTeX
TablesPreservedPreserved
ImagesEmbedded in fileReferenced by path
Figure captionsPreserved after the matching imagePreserved
Code blocksMultiline source and language label preserved; valid Mermaid and Chart blocks become imagesMultiline source preserved with listings; valid Mermaid and Chart blocks outside tables become images
Math equationsRendered as imagesNative LaTeX math
Horizontal rulesPreservedPreserved
Table captionsPreservedPreserved
CommentsUnresolved threads preserved as Word annotationsNot included

Citations and Bibliography

Inline citations are formatted according to your selected citation style. On paid plans, the full bibliography is appended at the end of the document. Citation locators and page ranges are preserved in DOCX, including citations inside lists, blockquotes, and tables. In LaTeX exports, citations use BibTeX references from the accompanying .bib file.

The appended bibliography requires a paid plan. On the free plan your inline citations still export normally, but the reference list is left out: DOCX omits the bibliography section, and LaTeX exports still include the .bib file but leave out the \printbibliography line that renders the list. When this applies, the export menu shows a note before you download.

Jenni also maps preprints, editorials, errata, paratext, retractions, supplementary materials, and library guides into compatible DOCX and BibTeX work types.

Comments in DOCX

Leave Include comments selected to preserve unresolved comment threads as native Word annotations, or clear it to omit comments. Exported annotations remain attached to their text ranges and include the comment text, replies, and author information. Resolved threads are not exported.

Code Blocks

Ordinary code blocks keep line breaks and literal special characters in DOCX and LaTeX exports. Word uses the Consolas font and adds an italic language label above a block when you selected a language other than Plaintext. If you import that DOCX back into Jenni, the content returns as a code block with its language selection instead of plain paragraphs.

LaTeX exports use the listings package with line wrapping and a light frame. Python, C, Java, PHP, Bash, HTML, and Go blocks receive syntax highlighting; other languages remain readable as unhighlighted listings. Some code may produce a code-listing-*.txt sidecar file in the export ZIP. Keep these files beside the .tex file when compiling.

Valid Mermaid and Chart blocks are exported as images so the rendered visual appears in Word and LaTeX. Word also exports these visuals from table cells and fits them to the available cell width. In LaTeX tables, their source remains a code block. If a visual cannot be rendered during export, Jenni preserves its source instead. Re-importing an exported DOCX returns a rendered Mermaid diagram or chart as an image rather than editable source.

Best Practices

Known Limitations

Troubleshooting

DOCX formatting looks different than expected. Some styling differences between the Jenni editor and Word are normal. Check that you are using a recent version of Microsoft Word or Google Docs. Re-export if you made changes after the initial download.

LaTeX file does not compile. Verify that all required packages are installed in your LaTeX distribution. Ensure image files are present in the correct directory relative to the .tex file. Check the .bib file for malformed entries if citation errors appear.

Images missing from exported file. Re-upload any images that fail to appear. For DOCX, try exporting again after confirming your internet connection. For LaTeX, confirm the image files are in the same directory as the .tex file.

Frequently Asked Questions

How do I export my document from Jenni?
Open the three-dot menu in the top-right corner of the editor and select Export. Choose Word (.docx) or LaTeX (.tex) in the Export dialog, set the options, and click Download File. For a quick rich-text copy, choose Copy to clipboard directly from the three-dot menu.
Can I export my Jenni document to Google Docs?
Yes. Either download as DOCX and open it in Google Docs, or use Copy to Clipboard and paste directly into a Google Doc with formatting preserved.
Does Jenni export citations and bibliography?
Yes. Inline citations, locators, and page ranges use your selected citation style on every plan. The appended bibliography requires a paid plan – on the free plan the export menu warns you before download that it will be missing. You can also export citation data separately as BibTeX or RIS from the References panel.
Can I export Jenni comments to Word?
Yes. Leave Include comments selected in the Word export options. Unresolved threads are exported as native Word annotations attached to their document ranges; resolved threads are not included.
How do I export as LaTeX from Jenni?
Open the three-dot menu, select Export, then choose LaTeX (.tex). Pick a preset, adjust Advanced options if needed, and click Download File. Keep the ZIP’s .tex, .bib, image, and sidecar files together when compiling.
Why are my images missing from the exported file?
For DOCX, confirm your internet connection and try exporting again. For LaTeX, keep the image files in the same directory as the .tex file.
Can I copy my entire document to the clipboard?
Yes. Open the three-dot menu in the top-right corner and choose Copy to clipboard. Paste into any rich text editor and the formatting carries over.
Are math equations preserved when I export?
In LaTeX exports, math equations are exported as native LaTeX math. In DOCX exports, equations are rendered as images and cannot be edited as native Word equations.