Q&A 마당은 텍 관련 질문/답변을 위해 만들었습니다.

  • 로그인 없이 자유롭게 글을 읽고 쓸 수 있는 철학은 처음과 같이 계속됩니다.
  • 질문 전에 아래를 읽어 보세요. 좋은 질문이 좋은 답을 받을 수 있는 좋은 방법입니다.
    • 질문에 맞는 제목을 붙이세요. 질문의 내용과 관련없는 "고수님", "긴급질문", "도와주세요"와 같은 제목은 답이 잘 올라오지 않습니다. 이 게시판에 올라오는 모든 글은 질문입니다. 굳이 [질문], [Q]를 적으실 필요도 없습니다.
    • 내용을 충실히 적어 주시고, 같은 상황을 재현할 수 있는 최소한의 예제가 같이 있어야 합니다.
    • 최소 예제는 "Minimal working example"을 읽어 보세요.
  • 파일을 첨부하실 때에는 가능한 압축하여 파일 크기를 줄여서 올려주시길 바랍니다.
  • 개인적으로 사용하신 글꼴이 들어 있는 경우, preparefont.sty에 관한 답변을 참조하세요.
  • 스팸 글을 막기 위하여 짧은 시간 내에 다시 글이 등록되는 IP를 막거나, 광고 글을 막기 위하여 금지어로 .com, .net 등을 설정하고 있습니다. 다소간의 불편함이 있으시더라도 양해 바랍니다.
    • 금지어에서 stackexchange, stackoverflow, ctan, overleaf, , github, google.com, gmail.com, .org, .io, sil.org, wiki.com, tistory.com등은 해제하였습니다.
  • MathJax를 이용한 수식조판을 사용하실 수 있습니다. 여기를 참조하세요.
  • 사용하는 편집기는 CKeditor입니다.
    • 편집기에서 [enter]를 누르면 <p> 태그가 들어가고, 문단으로 생각하고 한 줄을 비웁니다.
    • 글줄만 바꾸려면 [shift-enter]를 누르면 <BR> 태그가 들어가므로 용도에 맞게 나누어 쓸 수 있습니다.
    • 수식를 문서내에 삽입하시려면 에디터를 툴바에서 [소스]를 눌러 HTML로 입력할 수 있게 바꾸신 후 <pre> </pre> tag를 사용하셔서 <pre> 여러 줄의 수식 </pre>처럼 입력하시면 좋습니다.

좌우 페이지를 사용하지 않기 위해서 별도로 documentclass 부분에서 chapter 를 사용하지 않고 있습니다. 그런데 이 경우에는 이호재님이 알려주신게 적용이 잘 안되는듯 합니다.... 뭔가 방법이 없을까요? (물론 chapter 를 사용하면 전혀 문제는 없습니다)


그리고 한가지 더... documentclass 부분에서 chapter 를 사용 안하면 chapter 만 있고 본문이 없는 경우에는 더이상 페이지가 늘어나지 않습니다.............. (이건 좀 미묘한 부분이 아닌가 싶구요)


물론 제가 일반적인 용법으로 oblivoir 를 사용하지 않고 있다는건 인지하고 있습니다만.... 혹시 방법이 있으신분은.. 검토좀 부탁드리겠습니다...T.T


일단 별도로 만들어본 sample 은 다음과 같습니다.


=============================

\documentclass[a4paper,landscape,10pt]{oblivoir}


\setlength{\cftchapternumwidth}{8.0em}

\setlength\cftsectionnumwidth{8.5em}

\setlength\cftsubsectionindent{3em}

\setlength\cftsubsectionnumwidth{3.5em}


\begin{document}


% Set the PageCover

\setcounter{page}{0}

\mainmatter

\tableofcontents

\chapter{chapter A}

\chapter{chapter B}

\chapter{chapter C}

\chapter{chapter D}

\chapter{chapter E}

\chapter{chapter F}

\chapter{chapter G}

\chapter{chapter H}

\chapter{chapter I}

\chapter{chapter J}

\chapter{chapter K}

\chapter{chapter L}

\chapter{chapter M}

\chapter{chapter N}

\chapter{chapter O}

\chapter{chapter P}

\chapter{chapter Q}

\chapter{chapter R}

\chapter{chapter S}

\chapter{chapter T}

\chapter{chapter U}

