If this is not the right stack exchange site for this type of question please let me know where would be more appropriate. Also let me know if there are better tags for this question and I'll add them (or if you want/can, add them yourself). Also I am on a mac in case that is relevant.
I am trying to use mizar. I have downloaded it and am now trying to follow this tutorial: https://www.cs.ru.nl/~freek/mizar/mizman.ps.gz (you can find this tutorial online by googling 'Writing a Mizar article in nine easy steps' and following the first link).
I am trying to the command mizf text/my_mizar.miz as recommended by the tutorial on page 3 (upper middle of the page). The problem seems to be that I lack a file called mml.ini, I am not sure where to put this file.
I have tried putting it in the top directory (eg, in /) but this didn't work (also it required that I sudo to root which I'd rather not do). Here is a copy of my console to give you a sense of what I have done.
➜ testing ls -R
dic mml.ini text
./dic:
my_mizar.voc
./text:
my_mizar.err my_mizar.miz
➜ testing cat dic/my_mizar.voc
➜ testing cat text/my_mizar.miz
environ
begin
➜ testing mizf text/my_mizar.miz
**** File not found ****
**** Can't open ' /mml.ini ' ****
➜ testing
Luckily for you
mizf
is not an executable but asbash
script. So if you peek inside itAs you can see all every file is looked up in the directory in
MIZFILES
variable