KTUGFaq

KTUG FAQ

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
To criticize the incompetent is easy; it is more difficult to criticize the competent.
FrontPage › HelpOnFormatting

Text Formatting Rules


Leave blank lines between paragraphs. Use [[BR]] to insert linebreaks into paragraphs.

You can render text in italics or bold. To write italics, enclose the text in double single quotes. To write bold, enclose the text in triple single quotes. You get ^superscripted text^ by enclosing it into caret characters.

To insert program source without reformatting in a monospace font, use three curly braces:
10 PRINT "Hello, world!"
20 GOTO 10

Note that within code sections, both inline and display ones, any wiki markup is ignored. An alternative and shorter syntax for inlined code is to use backtick characters (note that this can be disabled by the site's configuration, but is enabled by default).

For more information on the possible markup, see HelpOnEditing.

Example

Mixing ''italics'' and '''bold''':
 * '''''Mix''' at the beginning''
 * '''''Mix'' at the beginning'''
 * '''Mix at the ''end'''''
 * ''Mix at the '''end'''''

You might recall ''a''^2^ `+` ''b''^2^ `=` ''c''^2^ from your math lessons.

An { { {inline code sequence} } } has the start and end markers on the same line. Or you use `backticks`.

A code display has them on different lines: { { {
'''No''' markup here!
} } }
/!\ In the above example, we "escaped" the markers for source code sequences by inserting spaces between the curly braces.

Display

Mixing italics and bold:
  • Mix at the beginning
  • Mix at the beginning
  • Mix at the end
  • Mix at the end

You might recall a2 + b2 = c2 from your math lessons.

An inline code sequence has the start and end markers on the same line. Or you use backticks.

A code display has them on different lines:
'''No''' markup here!

Colorized code displays

LaTeX Äڵ带 Ä®¶ó¶óÀÌÁîÇÏ¿© µð½ºÇ÷¹ÀÌÇÏ´Â ¹æ¹ýÀº ´ÙÀ½°ú °°½À´Ï´Ù.
  1. Äڵ带 {{{ ¿Í }}} »çÀÌ¿¡ µÎµÇ ù ÁÙÀ» #!vim texÀ¸·Î ½ÃÀÛÇÕ´Ï´Ù.

º¸±â:
#!vim tex
\documentclass{article}
\usepackage{dhucs}

°á°ú:
\documentclass{article}
\usepackage{dhucs}

^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2006-02-22 02:09:09
Processing time 0.0355 sec