書き込み練習用
subsubsectionが表示されない件
styの方にも以下のように記述されているので使えるものだと思っていたのですが,subsubsection,paragraph,subparagraphが使えない状態です
¥def¥section{¥@startsection{section}{1}{¥z@}
{0.5¥baselineskip plus .5mm minus .5mm}
{.5¥baselineskip plus .5mm minus .5mm}
{¥centering¥large¥bf¥relax }}
¥def¥subsection{¥@startsection{subsection}{2}{1zw}
{0.001¥baselineskip plus .1mm minus .1mm}
{0.001¥baselineskip plus .1mm minus .1mm}{¥normalsize¥bf¥relax}}
¥def¥subsubsection{¥@startsection{subsubsection}{3}{1zw}
{0.001¥baselineskip plus .1mm minus .1mm}{0.001¥baselineskip plus .1mm minus .1mm}
{¥normalsize¥rm¥cntrm}}
¥def¥paragraph{¥@startsection
{paragraph}{4}{¥z@}{0.001¥baselineskip plus .1mm}
{0.001¥baselineskip plus .1mm}{¥normalsize¥rm¥cntrm}}
¥def¥subparagraph{¥@startsection
{subparagraph}{4}{¥parindent}{0.001¥baselineskip plus .1mm}
{0.001¥baselineskip plus .1mm}{¥normalsize¥rm¥cntrm}}
以下のようにエラーが出ています
./guide.tex:244: Undefined control sequence.
\normalsize \rm \cntrm
l.〇〇 \subsubsection{〇〇}
パッケージはこのようになっています
¥documentclass[a4paper,twoside,dvipdfmx]{jarticle}
¥usepackage{tvrsj2e}
%¥usepackage{graphicx}
¥usepackage[draft]{graphicx}
¥usepackage[dvipdfmx]{epsfig,color}
¥usepackage[absolute,overlay]{textpos}
¥usepackage{array}
¥usepackage{comment}
¥makeatletter
¥let¥MYcaption¥@makecaption
¥makeatother
¥usepackage{subcaption}
¥captionsetup{compatibility=false} % 必要に応じて
¥makeatletter
¥let¥@makecaption¥MYcaption
¥makeatother
初学者なので原因の特定まで何が必要なのかあまり分かっていませんがご教授願います.
Markdown記法の確認
見出しは付けられる.
コードブロックは使える
latex test.tex
dvipdfmx test.dvi
test
インラインコードも大丈夫.
ディスプレイ数式もOK
$$ x=y $$
インライン数式は使えない?
$x$
引用もダメそう?
> test
斜体と太字はできる. 打ち消し線は無理.
italic bold ~~ol~~
水平線も引ける.
"* * *"
"***"
"*****"
"- - -"
"---------------------------------------"
リンクも貼れる.
テーブルは一応できてる....?
l | c | r |
---|---|---|
test | test | test |
test | test | test |
練習
テスト
TeX preview generation failed. Please review the log below to determine the cause.
***** WARNING: You are using a non-standard BibTeX style *****
The style "jplain" may require additional \usepackage commands to function correctly.
/////////////////////
BiBTeX styleをjplainに変更しています。
jplainがだめなので\usepackageを足せ、とのことですが、jplainを使うために必要なpackageがわからなかったので、とりあえず\documentclassをarticle -> jarticleにしてみましたが、解決しませんでした。
/////////////////////
\documentclass[letterpaper]{jarticle}
\pagestyle{empty}
\textwidth = 6.5in
\voffset = -105pt
\hoffset = -120pt
\renewcommand{\refname}{}
\begin{document}
\nocite{<<CiteKeys>>}
\bibliography{<<File>>}
\bibliographystyle{<<Style>>}
\end{document}
/////////////////////
どなたか解決策をご存じでないですか?
よろしくお願い致します。
テスト
LaTeXで論文を書いていて、
原稿の様式に合うようにするために、
改ページせずに二段組の後ろに一段組の文章を挿入したいのですが、
うまい方法が知りたいです。
具体的には、
原稿の様式として
- 本文は2段組
- 最終ページに英文のタイトル、著者名及び要旨を横1段組で書く