Is there a b5paper japanese style in latex?
Posted
by matskn
on Stack Overflow
See other posts from Stack Overflow
or by matskn
Published on 2010-06-02T09:31:45Z
Indexed on
2010/06/02
9:33 UTC
Read the original article
Hit count: 188
My thesis is written in b5j documentclass style.
\documentclass[b5j,twoside,12pt]{report}
I have a paper that is appended at the end. However this is written in b5paper style as an article.
\documentclass[12pt,b5paper,twoside]{article}
How do I get the paper to follow the japanese style? Havent found any b5paperj options in the geometry package.. :-/
© Stack Overflow or respective owner