- Timestamp:
- Apr 7, 2018, 2:23:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1897 r1898 12928 12928 for ps in psec: 12929 12929 ifile = 0 12930 outl = outl + '{\\bfseries{' + ps + '}}'12930 outl = outl + '{\\bfseries{' + ps.replace('_', '\\_') + '}}' 12931 12931 for fn in nmlfs: 12932 12932 fparams = allfparams[fn]
Note: See TracChangeset
for help on using the changeset viewer.