ご質問はこちらへ
lscapeなどを用いた表の回転について
全角スペースから始まるverbatim環境でエラー
\begin{verbatim}
全角スペースから始まるverbatim環境でエラー.
\end{verbatim}
(中略)
! Missing number, treated as zero.
<to be read again>
\ltj@reset@globaldefs
l.7 \end{verbatim}
?
This is LuaHBTeX, Version 1.12.0 (TeX Live 2020)
Execute 'luahbtex --credits' for credits and version details.
There is NO warranty. Redistribution of this software is covered by
the terms of the GNU General Public License, version 2 or (at your option)
any later version. For more information about these matters, see the file
named COPYING and the LuaTeX source.
LuaTeX is Copyright 2020 Taco Hoekwater and the LuaTeX Team.
ヒラギノフォントの埋め込みについて
\documentclass{jarticle}
\usepackage{otf}
\begin{document}
\ajMaru{1}
\ajMaru{51}
\end{document}
~ % sudo tlmgr update --self --all
Password:
/Library/TeX/texbin/tlmgr: only MacOSX is supported, not darwin 11.1 (from sw_vers -productVersion: 11.1)
query_ctan_mirror: Programs not set up, trying wget
cannot contact mirror.ctan.org, returning a backbone server!
tlmgr: package repositories
main = http://mirror.ctan.org/systems/texlive/tlnet (not verified: gpg unavailable)
tlcontrib = http://contrib.texlive.info/current (not verified: gpg unavailable)
For more about verification, see https://texlive.info/verification.html.
tlmgr: saving backups to /usr/local/texlive/2020/tlpkg/backups
TLPDB::_install_package: unsupported container format xz
tlmgr: Installation of new version of texlive.infra failed, trying to unwind.
[1/1, ??:??/??:??] update: texlive.infra [423k] (54630 -> 57132@main) ... tlmgr: Restoring old package state succeeded.
done
tlmgr: action update returned an error; continuing.
tlmgr: package log updated: /usr/local/texlive/2020/texmf-var/web2c/tlmgr.log
tlmgr: An error has occurred. See above messages. Exiting.
となり、エラーが出てます。これが原因でしょうか?
何度か入れ直しているのですが、同じ結果です。
また、ヒラギノフォントの埋め込みのために無理矢理
sudo tlmgr repository add http://contrib.texlive.info/current tlcontrib
PDF画像の取り込みについて
otf.styのexpertオプションと原ノ味フォント
\documentclass[dvipdfmx]{jsarticle}
\usepackage{plext}%
\usepackage[expert]{otf}
\newcommand{\hira}{あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよわをんがぎくげこさじずぜぞだぢづでどばびぶべぼぱぴぷぺぽぁぃぅぇぉゃゅょっゎゐゑ}%
\newcommand{\kana}{アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨワヲンガギクゲコサジズゼゾダヂヅデドバビブベボパピプペポァィゥェォャュョッヮヰヱヴ}%
\pagestyle{empty}
\begin{document}
\hira\kana
\parbox<t>{\textwidth}{\hira\kana}
\end{document}
上記をタイプセットしてdvipdfmxで原ノ味フォントを埋め込んだPDFファイルを作成すると見事に表示されません。
原ノ味フォントに該当するグリフが無いと理解しているのですが、元になっている源ノフォントにもグリフは存在していないのでしょうか? もし存在しているのなら今後のバージョンアップに期待したいです。
Apple Silicon Mac でのコンパイルで余白がおかしくなる
\documentclass[papersize,b5paper,11pt,uplatex]{jsarticle}
\usepackage{ketpic,ketlayer}
\usepackage{amsmath}
\usepackage[dvipdfmx]{graphicx,color}
\usepackage{wrapfig}
\usepackage{jsverb}
\usepackage[dvipdfmx,bookmarks=false,colorlinks=true,linkcolor=blue]{hyperref}
\setmargin{20}{20}{15}{25}
\usepackage{setspace}
\usepackage{comment}
\setcounter{tocdepth}{3}
\begin{document}
\begin{center}{\Large はじめに}\end{center}
\vspace{\baselineskip}
このマニュアルは,高校の情報Ⅰや数学で Python を使うためのマニュアルとして構成した。
\vspace{20cm}
・コレクション(値を集めたもの)については,リストのみを扱い,タプル,セット,
\vspace{\baselineskip}
本マニュアルはレファレンス(参照用)であって,入門書ではない。
\newpage
%==== 書法と構文 ========
\section{書法と構文}
%==== 書法 ========
\subsection{書法}
プログラミング言語には,それぞれ 次のような 書法=書き方の規約 がある。
\end{document}