Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powerpoint matlab2tikz #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ Below is a list of the packages we need to load anyhow.
| `biblatex` | bibliography |
| `graphicx` | loading logo image for the titlepage |


### Use tikzpictures in MS Powerpoint
You may find this useful. There is a guide to installing and using IguanaTex in `tikz_in_ppt.tex`
28 changes: 28 additions & 0 deletions tikz_in_ppt.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
%Template für matalb2tikz Vektorgrafik für Prsäentation in Aral Wichtig: Compiler: LuaLaTex %Troubleshoot: MikTex als Admin installieren

% This might be helpful, if u want to include tikzpictures in powerpoint.
% Step one: Install IguanaTeX https://www.jonathanleroux.org/software/iguanatex/
% Installation guide https://www.jonathanleroux.org/software/iguanatex/download.html "Installation"
%
% Ppt: macro "IguanaTeX" appears after successful installation
% You might need to change the settings (under "main settings")
% "Insert vector grafics file" lets you insert your tikz picture
% use this as a template. Insert the generated PDF via the IguanaTeX macro

% Troubleshoot:
% Install MikTeX as admin
% Use LuaLaTeX (as u should ;))
% Ask Marcel Dzubba, better: ChatGPT:)

% Be sure to check this out: https://github.com/matlab2tikz/matlab2tikz

\documentclass{standalone}

\input{settings} % https://github.com/iswunistuttgart/latex_template_students
% Add settings.tex and iswthesis.sty to current path
\usepackage{fontspec} %https://tex.stackexchange.com/questions/23957/how-to-set-font-to-arial-throughout-the-entire-document
\setmainfont{Arial}

\begin{document}
\input{example_figures/BlockDiagram.tex}
\end{document}