OneNote

How to Convert OneNote to LaTeX

Leena Taylor Paul By Updated August 27, 2026 10 min read
Quick Answer

To convert OneNote to LaTeX, feed the notebook to a converter that writes a .tex source file, with your text, headings and images turned into LaTeX markup. The Univik ONE Converter writes the .tex offline, and you compile it to PDF with a TeX engine.

LaTeX turns plain text into beautifully typeset documents, and plenty of researchers keep rough notes in OneNote before writing up. Getting from one to the other means producing a .tex file.

A converter writes that source directly. There is a free command line route as well, and one catch around the math that is worth knowing before you start.

What a LaTeX File Actually Is

A .tex file is not a finished document, it is source code. LaTeX is a typesetting language, so a .tex holds your words wrapped in commands like \section for a heading or \textbf for bold, and a TeX engine reads that source and produces the polished PDF. Converting a notebook to LaTeX hands you the editable source, not the final page. That shapes everything else here. You get a file to work on, then you compile it.

Write a LaTeX File from a Notebook

A converter takes the notebook and writes a .tex file, carrying the text, headings and images across as LaTeX markup. It saves the source offline with no OneNote or TeX setup on the machine. The Univik ONE Converter reads the .one directly, the format Microsoft has set down in its open specification, and writes the .tex you then edit and compile.

  1. Select the notebookPoint to a .one or .onepkg file.
  2. Choose LaTeXPick LaTeX from the list.
  3. Convert to the sourceThe .tex file saves.
  4. Compile to PDFRun it through a TeX engine.

The rest of the output formats appear on the OneNote converter page.

LaTeX is the one format where we tell people to expect homework. A converter can move your text and figures into a .tex in seconds and save you a full day of copying, but nobody has cracked turning free form scribbled math into clean equations, and we will not pretend otherwise. The honest promise is a strong first draft of the source. The equations are where your eyes still earn their keep.

NR
Nick Rogers
Founder, Univik
Building Windows tools since 2013
Get your notebook into LaTeX without retyping a word

The ONE Converter writes a .tex source from a notebook offline, text, headings and images turned into markup, ready for you to compile.

Free Download See All Features

How Notes Map to LaTeX Markup

The conversion lines your notes up with LaTeX equivalents. A page heading becomes a sectioning command, a bulleted list becomes an itemize block, bold and italic become their markup and an inserted picture becomes an \includegraphics reference with the image saved alongside. Plain paragraphs land as body text. What a tool cannot do is invent structure that was never there, so loose free form notes come out as loose LaTeX for you to organise.

Headings, lists, bold and italic map to LaTeX commands.
Images are saved out and referenced with markup.
Equations map for simple cases, complex ones need checking.
Ink, audio and video have nothing to write in LaTeX.

The Math Problem

Math is where OneNote to LaTeX gets hard, and it pays to go in with open eyes. LaTeX is prized for its equations, yet OneNote does not store math as LaTeX. It uses its own equation format or handwritten ink in the worst case. A tool can carry a simple fraction or a subscript across, but a multiline derivation, a large matrix or a piecewise definition can arrive broken or flattened into an image. Whichever route you take, verify every equation and retype it where needed.

Worth knowing
The fancier the math, the less survives the trip. Plan to proofread and re enter your equations by hand, especially anything multiline or matrix heavy.

The Free Pandoc Route

If you would rather not buy a converter, Pandoc does this for free. Export the notebook to Word (the OneNote to Word guide covers that), then run one command, pandoc notes.docx -o notes.tex -s. Pandoc reads the Word file and writes a standalone .tex, and adding --extract-media=. pulls the images into a folder and links them. It converts Word's equations to LaTeX math for the simple cases, though the complex ones still need fixing, as Pandoc's own site and its manual set out. The cost is installing a command line tool and cleaning up after it.

Pandoc route
Free and open source, but it runs on a Word export, needs a command line and leaves cleanup to you.
Convert direct
One step from the .one, no Word stage, no terminal, the source written and ready to open.

Turning a LaTeX File into a PDF

A .tex on its own does nothing until a TeX engine compiles it. You either install a distribution like TeX Live or MiKTeX and run pdflatex or xelatex on the file, or you upload the .tex to a browser editor like Overleaf that compiles for you. Either way the engine reads the source and the packages it calls and produces the PDF. If your notes carried images, keep them in the same folder so the \includegraphics lines can find them.

When Not to Reach for LaTeX

LaTeX is a specialist tool, and for most people it is more than the moment needs. If you want a document to hand round or edit, Word is the ordinary answer. If you want lightweight text you can read anywhere, Markdown is simpler and Pandoc converts it too. If you only need a finished page to share, go straight to PDF and skip the source stage. LaTeX pays off when you are already writing in it.

When a LaTeX File Earns Its Place

Reach for LaTeX when your writing already lives there. A thesis or a paper built in a TeX workflow, lecture notes you will typeset with real equations, a document where citations and cross references have to be exact. If your notebook holds the raw material for something you will finish in LaTeX, converting it to a .tex drops the content into your pipeline in place of a blank editor. For everyone else, a plainer format saves the trouble.

OneNote to LaTeX Questions

Feed the notebook to a converter that writes a .tex source file, turning your text, headings and images into LaTeX markup. A free alternative is to export to Word and run that file through Pandoc, which writes the .tex for you. Either way you compile the result to PDF with a TeX engine.

No. OneNote's Export menu has three targets and LaTeX is not among them. You reach a .tex file with a converter that writes it or with the free Pandoc route that runs on a Word export of the notebook.

Simple equations like fractions and subscripts can come across, but OneNote does not store math as LaTeX, so multiline derivations, large matrices and piecewise definitions can break or arrive as images. Check every equation and expect to retype the involved ones.

To turn the .tex into a PDF, yes. A converter writes the source, not the finished page, so you compile it with a distribution like TeX Live or MiKTeX or upload it to a browser editor like Overleaf that compiles for you.

Yes. Export the notebook to Word, then run it through Pandoc, which is free and open source and writes a standalone .tex. The trade is that you install a command line tool and clean up the output, since the conversion is rarely perfect.

It depends on the job. LaTeX wins for typeset documents with real equations, precise citations and cross references. Markdown is lighter and easier to read anywhere, and it suits notes you want in plain text. Pick LaTeX only when your writing already lives in it.
Leena Taylor Paul

Written and maintained by Leena Taylor Paul and the Univik team, developers of Windows data conversion and recovery software since 2013. LaTeX is the format we field the most questions about, so this guide is plain that a .tex is source you still compile, that the free Pandoc path works, and that the math is the part no tool gets fully right. Last verified August 2026. Wrestling a notebook of equations into a paper? Contact our support team.