投稿制限なしフォーラム

slide で pause する方法

- H Y の投稿
\documentclass[slide]{jsarticle} の環境の下で,
途中で区切った表示をする方法を教えてください.

\pause は,通りませんでした.
これと実質的に同じ動きをさせたいのです.

test

- 匿 名 の投稿

10 Less fun with \cline Lines produced by \cline are coloured if you use \arrayrulecolor but you may not notice as they are covered up by any colour pannels in the following row. This is a ‘feature’ of \cline. If using this package you would probably better using the - rule type in a \hhline argument, rather than \cline.


と,colortbl のマニュアルにありますので,

\documentclass{article}
\usepackage[dvips]{colortbl}
\usepackage{hhline}%%% ←
\begin{document}
\begin{tabular}{|*{3}{c|}}
\hline
& a & b \\
%\cline{2-3}%%%  ←
\hhline{|~|-|-|}%%% ←
& c & \multicolumn{1}{>{\columncolor[gray]{0.8}}c|}{d} \\
\hline
\end{tabular}
\end{document} 

でうまくいきませんか?

test

- 匿 名 の投稿
\def\ProvidesFile#1{%                    % test of writing
  \begingroup                            % comments
    \catcode`\ 10 %                      % 
    \ifnum \endlinechar<256 %            % 
      \ifnum \endlinechar>\m@ne          % 
        \catcode\endlinechar 10 %        % 
      \fi
    \fi
    \@makeother\/%
    \@ifnextchar[{\@providesfile{#1}}{\@providesfile{#1}[]}}

書き込みテスト

- 匿 名 の投稿
書き込みテスト
現在、TeX Q&A に書き込もうとするとエラーになります。私の環境だけでしょうか?

論文題目のために字体と大きさの変更

- 枝村 俊郎 の投稿
\documentclass[9pt]{jasaticle}
\begin{document}
xxx\\
\{{fontencoding{T1}fontfamily{ptm}%
fontseries{b}fontshape{it}%
fontsize{15pt}{{12pt}\selectfont 題名}\\
ここに・・・うまくいきません。どうしてでしょうか。\\
\end{document}