Menu

#39 Latex Output of parsed-literals don't bold

closed-wont-fix
None
5
2005-04-30
2005-04-28
Marty
No

within a ".. parsed-literal::" it seems as if, for
LaTeX output only, bolding (**) isn't respected.

"1 AC Academic Records" should be bolded, but isn't.

Discussion

  • Marty

    Marty - 2005-04-28

    zip file of directory test2 which has source and output

     
  • Felix Wiemann

    Felix Wiemann - 2005-04-30

    Logged In: YES
    user_id=1014490

    This is because the default typewriter font doesn't support
    boldfaced text, so the LaTeX writer can't do much about it.

    The only solution I know is using Courier as typewriter font
    (which, of course, will change the appearance, though). Put

    \usepackage{courier}

    into a stylesheet file (e.g. stylesheet.tex) and reference
    it like that:

    rst2latex.py --stylesheet-path stylesheet.tex source.txt
    dest.tex

     
  • Felix Wiemann

    Felix Wiemann - 2005-04-30
    • labels: 369283 -->
    • milestone: 156138 -->
    • assigned_to: nobody --> felixwiemann
    • status: open --> closed-wont-fix
     

Log in to post a comment.