Uploaded image for project: 'LaTeX'
  1. LaTeX
  2. LATEX-76

Correct translation of less, greater and bar symbol

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.9
    • 1.8
    • Syntax
    • None
    • Integration
    • Unknown
    • N/A
    • N/A

    Description

      The LaTeX template SpecialSymbolBlock fails to end LaTeX commands with empty group. It should be changed from

      #elseif ($latex.block.getSymbol() == '<')
        \textless##
      #elseif ($latex.block.getSymbol() == '>')
        \textgreater##
      #elseif ($latex.block.getSymbol() == '|')
        \textbar##
      

      to

      #elseif ($latex.block.getSymbol() == '<')
        \textless{}##
      #elseif ($latex.block.getSymbol() == '>')
        \textgreater{}##
      #elseif ($latex.block.getSymbol() == '|')
        \textbar{}##
      

      Otherwise , e.g., "<bla>" translates to "\textlessbla\textgreater" with the undefined command "\textlessbla".

      Attachments

        Activity

          People

            vmassol Vincent Massol
            Kido Guido Kracke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: