Sha256: 19cd8461f244f1aceb72f777e81565ec5820f37fbc0f383f4a9dcdb891ef782a

Contents?: true

Size: 697 Bytes

Versions: 9

Compression:

Stored size: 697 Bytes

Contents

Feature: Decode LaTeX symbol directives
  As a hacker who works with LaTeX
  I want to be able to decode LaTeX symbol directives

  Scenario Outline: LaTeX to Unicode transformation
    When I decode the string '<latex>'
    Then the result should be '<unicode>'

  Scenarios: Arrows
    | latex                | unicode |
    | \\leftarrow          | ←       |
    | \\uparrow            | ↑       |
    | \\downarrow          | ↓       |
    | \\rightarrow         | →       |

  Scenarios: Whitespace
    | latex | unicode | description        |
    | x\\,x | x x     | small space        |
    | x~x   | x x     | non-breaking space |
    | ~x    |  x      | non-breaking space |

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
latex-decode-0.3.2 features/symbols.feature
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/latex-decode-0.3.1/features/symbols.feature
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/latex-decode-0.3.1/features/symbols.feature
latex-decode-0.3.1 features/symbols.feature
latex-decode-0.3.0 features/symbols.feature
bibtex_to_scrapbox-0.2.0 gems/gems/latex-decode-0.2.2/features/symbols.feature
bibtex_to_scrapbox-0.1.0 gems/gems/latex-decode-0.2.2/features/symbols.feature
latex-decode-0.2.2-java features/symbols.feature
latex-decode-0.2.2 features/symbols.feature