KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › b6paper에서의 Layout 문제점

김인동 | 2019.11.27 16:17:21 | 메뉴 건너뛰기 쓰기

b6paper로 책을 만들기 위해 다음과 같이 꾸몄습니다.

\documentclass[b6paper,10pt]{amsbook}

\usepackage{amsmath,amsthm,amssymb,mathrsfs,verbatim}
\usepackage{hyperref,xcolor,lipsum,graphicx,multicol,hhline,fancyhdr}
\usepackage{xetexko}

\usepackage{geometry}
\geometry{%
paperwidth=128mm,
paperheight=182mm,
textwidth=96mm,
textheight=142mm,
marginparwidth=5mm,
marginparsep=5mm,
}

\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}{}}
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO]{\rightmark}
\fancyhead[RE]{\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{6.5pt}
\addtolength{\headwidth}{2cm}
\fancypagestyle{plain}{%
    \fancyhead{}
    \renewcommand{\headrulewidth}{0pt}%
}
\setlength{\topmargin}{-0.1in}
\addtolength{\textwidth}{0.8cm}
\addtolength{\textheight}{1cm}
\addtolength{\hoffset}{-0.4cm}
\addtolength{\voffset}{-0.5cm}

그 결과 출력이 첨부 파일과 같습니다.

책 제목 부분을 정중앙으로,

글타래(목차) 부분과 chapter 부분을 2cm 올리고, 

헤더 부분과 내용 부분이 한쪽으로 쏠리지 않게, 양 옆 같은 비율로

정중앙으로 출력하려면 위의 내용을 어떻게 바꾸어야 하나요.

매뉴얼을 보고 바궈보았지만 쉽지가 않습니다.

첨부 [4]

댓글 [1]

댓글 쓰기

목록 삭제

KTUG 한국 텍 사용자 그룹