Skip to content

Instantly share code, notes, and snippets.

@kentarosasaki
Last active December 23, 2016 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentarosasaki/c7039bd4bba58c3df718634cba0b2a6d to your computer and use it in GitHub Desktop.
Save kentarosasaki/c7039bd4bba58c3df718634cba0b2a6d to your computer and use it in GitHub Desktop.
新人同人作家に捧げる技術系同人誌出版ガイド ref: http://qiita.com/kentarosasaki/items/86e81c03972de4ad775c
#!/usr/bin/perl
$out_dir = 'build';
$latex = 'platex -halt-on-error %O %S';
$dvipdf = 'dvipdfmx -p a4 -x 40 -y 58 %O %S';
$pdf_mode = 3;
$pdf_previewer = 'exit';
sudo yum install texlive-*
\documentclass[9pt,b5paper,tombo,openany]{jsbook}
\setlength{\textwidth}{\fullwidth}
\setlength{\evensidemargin}{\oddsidemargin}
sudo apt-get install texlive-full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment