artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
357 stars 18 forks source link

Is there a way to change the zoom? #14

Open Archie-2021 opened 1 year ago

Archie-2021 commented 1 year ago

I am testing this awesome plugin and it plot take a very limited part of the page. Is this something to fix with a css snipped or what?

Also is it possible to compile this in LaTex? I am new to LaTex, just want to make sure how much I am locking my notes using this plugin.

Thank you very much.

artisticat1 commented 1 year ago

You can try changing the size of the diagram from inside your TikZ code itself.

\begin{tikzpicture}[scale=0.6]
...
\end{tikzpicture}

Yes, these diagrams can 100% be compiled in LaTeX! The plugin is based on LaTeX itself.

Archie-2021 commented 1 year ago

You can try changing the size of the diagram from inside your TikZ code itself.

\begin{tikzpicture}[scale=0.6]
...
\end{tikzpicture}

Yes, these diagrams can 100% be compiled in LaTeX! The plugin is based on LaTeX itself.

thanks. I just figured that out, it is so cool.

Is it possible to set up up based on text width too? Like how it is possibel in graphicsx? I tried to look in documentation but could not find.