|
|
Adding images, sounds, mathematical formulas, and three-sided cardsA Note About Vice VersaMnemosyne will not show the reverse card until you have learned the forward one. Adding imagesImages can be added to questions or answers. Right-clicking or pressing CTRL+I brings up a file selection dialog that you can use to choose an image file. This generates tags of the form
Adding soundsRight-clicking or pressing CTRL+S brings up a file selection dialog that you can use to choose a sound file. This generates tags of the form Supported file formats are wav, ogg and mp3. On Linux, this requires properly installing pygame and its dependencies like SDL. Relative PathsWhether you're adding sounds or images, it's recommended that you use relative paths. To do this, you have to make sure that the path is relative to the location of your database. The relative path would then be images/a.png Hiding the Question when the Answer is ShownFor cards with unusually large images (such as the map cards), there is a special tag to hide the question when the answer is shown: <card style="answerbox: overlay;"/>
Adding chemical and mathematical formulas with LaTeXLaTeX can render your formulas using tags like For this, you need LaTeX and dvipng installed. Windows users can download MiKTeX to achieve the same functionality. The error output of LaTeX gets saved to the file Achieving more control over LaTeXThe
By the way, you can edit what goes into the pre- and postamble by delving into your Note: if you have problems with latex under OSX, add a PATH node with value "$PATH:/opt/local/bin" according to the procedure described here. Three-sided cardsThree-sided cards are useful when dealing with vocabulary in foreign scripts easier. When learning foreign words, one often needs to recall the word, the meaning, and its pronunciation-- hence, three sided cards for the three difference aspects. To add three sided cards, right-click on the text field in Add cards. Then, choose the option to switch to 3-sided card input, which replaces the question and answer fields with three fields: written form, pronunciation, translation. After selecting an initial grade, 2 cards will be added: Future versions of Mnemosyne will make sure that a change you make in one pair of the set is automatically reflected in the other one. |
Latex and OS X
Note: if you have problems with latex under OS X, add a PATH node with value "$PATH:/opt/local/bin" according to the procedure described here.
This is wrong and will cause things to break in OS X. Variable are not expanded in the environment.plist, so your PATH will end up set to $PATH:/opt/local/bin which is obviously not what you are looking for. So if you are going to use the described method you have to specify the full path yourself. Also if you are planning to use this method I use /etc/launchd.con instead of messing with plists. Just put setenv PATH $PATH in that file and reboot.
But I recommend instead setting your path correctly in Terminal.app and then running open -a Mnemosyne. Applications launched from Terminal will inherit the environment they were launched from.