Hello everyone,
I was trying to format text (use bold, italic, strikethrough) or put image in it, but I don't know how. The ways I use in blogs do not work.
Can you help me?
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | adamant | 157 |
6 | awoo | 157 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | djm03178 | 153 |
Hello everyone,
I was trying to format text (use bold, italic, strikethrough) or put image in it, but I don't know how. The ways I use in blogs do not work.
Can you help me?
Name |
---|
Please disregard my comment! I said some stupid stuff because I didn't understand the context of the question. Sorry about that!
It does not work during problem statement preparation in Polygon.
I'm not sure how obvious would it sound but Polygon uses LaTeX as formatting tool. You should check out its guides.
Can't help you with bold, italic and that kind of stuff as I've never tried it... Though you can put images with
\includegraphics{image.png}
and picture itself you should insert into "statement resourse files" thingy in the bottom of statement page.bold, italic: https://www.sharelatex.com/learn/Bold,_italics_and_underlining
bullet/enumerate list: https://en.wikibooks.org/wiki/LaTeX/List_Structures
I use the following to add a picture in the center/middle of the page (like in 643B - Медвежонок и два пути):
Thank you!