makemeunsee / ichimiginikarasu

tool for generating printable Kanji flashcards
Other
68 stars 10 forks source link

Unique flashcards generated: 0 #9

Open maualvm opened 3 years ago

maualvm commented 3 years ago

Hello! So I have been trying to create my own decks from a txt file using ichimiginikarasu, but everytime I run the command to generate the .tex file, the document appears empty (see screenshot below):

image

I even tried to generate the pdf using that .tex file, but the outpus says "No pages of output", because the .tex is empty.

I have placed both my JMdict and kanjidic2.xml inside the resources folder, and running the command:

stack exec ichimiginikarasu-exe -- -f resources/jpn_words_girardi_kelly -j resources/JMdict -k resources/kanjidic2.xml -n mydeck -i ichigo_nihongo_kanji.txt > ichigo1.tex

My input file (the list of kanji i want to generate the cards from) is called ichigo_nihongo_kanji.txt, and it is located in my root folder.

maualvm commented 3 years ago

Ok, so I got it working now. I think it's important to say I was working on a Windows machine, so I guess this tool does not work the same way as it does on a Linux system.

So what I did was to use the Windows Susbsystem for Linux and installed everything there and it is now working smoothly!