Skip to content

Instantly share code, notes, and snippets.

@YasuhiroABE
Created December 22, 2021 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YasuhiroABE/db17793accd37b5bbe787597bd503190 to your computer and use it in GitHub Desktop.
Save YasuhiroABE/db17793accd37b5bbe787597bd503190 to your computer and use it in GitHub Desktop.
It is an example for the sdaps-ja docker container.
\documentclass[
english,
a4paper,
checkmode=check,
pagemark,
stamp]{sdapsclassic}
\usepackage[utf8]{inputenc}
% For demonstration purposes
\usepackage{multicol}
\usepackage{xltxtra}
\setmainfont{IPAPMincho}
\setsansfont{IPAPGothic}
\setmonofont{IPAGothic}
\XeTeXlinebreaklocale "ja"
\author{作者}
\title{タイトル}
\begin{document}
\begin{questionnaire}
\begin{info}
\texttt{info}環境を利用することで、任意のテキストを追加することができます。
\end{info}
\addinfo{Date}{10.03.2013}
\section{5段階評価}
\singlemark{どのくらいの頻度でSDAPSを利用していますか?}{ほとんどない}{毎日}
\end{questionnaire}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment