kai-tub / latex-beamer-pure-minimalistic

A true minimalistic LaTeX beamer template
https://github.com/kai-tub/latex-beamer-pure-minimalistic
GNU General Public License v3.0
138 stars 10 forks source link

[BUG] Typo in \institute{} @beamertheme-pure-minimalistic-demo.tex #62

Closed schaafjs closed 3 years ago

schaafjs commented 3 years ago

Describe the bug It should probably say \institute{Institute name} rather than \institute{Insitute name} in the beamertheme-pure-minimalistic-demo.tex file. I am very sorry to open an issue for this minor typo but I couldn't get the CI to run on my fork so I figured it would probably be the best option to just report it here.

To Reproduce Go to https://github.com/kai-tub/latex-beamer-pure-minimalistic/blob/master/beamertheme-pure-minimalistic-demo.tex#L43.

welcome[bot] commented 3 years ago

Thanks for opening your first issue here! 💖 Be sure to follow the issue template. Then the issue will be worked on in no time. 👍

kai-tub commented 3 years ago

Thanks for the hint! I think the main CI issue is that you are pushing directly to the master/main branch. This will also try to upload the results to the wiki, which again requires a special GitHub secret to be set. But this is just a guess. I will fix this issue in a second.

kai-tub commented 3 years ago

Or, if you want to become a contributor, you can create a new branch in your fork and open a pull request. If you open a PR the full CI will also be automatically run.

schaafjs commented 3 years ago

I think the main CI issue is that you are pushing directly to the master/main branch.

That seems likely.

Or, if you want to become a contributor, you can create a new branch in your fork and open a pull request.

Sure, I'll do that right away.