Changeset 2336 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Feb 13, 2019, 8:00:05 PM (6 years ago)
Author:
lfita
Message:

Adding more symbols to 'ASCII_to'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r2335 r2336  
    1014310143      '¡': '\\textexclamdown', '¿': '\\textquestiondown',                            \
    1014410144      '%': '\\%', '#': '\\#', '&': '\\&', '$': '\\$',                                \
    10145       '_': '\\_', '–': '--', '·': '\\textperiodcentered', '|': '\\textbar',          \
     10145      '_': '\\_', '–': '--', '·': '\\textperiodcentered{}', '|': '\\textbar{}',      \
    1014610146      '<': '\\textless', '>': '\\textgreater',                                       \
    10147       '': '*', 'ª': '\\textordfeminine', 'º': '\\textordmasculine',                \
     10147      '': '*', 'ª': '\\textordfeminine{}', 'º': '\\textordmasculine{}',             \
    1014810148      '°': '$^{\\circ}$', '²': '$^{2}$',                                             \
    10149       '\n': '\\\\\n', '\t': '\\medskip',                                             \
    10150       '“': '\\textquotedblleft', '”': '\\textquotedblright', '^': '\^{}', '’': "'",  \
    10151       '≥': '$\geq$', '~': '$\sim$'}
     10149      '\n': '\\\\\n', '\t': '\\medskip', '
': '...',                                 \
     10150      '“': '\\textquotedblleft{}', '”': '\\textquotedblright{}',                     \
     10151      '^': '\^{}', '’': "'", '•': '$\\bullet$',                                      \
     10152      '≥': '$\\geq$', '~': '$\sim$', '±': '$\\pm$', 'µ': '$\\mu$', 'σ': '$\\sigma$'}
    1015210153
    1015310154    if to == 'tex':
Note: See TracChangeset for help on using the changeset viewer.