diff --git a/README.md b/README.md index 9a413ec..365ad96 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ To compile and preview a LaTeX document: - Right-click on the document and select `Show LaTeX Preview` from the context menu. - Click the `Preview` button in the toolbar at the top of the document. +![preview](images/show_preview.png) + Both methods will compile the `.tex` file and open the rendered PDF document. Subsequent saves of the file will automatically update the PDF. If the PDF fails to compile (possibly due to a syntax error), an error panel will open detailing the LaTeX error. ### Writing Tools diff --git a/images/show_preview.png b/images/show_preview.png index f040d59..bbd9153 100644 Binary files a/images/show_preview.png and b/images/show_preview.png differ