One of my problems has a table(LaTeX tabular
) in it, and Polygon is not able to translate it into HTML automatically. How to deal with it? Can I edit the HTML statements independently, or the only way is to change it into an image?
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3741 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3489 |
7 | Radewoosh | 3483 |
8 | Kevin114514 | 3443 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 158 |
5 | -is-this-fft- | 158 |
7 | awoo | 156 |
8 | djm03178 | 155 |
9 | TheScrasse | 154 |
10 | Dominater069 | 153 |
One of my problems has a table(LaTeX tabular
) in it, and Polygon is not able to translate it into HTML automatically. How to deal with it? Can I edit the HTML statements independently, or the only way is to change it into an image?
Name |
---|
After trials, Polygon is able to translate
array
(in math mode) into HTML automatically. You may replacetabular
witharray
if you don't need extra defined macros (e.g. 102056B - Mysterious … Host).