Files
2026-05-28 01:10:21 +09:00

335 B

documentclass, classoption, title, author, date
documentclass classoption title author date
bxjsarticle
lualatex
ja=standard
11pt
テストレポート 高専太郎 1970-01-01

Test

  • Normal
  • Italic
  • Bold
  • code

quote

def fib(n):
    if n <= 2:
        return 1
    return fib(n - 1) + fib(n - 2)

e^{i\pi} + 1 = 0