主専攻実験のために、GBAを始めました。
本家brewにはないのでサードパーティの奴を持ってくる。
| import java.util.*; | |
| import controlP5.*; | |
| class Date { | |
| String body; | |
| HashSet<String> ok = new HashSet<String>(); | |
| Date (String b) { | |
| body = b; | |
| } |
| <html> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <link href="http://bartaz.github.io/impress.js/css/impress-demo.css" rel="stylesheet" /> | |
| </head> | |
| <body> | |
| <div id="impress"> |
| \xeCJKsetwidth{!?}{1.5em} | |
| \xeCJKDeclarePunctStyle{ mine } | |
| { | |
| fixed-punct-ratio = 1 , | |
| fixed-margin-width = 0 pt , | |
| mixed-margin-width = \maxdimen , | |
| mixed-margin-ratio = 1, | |
| middle-margin-width = \maxdimen , | |
| middle-margin-ratio = 1, | |
| add-min-bound-to-margin = true , |