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

Translate quotes to LaTeX quotes

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 1.8
    • 1.7
    • Syntax
    • None
    • Integration
    • Unknown
    • N/A
    • N/A

    Description

      A simple implementation would be to add the following section to the SpecialSymbolBlock template:

      ...
      #elseif ($latex.block.getSymbol() == '"')
        #if ($latexQuoteStarted)
          ”##
          #set ($latexQuoteStarted = false)
        #else
          “##
          #set ($latexQuoteStarted = true)
        #end
      ...
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: