Commit graph

481 commits

Author SHA1 Message Date
14b2c32236 Reformat 2022-08-14 12:40:36 +02:00
52153e07dc Rename Converter.py to converter.py 2022-07-02 11:12:43 +02:00
c7187bc335 Add run.py as entry point to solve package import problems 2022-06-30 23:13:58 +02:00
1dbc6919fb Turn VERBOSE global to a Converter attribute 2022-06-28 00:35:11 +02:00
e64196b01c Split class into new file 2022-06-28 00:17:06 +02:00
5f14302164 Add hyphen 2021-09-17 10:10:46 +02:00
9ef074922c Fix obscuring test 2021-09-17 10:10:32 +02:00
ff7021f6cc Add brackets to some \midrule tags 2021-09-17 09:57:00 +02:00
6d8ef1799f Add \cline, change table line removal to include brackets 2021-09-17 09:55:05 +02:00
c811437a3a Implement \multirowcell 2021-09-16 17:07:35 +02:00
03df05ef9c Add test for multirowcell 2021-09-13 09:50:12 +02:00
cbef9504bb Add -c / --css-file option 2021-09-10 22:13:12 +02:00
42fa1ec22e Add -h option 2021-09-10 21:59:37 +02:00
53df5feb06 Remove newline after usage() 2021-09-10 21:55:41 +02:00
09e8aac7c0 Change -i flag to --origin_paths and make it bool 2021-09-10 21:51:28 +02:00
d7d2bf619c Reformat 2021-09-10 21:33:33 +02:00
c9ef12f2d2 Forgot closing parens 2021-09-10 21:31:37 +02:00
72af14e60b Add -i flag 2021-09-05 20:51:35 +02:00
5ae7c76a2d Fix \multirow, using enclosing brackets 2021-08-31 15:08:30 +02:00
ea9cf415ab Add test for \acrshort in \multirow 2021-08-31 12:51:03 +02:00
1244d1263f Change comment 2021-08-31 12:30:57 +02:00
ba3cec4f61 Move replace_special_chars after replace_tabular, remove optional args 2021-08-31 12:22:50 +02:00
35c72a2433 Add new test for tabular 2021-08-31 12:19:08 +02:00
52ea86e78d Add line to docstring 2021-08-31 11:29:49 +02:00
04363a9131 Fix wrong test 2021-08-31 11:25:39 +02:00
5850bf1018 Start adding \parbox 2021-08-30 20:22:32 +02:00
e0283e148e Add tests for parbox 2021-08-30 20:15:12 +02:00
3fb7bcc5f6 Handle tabulars after control sequences 2021-08-30 19:40:45 +02:00
4f39a97a01 Minor change 2021-08-30 19:40:19 +02:00
da6be8261f Reformat 2021-08-28 16:22:44 +02:00
8d88ac53d6 Instead of re.findall, use re.finditer with str.replace 2021-08-28 16:21:55 +02:00
84d6eff788 replace_input_and_include: use re.finditer instead of re.findall 2021-08-28 15:13:40 +02:00
67b8f45356 Rename 'regex' to 'match_string' 2021-08-28 15:09:14 +02:00
27cb43b063 Fix repr() causing problems with re.sub
Also, re.sub in a loop on re.findall elements causes replacements
on the wrong items
2021-08-28 12:48:48 +02:00
4e308d0b9b Add \path 2021-08-27 18:15:14 +02:00
1215b6526d Add \# 2021-08-27 17:59:02 +02:00
0a03246ebe Add verbose statement 2021-08-27 17:15:43 +02:00
d1f1c3645e Add escaped underscore 2021-08-27 17:11:26 +02:00
bb7b10f9c1 Add escaped brackets 2021-08-27 16:48:55 +02:00
02381d9498 Add etaremune environment 2021-08-27 16:19:44 +02:00
ec8100c5cc Add \makeglossaries 2021-08-27 16:04:41 +02:00
41c19ca46f Add \today and \currenttime 2021-08-27 16:01:53 +02:00
a4b66e711a Add \glsaddall 2021-08-27 15:18:43 +02:00
aeadd9640b Reformat 2021-08-27 15:15:23 +02:00
611d331cfc Add & 2021-08-27 15:05:59 +02:00
36d1cf9c93 Now that \gls and \acr parsing is (more) functional, no need to handle the tags during dict creation 2021-08-27 15:00:28 +02:00
b3aa98132d Black reformat 2021-08-27 12:35:15 +02:00
8507f68a2e Add ignore missing to ignore missing keys from replace_gls 2021-08-27 12:34:44 +02:00
4bba167b14 Replace acronyms and glossary entries when creating the glossary 2021-08-27 12:16:13 +02:00
b3b79e2611 Remove newline 2021-08-27 12:01:27 +02:00