タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

texに関するyuyaitohのブックマーク (2)

  • TeXのjsarticleで余白設定 - J

    TeXで余白を設定する方法は2つある。 「geometry」パッケージの利用 「setlength」による設定 「geometry」パッケージの利用 プリアンブルに以下を書くだけ。 ¥usepackage[top=30truemm,bottom=30truemm,left=25truemm,right=25truemm]{geometry} これで、上下余白30mm、左右余白25mmのページになる(簡単!!)。 長さの指定は、「truemm」や「truecm」のようにtrueをくっつけることに注意。 「setlength」による設定 パッケージを使わず、ページの構成部品の長さを一つひとつ決めるという方法。 こちらのほうがTeXを理解するという意味でオススメである。 以下、サンプルソースです。 ¥documentclass[11pt,a4paper]{jsarticle} % % #####

    TeXのjsarticleで余白設定 - J
  • TeXclip

    Tips You can retrieve TeX-code from images pasted in PowerPoint (see this). At every image generation, LaTeX source is stored in browser history. Use browser Back / Forward button or history window to retrieve them. Click color palette while selecting text to color the text Multiple cursor/selection is available by Ctrl + click/drag Acknowledgments TeXclip depends on many open source projects. Whi

    TeXclip
  • 1