We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typstのブラウザエディタにはターミナルが(恐らく)なく,パッケージをインストールできなさそう.
lib.typを同じディレクトリに置いて,レポート用ファイルに↓を書くように誘導した方がいいかも?
#import "lib.typ": tuatTemplate #show: doc => tuatTemplate( // title: "実験報告書", // タイトル(上部) date1: "2021-01-01", // 日付1 date2: "2021-01-02", // 日付2 date3: "2021-01-03", // 日付3 date4: "2021-01-04", // 日付4 // date5: "2021-01-05", // 日付5 collaborator1: "John Doe", // 共同作業者1 collaborator2: "Jane Doe", // 共同作業者2 collaborator3: "John Smith", // 共同作業者3 collaborator4: "Jane Smith", // 共同作業者4 // collaborator5: "John Johnson", // 共同作業者5 submitDate: "2021-01-06", // 提出日 resubmitDate: "2021-01-08", // 再提出日 deadline: "2021-01-07", // 期限日 redeadline: "2021-01-09", // 再提出期限日 subject: "情報工学実験", // 科目 teacher: "John Doe", // テーマ指導教員 grade: "2", // 学年 semester: "後期", // 学期 credit: "2", // 単位 theme: "テーマ", // テーマ studentId: "学籍番号", // 学籍番号 author: "John Doe", // 著者 doc)
The text was updated successfully, but these errors were encountered:
あとWindowsでも動作確認できるまでは似たようなスタイルを取ってもらう必要がありそうだね
Sorry, something went wrong.
Merge pull request #6 from kitashimauni/add_batch
b1860be
空白
No branches or pull requests
Typstのブラウザエディタにはターミナルが(恐らく)なく,パッケージをインストールできなさそう.
lib.typを同じディレクトリに置いて,レポート用ファイルに↓を書くように誘導した方がいいかも?
The text was updated successfully, but these errors were encountered: