dbosk / miuntex

LaTeX document classes and packages for MIUN
Other
4 stars 0 forks source link

Add the example thesis to repo #10

Open dbosk opened 4 years ago

dbosk commented 4 years ago

7 points out that the example thesis is missing from the GitHub repo. There's also an explanation there:

I rewrote the contents of the ODT-formatted report template for LaTeX using the miunthes class. However, since much of it is copied, I didn't include it when moving the repo to Github. I'll have to look into the legal aspects and then maybe I include it here and (if someone fixes the errors) publish it on ShareLaTeX.

vruss commented 4 years ago

Any possibility of this issue being closed before 23 Mars?

dbosk commented 4 years ago

Probably not. It's if someone else solves it for me ;-) (I'm too busy with other stuff.)

However, you can download the thesis code from here. Extract it and go to miunthes/thesis. Change the last lines of the Makefile to

miun.depend.mk miun.tex.mk:
  wget http://ver.miun.se/build/$@

include miun.depend.mk
include miun.tex.mk

The key point is to add miun.tex.mk to the wget recipe. (But if you've installed the makefiles from build already, this should've worked anyway.)

With that change a simple make produced the thesis.pdf file without errors.

On Mon 10 Feb 2020 04:15:16 GMT, Viktor Rosvall wrote:

Any possibility of this issue being closed before 23 Mars?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/dbosk/miuntex/issues/10#issuecomment-584094750