diff options
author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-05-04 18:22:33 +0200 |
---|---|---|
committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-05-04 18:22:33 +0200 |
commit | 0d1e5b2eb7522b2af210f3e4b9d832c5a4467242 (patch) | |
tree | e4ada50c871e2e06bf6c65059088f1deeed53901 /mod | |
parent | f097287f7193d11325fe6d4bae489daf62149164 (diff) | |
download | context-rst-0d1e5b2eb7522b2af210f3e4b9d832c5a4467242.tar.gz |
reintroduced italic emphasis
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tex/context/third/rst/rst_parser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index 2aafbf5..ce3535d 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -1379,7 +1379,7 @@ local function get_setups (inline) \setupcolors[state=start] \setupinteraction[state=start,focus=standard,color=darkgreen,contrastcolor=darkgreen] -%\setupbodyfontenvironment [default] [em=italic] +\setupbodyfontenvironment [default] [em=italic] \sethyphenatedurlnormal{:=?&} \sethyphenatedurlbefore{?&} \sethyphenatedurlafter {:=/-} |