ご質問はこちらへ
citeパッケージでsuperscriptオプションの場合の空き
adigraphとxymatrixの図を並べる
-
\documentclass[dvipdfmx]{jsarticle}
-
\newcommand{\bm}[1]{{\mbox{\boldmath $#1$}}}
-
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{pdfpages}
\usepackage{mathrsfs}
\usepackage{ascmac}
\usepackage{graphicx}
\usepackage{color}
\usepackage[all]{xy}
\usepackage{cancel}
\usepackage{framed}
\usepackage{latexsym}
\usepackage[truedimen,margin=20mm]{geometry}
\usepackage{adigraph}
\usepackage{emathMw}
\usepackage{tikz}
\usepackage{xcolor}
\usetikzlibrary{positioning}
\def\qed{\hfill $\Box$}
\newcommand{\ctext}[1]{\raise0.2ex\hbox{\textcircled{\scriptsize{#1}}}}
\newfont{\bg}{cmr9 scaled\magstep4}
\newcommand{\bigzerol}{\smash{\lower1.0ex\hbox{\bg 0}}}
\newcommand{\bigzerou}{%
\smash{\hbox{\bg 0}}}
\parindent = 0pt
\begin{document}
\begin{equation*}
\begin{matrix}
\xymatrix{
F(A)\ar[r]^{F(f)}\ar[d]_{\alpha_A}\ar@/_26pt/[dd]_{1_{F(A)}}&F(A')\ar[d]^{\alpha_{A'}}\ar@/^26pt/[dd]^{1_{F(A')}}\\
G(A)\ar[r]_{G(f)}\ar[d]_{\alpha^{-1}_A}&G(A')\ar[d]^{\alpha^{-1}_{A'}}\\
F(A)\ar[r]_{F(f)}&F(A')
}
&
\xymatrix{
G(A)\ar[r]^{G(f)}\ar[d]_{\alpha^{-1}_A}\ar@/_26pt/[dd]_{1_{G(A)}}&G(A')\ar[d]^{\alpha^{-1}_{A'}}\ar@/^27pt/[dd]^{1_{G(A')}}\\
F(A)\ar[r]_{F(f)}\ar[d]_{\alpha_A}&F(A')\ar[d]^{\alpha_{A'}}\\
G(A)\ar[r]_{G(f)}&G(A')
}
&
\NewAdigraph{AdigraphB}{
G-A:0,0:G(A);
G-A':3,0:G(A');
F-A:0,3:F(A);
F-A':3,3:F(A');
}{
F-A,G-A:1:$\alpha_A$;
G-A,F-A:1:$\alpha^{-1}_A$;
F-A,F-A':1:$F(f)$;
G-A,G-A':1:$G(f)$;
F-A',G-A':1:$\alpha_{A'}$;
G-A',F-A':1:$\alpha^{-1}_{A'}$;
F-A,F-A:1:$1_{F(A)}$;
F-A',F-A':1:$1_{F(A')}$;
G-A,G-A:1:$1_{G(A)}$;
G-A',G-A':1:$1_{G(A')}$;
}\AdigraphB{}
\end{matrix}
\end{equation*}
\end{document}
TikZ node に()を使った文字を入れられない
\documentclass[dvipdfmx]{jsarticle}
\newcommand{\bm}[1]{{\mbox{\boldmath $#1$}}}
\usepackage[truedimen,margin=10mm]{geometry}
\usepackage{adigraph}
\usepackage{emathMw}
\usepackage{tikz}
\usepackage{xcolor}
\usetikzlibrary{positioning}
\renewcommand{\baselinestretch}{0.65}
\begin{document}
\NewAdigraph{AdigraphB}{
G(A):0,0;
u:4,4;
v:0,4;
t:4,0;
}{
v,v;
u,u;
v,u;
u,v;
t,u;
v,t;
u,t;
t,v;
t,t;
}\AdigraphB{}
\end{document}
https://konoyonohana.blog.fc2.com/blog-entry-518.html
を参考にして上記を入力したのですが
! Package tikz Error: A node must have a (possibly empty) label text.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.27 \end
{document}
?
というエラーが出てきました.
nodeの文字が良くないようでただGと入力したときは出力されたのですが G(A)と入力するとだめなようです.
よろしければご教授お願いします.
MacOS BigSur のMacTeXでヒラギノフォントが埋め込めない
\documentclass[9pt,b5paper,uplatex,dvipdfmx]{ujarticle}
\usepackage[deluxe]{otf}
\begin{document}
⑴⑵
\end{document}
というコマンドラインに対して、
TeXConf 2021開催と講演者募集のおしらせ
\numberwithinについて
% 全角数字のテーブルを定義\makeatletter
\def\@arabicz#1{%
\ifcase#1 0\or 1\or 2\or 3\or 4\or 5\or 6\or 7\or 8\or 9\or 10\or
11\or 12\or 13\or 14\or 15\or 16\or 17\or 18\or 19\or 20\or
21\or 22\or 23\or 24\or 25\or 26\else\@ctrerr\fi}
\def\arabicz#1{\expandafter\@arabicz\csname c@#1\endcsname}%123 全角
\makeatother
\renewcommand{\thesection}{\arabicz{section}}
\renewcommand{\thesubsection}{\arabicz{subsection}}
\renewcommand{\thefigure}{\arabicz{figure}}
\renewcommand{\thetable}{\arabicz{table}}
\renewcommand{\theequation}{\arabicz{equation}}
% 式,図,表番号を(1.1)などに変更
\numberwithin{figure}{section}
\numberwithin{table}{section}
\numberwithin{equation}{section}
しかしながら,これでやると章番号のみが意図通り動作して1,2などの全角の番号が付き,ほかの例えば節は1,2のように全角節番号のみが現れ1.2のように章番号も並んだ形にはなりません。図番号や表の番号は1.1のように章に対応する番号のみが全角となり,図番号の部分は半角になります。
古典的(?)な方法である,マニュアルで\thefigure等のプリミティブを\renewcommandする方法ではうまくいっているのでなぜこのような動作の違いが起こるのか気になっています。理由が分かる方がいらっしゃったら教えていただけると幸いです。よろしくお願いいたします。
見出しと文字関係の質問
jlreqで、\newpage直後のopen_bracket_posについて
===================================================
\newpage直後、通常は
\noindent ○○○\\
×××\\
□□□\\
で新たのページで、行頭は揃って出力されますが、
\newpage
\noindent 『○○○』\\
『×××』\\
『□□□』\\
のように、『』でかこまれると、行頭が不揃いになってしまいます。jlreqのオプションで、
open_bracket_pos=の記述を種々変えて試しましたが上手くゆかず、悩んでいます。
方法をご教授ください。