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.

Download as Word (DOCX)

Open the export menu in the editor toolbar and select Download as DOCX. The file downloads immediately with all formatting preserved. Open it in Microsoft Word, Google Docs, LibreOffice, or any application that reads .docx files.

Download as LaTeX

Select Download as LaTeX from the export menu. Jenni generates a .tex file along with a .bib file containing your references. Compile the output with pdflatex, xelatex, or your preferred LaTeX toolchain.

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

Click the Export button in the top-right of the editor and select Copy to Clipboard, or select specific text and use Copy All to grab the entire document. Paste into any rich text editor – Google Docs, Notion, email composers – 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
Code blocksPreservedPreserved
Math equationsRendered as imagesNative LaTeX math
Horizontal rulesPreservedPreserved

Citations and Bibliography

Inline citations are formatted according to your selected citation style. The full bibliography is appended at the end of the document. In LaTeX exports, citations use BibTeX references from the accompanying .bib file.

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 — intermittent network issues can interrupt image embedding. For LaTeX, confirm image files are co-located with the .tex source.

Frequently Asked Questions

How do I export my document from Jenni?
Open the export menu in the editor toolbar and choose your format: Download as DOCX for Word, Download as LaTeX for .tex files, or Copy to Clipboard for pasting into other apps.
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 are formatted in your selected citation style and the full bibliography is appended at the end. You can also export citation data separately as BibTeX or RIS from the References panel.
How do I export as LaTeX from Jenni?
Select Download as LaTeX from the export menu. Jenni generates a .tex file and a .bib file with your references. Make sure image files are in the same directory as the .tex file before compiling.
Why are my images missing from the exported file?
For DOCX, try exporting again as network issues can interrupt image embedding. For LaTeX, images are referenced by path rather than embedded, so the image files must be in the same directory as the .tex file.
Can I copy my entire document to the clipboard?
Yes. Click Export in the top-right of the editor and select Copy to Clipboard, or select text and use Copy All. Paste into any rich text editor and 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.