Блог пользователя tom

Автор tom, история, 8 лет назад, По-английски

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?

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
8 лет назад, # |
Rev. 7   Проголосовать: нравится -15 Проголосовать: не нравится

Please disregard my comment! I said some stupid stuff because I didn't understand the context of the question. Sorry about that!

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится +10 Проголосовать: не нравится

    It does not work during problem statement preparation in Polygon.

»
8 лет назад, # |
Rev. 4   Проголосовать: нравится +8 Проголосовать: не нравится

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.

»
8 лет назад, # |
Rev. 5   Проголосовать: нравится +10 Проголосовать: не нравится

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 - Bear and Two Paths):

\begin{center}
\includegraphics{two-paths2.png}
\end{center}