Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > f505c4c5327c360be380fcb0f1cb2d94 > files > 166

auto-multiple-choice-1.4.0-1.2.mga7.armv7hl.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>利用メモ</title><link rel="stylesheet" type="text/css" href="../style.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="Auto Multiple Choice" /><link rel="up" href="index.html" title="Auto Multiple Choice" /><link rel="prev" href="prerequis.html" title="必要条件" /><link rel="next" href="AMC-TXT.html" title="AMC-TXT構文" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">利用メモ</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="prerequis.html">戻る</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="AMC-TXT.html">次へ</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="usagenotes"></a>利用メモ</h2></div></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="num.limits"></a>数値的な限界</h3></div></div></div><p>(0.156以降の)現在までのバージョンでは、試験あたりの受験者数は4,095人まで、試験あたりの(受験者ごとの)ページ数は63ページまでに限定されています(これらのデフォルト値は変更可能です。<a class="xref" href="latex.html#binary.code" title="バイナリコード">バイナリコード</a>参照)。</p><p>設問ごとの選択肢数は199個までに限定されています(このデフォルト値は変更できません)。</p><p>LaTeX自体の限界でコンパイルができないことがあり、例えば、「<span class="errortext">No room for a new \toks</span>」というエラーが出ます。この場合、<code class="code">\usepackage{etex}</code>コマンドにより<span class="package">etex</span>パッケージを試してみてください。</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="versions"></a>バージョン</h3></div></div></div><p>問題が出ることは多くはありませんが、あるプロジェクトを実施している間(試験問題用紙を印刷してから採点して成績をつけ終わるまでの期間)はプログラムのバージョンを変更しないことをお勧めします。何らかのプロジェクトを実施している最中に適用してしまうと、AMCの正常な動作に干渉してしまうような修正がいくつかあります。</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>バージョン0.155以前のAMCでコンパイル・印刷を行った後、バージョン0.156以降でそのプロジェクトを扱う場合、LaTeXファイルの<span class="package">automultiplechoice</span>パッケージを読み込んでいる部分で、次のように<code class="option">versionA</code>オプションを付けてください。</p><pre class="programlisting">\usepackage[box,completemulti,versionA]{automultiplechoice}</pre></li><li class="listitem"><p>バージョン0.262以降、チェックボックスの描画が若干大きくなりました。このせいで試験問題用紙のレイアウトが変わってしまう可能性があります。</p></li><li class="listitem"><p>バージョン0.267以降、A4版の試験問題用紙を作成したい場合は、LaTeXファイルで次のように明示的に指定する必要があります。
          </p><pre class="programlisting">\documentclass[a4paper]{article}</pre></li><li class="listitem"><p>バージョン0.394以降、<span class="package">graphicx</span>パッケージが必要な場合は明示的にロードする必要があります(それより前のバージョンでは、AMCによってロードされていました)。</p></li><li class="listitem"><p>LaTeXの<span class="command"><strong>\AMCcode</strong></span>コマンドはバージョン0.5.18で書き直されました。これによってより堅牢になり設定を柔軟に変更しやすくなりましたが、旧バージョン用に書かれたLaTeXのソースで同じレイアウトを得るためには修正する必要があります。</p></li><li class="listitem"><p>バージョン1.1.0より、AMCの全データは多数のXMLファイルではなくSQLiteデータベースに格納されます。プロジェクトを最初に開いたときに、古いXMLファイルが新しい形式に変換されます。</p></li></ul></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="install"></a>インストール</h3></div></div></div><p>debian、Ubuntuあるいはその派生OSでは、debian公式リポジトリとubuntu AMCリポジトリを用いることができます。Mandriva、openSUSE、Fedoraでは、ビルド済のRPMパッケージを用いることができます。インストール手順は<a class="ulink" href="http://auto-multiple-choice.net/download" target="_top">AMCウェブサイト</a>で説明されています。</p><p>ソースコードのアーカイブは、プロジェクトの<a class="ulink" href="http://download.auto-multiple-choice.net/" target="_top">ダウンロードエリア</a>でダウンロードでき、その場合は端末上で次のコマンドを使ってください。</p><pre class="screen">tar xvzf auto-multiple-choice_xxxx_precomp.tar.gz
cd auto-multiple-choice-xxx
make
sudo make install</pre></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="launch"></a>起動</h3></div></div></div><p>インストールが完了したら、Gnomeの一般メニュー(あるいは、KDEなどの対応するメニュー)から<span class="guimenu">アプリケーション</span> → <span class="guisubmenu">教育</span> → <span class="guimenuitem">Auto Multiple Choice</span>を選ぶことにより、GUIを起動することができます。また、<strong class="userinput"><code>auto-multiple-choice</code></strong>コマンドを使用することもできます。</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="prerequis.html">戻る</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="AMC-TXT.html">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">必要条件 </td><td width="20%" align="center"><a accesskey="h" href="index.html">ホーム</a></td><td width="40%" align="right" valign="top"> AMC-TXT構文</td></tr></table></div></body></html>