Skip to content

Instantly share code, notes, and snippets.

View hig3's full-sized avatar

Saburo Higuchi hig3

View GitHub Profile
@hig3
hig3 / ws-grade-assign-upload.php
Last active February 17, 2024 21:48
An Exampel of use of Moodle Web Service function mod_assign_save_grades
<?php
// This file is NOT a part of Moodle - http://moodle.org/
//
// This client for Moodle 2 is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// ref. https://gist.github.com/jleyva/9687810
// http://www.slideshare.net/hig3/moodle-bulkgradeimport in Japanese
@hig3
hig3 / stat_education_workshop_manuscript.tex
Last active August 29, 2015 13:56
統計教育の方法論ワークショップ http://estat.sci.kagoshima-u.ac.jp/SESJSS/edu2013.html 予稿集(統計数理研究所共同研究リポート)原稿フォーマット http://estat.sci.kagoshima-u.ac.jp/SESJSS/PDF/workshop/Doc_format.pdf これをeditorがA4→B5に縮小すると聞いた気がしたが, 実際は下のをb5paperにした相当のものを提出した講演者が多い.
\documentclass[a4paper]{jarticle}
\usepackage[dvipdfm]{hyperref}
\AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
\usepackage[dvipdfmx]{graphicx}
\usepackage{multicol}
\setlength{\columnsep}{1cm}