I have successfully installed mnemosyne 2.3 from .tar.gz sources on Linux
Mint 13, even though it took me some time to resolve dependency issues. It
works fine, except for one thing - the usual latex configuration using
config.py in ~/.config/mnemosyne/ doesn't work at all. I have tried
inserting some "signaling characters" into the configuration, in order to
see whether it sees it at all. It didn't react. I didn't have this issue in
2.2.1 and the config.py file remained unchanged since 2.2.1. What may be
the cause of my problem?
I attached config.py file, as well as tmp.tex from %my database
directory%/default.db_media/_latex :
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mnemosyne-proj-users/4f31933f-ce28-49cb-b7ec-4799ca02824a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# Mnemosyne configuration file.
# This file contains settings which we deem to be too specialised to be
# accesible from the GUI. However, if you use some of these settings, feel
# free to inform the developers so that it can be re-evaluated if these
# settings need to be exposed in the GUI.
# Science server. Only change when prompted by the developers.
science_server = "mnemosyne-proj.dyndns.org:80"
# Set to True to prevent you from accidentally revealing the answer when
# clicking the edit button.
only_editable_when_answer_shown = False
# Set to False if you don't want the tag names to be shown in the review
# window.
show_tags_during_review = True
# The number of daily backups to keep. Set to -1 for no limit.
backups_to_keep = 10
# Start the card browser with the last used colum sort. Can have a serious
# performance penalty for large databases.
start_card_browser_sorted = False
# The moment the new day starts. Defaults to 3 am. Could be useful to change
# if you are a night bird. You can only set the hours, not minutes, and
# midnight corresponds to 0.
day_starts_at = 3
# On mobile clients with slow SD cards copying a large database for the backup
# before sync can take longer than the sync itself, so we offer reckless users
# the possibility to skip this.
backup_before_sync = True
# Latex preamble. Note that for the pre- and postamble you need to use double
# slashes instead of single slashes here, to have them escaped when Python
# reads them in.
latex_preamble = r"""
\documentclass[12pt]{article}
%%start enabling cyrilic languages
\usepackage{amsmath,amsthm,amssymb}
\usepackage{mathtext}
\usepackage[T1,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,bulgarian,russian,ukrainian,polish]{babel}
%%end enabling cyrillic langs
\pagestyle{empty}
\begin{document}
\setlength{\parindent}{0pt}
ololo
"""
# Latex postamble.
latex_postamble = r"""\end{document}"""
# Latex command.
latex = "latex -interaction=nonstopmode"
# Latex dvipng command.
dvipng = "dvipng -D 200 -T tight tmp.dvi"
\documentclass[12pt]{article}
\pagestyle{empty}
\begin{document}
\begin{displaymath}
x = (-1)^{k} \arcsin y + \pi k; k \in \mathbb{Z};
\end{displaymath}
\end{document}