This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{jsarticle} | |
\usepackage{xymtex} % for xymtex | |
\usepackage[dvipdfmx]{graphicx} % for chemfig and chemobabel | |
\usepackage{chemfig} | |
\usepackage{chemobabel} | |
\begin{document} | |
自作パッケージ \textsf{chemobabel} による出力。 | |
1つ目は \verb|\chemobabel| コマンドにより MDL Molfile から変換(Marvin Sketch で描画)したもので、2つ目は ChemSpider に例示されている SMILES 記法から変換。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo tcpdfcrop v0.9.4 (2015-08-06) | |
setlocal | |
if /I "%~1"=="/h" ( | |
set BBOX=HiResBoundingBox | |
shift | |
) else ( | |
set BBOX=BoundingBox | |
) | |
set FROMDIR=%~dp1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{fonttable} | |
\begin{document} | |
\fonttable{CountriesOfEurope} | |
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<基本概念> | |
設定項目が多いので、決定の優先順位として | |
「(最上位)コンパイル方法 > プログラムのパス > 文字コードと文書クラス(最下位)」 | |
の順に参照する。 | |
<設定項目 UI 一覧> | |
新機能にかかわる TeX から PDF を生成する過程にかかわる設定項目 UI のみ表示。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
::TeX2img for Win (1.3.2) で「PDF を直接出力する TeX エンジン」を使用するためのバッチファイル(2) | |
:: 使い方: | |
:: 1. TeX2img for Win (1.3.2) の dvipdfmx のプログラムにこのバッチファイルを指定 | |
:: 何もしない(空のバッチファイルではダメなので) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
::TeX2img for Win で dvips + ps2pdf を使用するためのバッチファイル | |
:: 使い方: | |
:: 1. 下の set DVIPS= の値を適宜書き換え(現在の値は W32TeX 用) | |
:: 2. TeX2img for Win の dvipdfmx のプログラムにこのバッチファイルを指定 | |
set DVIPS="C:\w32tex\bin\dvips.exe" | |
:: このバッチファイルに渡された引数のうち,たぶん4番目が DVI ファイル名のはず | |
set TMPFILE=%~n4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# TeX2img for Mac で dvips + ps2pdf を使用するためのシェルスクリプト | |
# 使い方: | |
# 1. 下の DVIPS= の値を適宜書き換え(現在の値は MacTeX 用) | |
# 2. TeX2img for Mac の dvipdfmx のプログラムにこのシェルスクリプトを指定 | |
DVIPS="/usr/texbin/dvips" | |
PS2PDF="/usr/local/bin/ps2pdf" | |
# このシェルスクリプトに渡された引数のうち,たぶん2番目が DVI ファイル名のはず |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# TeX2img for Mac (1.8.7) で「PDF を直接出力する TeX エンジン」を使用するためのシェルスクリプト(2) | |
# 使い方: | |
# 1. TeX2img for Mac (1.8.7) の dvipdfmx のプログラムにこのシェルスクリプトを指定 | |
# 何もしない(空のシェルスクリプトではダメなので) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%#!xelatex | |
\documentclass{article} | |
\pagestyle{empty} | |
\usepackage{fontspec} | |
\usepackage{tikz} | |
\definecolor{gray1}{gray}{0.99} | |
\newcommand{\BigA}{\fontsize{100pt}{100pt}\selectfont} | |
\newcommand{\setoutputa}[1]{\newfontfamily\fontname{#1}% | |
\begin{tikzpicture}[x=1pt, y=1pt] | |
\draw [color=gray1] (0,0) rectangle (100,100); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2724c2724 | |
< \begin{package}{AnonymousPro-Bold-base}{anonymouspro}{Use AnonymousPro fonts with {\LaTeX}.} | |
--- | |
> \begin{package}{AnonymousPro-Bold-t1}{anonymouspro}{Use AnonymousPro fonts with {\LaTeX}.} | |
2729c2729 | |
< % \begin{package}{AnonymousPro-BoldItalic-base}{anonymouspro}{Use AnonymousPro fonts with {\LaTeX}.} | |
--- | |
> % \begin{package}{AnonymousPro-BoldItalic-t1}{anonymouspro}{Use AnonymousPro fonts with {\LaTeX}.} | |
2734c2734 | |
< \begin{package}{AnonymousPro-Italic-base}{anonymouspro}{Use AnonymousPro fonts with {\LaTeX}.} |
OlderNewer