\chapter{chapter V}

\chapter{chapter W}

\chapter{chapter X}

\chapter{chapter Y}

\chapter{chapter Z}

\chapter{chapter AA}

\chapter{chapter AB}

\chapter{chapter AC}

\chapter{chapter AD}

\chapter{chapter AE}

\chapter{chapter AF}

\chapter{chapter AG}

\chapter{chapter AH}

\chapter{chapter AI}

\chapter{chapter AJ}

\chapter{chapter AK}

\chapter{chapter AL}

\chapter{chapter AM}

\chapter{chapter AN}

\chapter{chapter AO}

\chapter{chapter AP}

\chapter{chapter AQ}

\chapter{chapter AR}

\chapter{chapter AS}

\chapter{chapter AT}

\chapter{chapter AU}

\chapter{chapter AV}

\chapter{chapter AW}

\chapter{chapter AX}

\chapter{chapter AY}

\chapter{chapter AZ}

\chapter{chapter BA}

\chapter{chapter BB}

\chapter{chapter BC}

\chapter{chapter BD}

\chapter{chapter BE}

\chapter{chapter BF}

\chapter{chapter BG}

\chapter{chapter BH}

\chapter{chapter BI}

\chapter{chapter BJ}

\chapter{chapter BK}

\chapter{chapter BL}

\chapter{chapter BM}

\chapter{chapter BN}

\chapter{chapter BO}

\chapter{chapter BP}

\chapter{chapter BQ}

\chapter{chapter BR}

\chapter{chapter BS}

\chapter{chapter BT}

\chapter{chapter BU}

\chapter{chapter BV}

\chapter{chapter BW}

\chapter{chapter BX}

\chapter{chapter BY}

\chapter{chapter BZ}

\backmatter


\end{document}




%%% Local Variables:

%%% TeX-engine: xetex

%%% TeX-PDF-mode: t

%%% TeX-master: t

%%% End:


번호 제목 글쓴이 날짜 조회 수
공지 Minimal Working Example을 첨부해주세요 [4] nanim 2015.06.23 229565
2102 section 번호와 그림 번호 사이의 점을 하이픈으로 하고 싶습니다. ( figurename과 thefigure 재정의 ) [2] file jmc 2019.02.03 10265
2101 footmisc 패키지와 vfill 명령의 호환성?? [2] file 이기문 2019.01.31 2092
2100 한글지원이 되지 않습니다. [3] hongksa19 2019.01.30 2672
2099 fancyfoot에 관련하여 [2] file mos 2019.01.23 2073
2098 한자, 그리스 문자, 히브리 문자가 섞인 문서 [3] file puzzlist 2019.01.21 2407
2097 ubuntu에서 texmaker 한글 편집 [3] 무명 2019.01.07 2370
2096 굵은 글씨체로 바꾸기 어떻게 하나요? 부탁드려요 [1] overleaf왕초보 2019.01.20 2377
2095 \documentclass{book}에서 타이틀 만들기에 대해 [2] file mos 2019.01.18 2048
2094 서체(폰트)에 대한 문의 [2] file mos 2019.01.14 2144
2093 책을 편집중에 있는데요.. 두가지 궁금사항이 있습니다. [2] file lhjibis 2019.01.17 2036
2092 Bibtex를 이용한 참고문헌 관련 질문 [2] 삿포로 2019.01.09 3036
2091 Tikz 그리기 [3] file 최수열 2019.01.03 2344
2090 minted package 에서 한글 주위의 빨간 박스 제거 [2] file hsjun 2019.01.10 2562
2089 그림여백문제질문드립니다. [2] file 김종열 2019.01.08 1958
2088 oblivoir에서 title이랑 author 관련 [2] file cqc 2019.01.08 2628
2087 WinEDT에서 miktex대신 texlive를 사용하도록 설정 방법 [7] 김광희 2011.02.14 23922
2086 texwork editer 자체는 확대해서 볼 수 없나요? [2] file beginner 2019.01.04 2166
2085 emeditor 사용자 정의 질문입니다. [1] 김종열 2019.01.03 1879
2084 sagetex [4] 지나가다 2019.01.02 1996
2083 \shadowtext패키지를 사용할 때 빈 칸이 삽입되는 문제. [4] file 이기문 2019.01.01 1850



XE Login