diff options
author | Werner Almesberger <werner@almesberger.net> | 2016-09-24 10:33:40 -0300 |
---|---|---|
committer | Werner Almesberger <werner@almesberger.net> | 2016-09-24 10:39:01 -0300 |
commit | a20353e1b16d936ca6c31362d56e0af545c3424d (patch) | |
tree | f9a99f5c58abb6993106ec3b1f1ff31eb854cc3f | |
parent | 548cf5f33865f18ee72584c7619fb3f3807cdc2a (diff) | |
download | eeshow-a20353e1b16d936ca6c31362d56e0af545c3424d.tar.gz eeshow-a20353e1b16d936ca6c31362d56e0af545c3424d.tar.bz2 eeshow-a20353e1b16d936ca6c31362d56e0af545c3424d.zip |
test.sch: more tricky tilde issues
pattern eeschema eeshow eeshow is ...
--------------- --------------- ----------------------- -------------
foo~ foo foo\overline{ } wrong
~foo~ \overline{foo} \overline{foo} correct
foo~~bar foo~bar foo\overline{}bar wrong
~foo~~bar~ \overline{foo~bar} \overline{foobar} correct (*)
(*) the way the output is constructed isn't quite right, but the
result is visually correct.
-rw-r--r-- | test.sch | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -390,4 +390,12 @@ Wire Wire Line 7300 3400 7600 3400 Wire Wire Line 7300 3500 7600 3500 +Text Notes 8550 6450 0 60 ~ 0 +trailing tilde~ +Text Notes 8550 6300 0 60 ~ 0 +double~~tilde +Text Notes 9400 6450 0 60 ~ 0 +ending ~tilde~ +Text Notes 9400 6300 0 60 ~ 0 +overlined ~double~~tilde~ $EndSCHEMATC |