tex
Latexで二段組みでページ下部にfigureやtableぶち抜き \usepackage{nidanfloat}
\newcommand{\argmax}{\operatornamewithlimits{argmax}} \newcommand{\argmin}{\operatornamewithlimits{argmin}}
\usepackage{amsmath}\newcommand{\argmax}{\operatornamewithlimits{argmax}} \newcommand{\argmin}{\operatornamewithlimits{argmin}}
Preferences - Compositionのgsをgs-X11に変更自分の環境に寄るのだろうが,これで解決.http://macosx-tex.576846.n2.nabble.com/No-output-with-LaTeXit-and-Mac-Tex-2008-td1099518.html
以下のものをインストール MacTex http://www.tug.org/mactex/2009/ Drag & Drop pTeX(以下DDTeX) http://www2.kumagaku.ac.jp/teacher/herogw/ MacTeXは標準インストールし,DDTeXは以下にコピーした. /Applications/TeX/pTeX.apppTeX.appをダブルクリッ…
Rにて embedFonts(file="input.eps",format="epswrite",fontpaths="System/Library/Fonts",outfile="output.eps",options="-dDEVICEWIDTHPOINTS=864 -dDEVICEHEIGHTPOINTS=648")高さと幅はBoundingBoxよりも大きければいいのかな.よく分からん.
excel2latex www.ctan.org/tex-archive/support/excel2latex/Excelで 参照不可:Ref Edit Controlのフラグを外すLatexで \usepackage{booktabs}する
/home/user/にて latex2pngの一部を以下のようにコメントアウト#add $home_dir to latex/dvips search path #cd $home_dir #TEXINPUTS=`pwd`${TEXINPSEP} #export TEXINPUTS #cd $dircygwinインスコ $latex2rt document.tex
\vec{} \mathbf{}
When you use a name like organisation or company name for author in bibtex, use author = {{ }} instead of author = { }
\nocite{ } \bibliographystyle{ } \bibliography{ }
\usepackage{amsmath} \usepackage{amsfonts}\mathbb{RCZ}http://jegog.phys.nagoya-u.ac.jp/~tkonishi/cn/misc/tex/index.html 複素数とか実数の集合をtexで表現するとき.
http://t16web.lanl.gov/Kawano/gnuplot/intro/plotexp.html http://t16web.lanl.gov/Kawano/gnuplot/misc4.html
引用されなかったが,文献目録に掲載したい文献がある場合は,\nocite を使ってその文献の引用キーを列挙します.\nocite は,本文の\bibliographyより前あればどこに記述してもかまいませんが,\bibliographyの直前に記述するとよいでしょう.引用元:http:…
白黒のepsにする. set terminal postscript monochrome文字を大きくする set size 0.5,0.5 set size 0.7,0.7
Option - Setup parameters - Graphic - GIF
pstoeditをインスコ. GSVIEWからEDIT-Convert to vector format-emfで保存. ワードやパワーポイントで貼り付ける.
エントロピー関数のHとかをかっこよく表示する. \usepackage{mathrsfs} \mathscr{H}(p)
subfigureパッケージを使う. 図の調整 \renewcommand{\subfigtopskip}{2pt} \renewcommand{\subfigcapskip}{2pt} \renewcommand{\subfigcaptopadj}{0pt} \renewcommand{\subfigbottomskip}{0pt} \renewcommand{\subfigcapmargin}{0pt} \renewcommand{\subfi…
C:\usr\gs\gs8.64\Resource\Init\gs_pdfwr.ps の該当部分を以下のようにコメントアウトする./.standardfonts [ % /Courier /Courier-Bold /Courier-Oblique /Courier-BoldOblique % /Helvetica /Helvetica-Bold /Helvetica-Oblique /Helvetica-BoldOblique …
\tex\share\texmf\fonts\map\dvipdfmx\base にあるcid-x.mapの以下を編集.% % Ryumin and GothicBBB found in PostScript printers: % %rml H Ryumin-Light %gbm H GothicBBB-Medium %rmlv V Ryumin-Light %gbmv V GothicBBB-Mediumrml H :0:msmincho gbm H…
\includeは改ページされます.
Courier Courier-Bold Courier-Oblique Courier-BoldOblique Helvetica Helvetica-Bold Helvetica-Oblique Helvetica-BoldOblique Times-Roman Times-Bold Times-Italic Times-BoldItalic Symbol ZapfDingbats 以上のフォントはコアフォントで,PDFのビュー…
(共通) 「アウトライン」,「ソフトフォントとしてダウンロード」の設定だけで埋め込まれるようになる.(EXCELのグラフ) グラフを右クリック−グラフウィンドウ タイトルバー右クリック−印刷 プリンターにWMF2EPS Color PS L2を指定する.*追記 印刷の向きは…
ebb hoge.jpg \usepackage[dvipdfm]{graphicx} \includegraphics[width=6cm]{hoge.jpg}dvipdfmでdviをコンパイルdvipdfmxだとなぜかエラー
パワーポイント等のwmf,emfをepsに変換したやつはフォントが埋め込まれなかった. これはwmf2epsを使用していたためで,頑張っても埋め込まれずtype3のフォントが使用されていた.ここで,emftoepsというソフトを使用し,PSプリンタをWMF2EPS color PS L2に…