目次

見出し

a^2 + b^2 = c^2

(1+2+・・・・+n=%%\%%frac{n(n+1)}{2})

見出し

テスト項目を記述します。

特に意味はありません。

Red Colored Text

これが大文字

note
tip
important
warning

a title

the box contents
the box contents

a caption

title

the box contents

caption

見出し2

{{indexmenu>#4|js#bj-tango.png navbar nocookie id#random tsort msort}}

|list.f77

c**********************************************************************
c     program                                                         *
c**********************************************************************
      program river2d
c
      include 'river2d.inc'
c
      call gridmesh
      call paradata
      call matrixj
      call initcond
 
      write(6,*) 'read file? y=1, n=0'
      read(5,*) iread
 
      if(iread.eq.1) then
        call inputdata
      end if
 
      call saa
 
      do 50 i = 1,istep0
 
        write(*,*) i,u(jmax/2,kmax/2),v(jmax/2,kmax/2)
     1              ,h(jmax/2,kmax/2)
 
        call boundcond
        call step(i)
        call smooth
        call saa
 
   50 continue
      call output
 
      stop
      end

TYS 2011/09/30 01:33

見出し3

<style background-lgreen>some text</style>

<style background-dorange>some text</style>

<style background-lorange box-dorange>some text</style>

<style background-lorange box-dorange float-left s50>some text</style> <style background-lorange box-dorange float-left s50>some text</style>

<style background-lorange box-dorange float-left s50>some text</style> <style background-lorange box-dorange float-left s25>some text</style> <style background-lorange box-dorange float-left s25>some text</style>

<asvg 117/117>
initPicture(0,1,0)
a=[0,0]; b=[1,1]
rect(a,b)
stroke='red'
ellipse([.5,.5],.5,.25)
stroke='blue'
ellipse([.5,.5],.25,.5)
</asvg>