Skip to content

Commit

Permalink
add hint to add graphicspath for using .tex_pdf-files
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Jan 4, 2024
1 parent 086dc3d commit afbc149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Save your drawing as `.pdf` file. While saving, use the following option in the
![pdf export dialog](/Sources/pdf_export_dialog.png)
Now, your figure is exported e.g. as `example_figure.pdf_tex`. Also, LaTeX formulas are supported using the `.pdf_tex` format.

LaTeX example code, to include this figure into your LaTeX document.
LaTeX example code, to include this figure into your LaTeX document. Add the figure path `\graphicspath{{figures/}}` to your settings.
```
\begin{figure}[htb]
\centering
Expand Down

0 comments on commit afbc149

Please sign in to comment.