소스 검색

Better bottom title space support for AuthReportConfig.tex

master
부모
커밋
3612ad227e
1개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  1. +8
    -3
      AuthReportConfig.tex

+ 8
- 3
AuthReportConfig.tex 파일 보기

@@ -57,11 +57,10 @@
\usepackage{wrapfig}
% Custom captions under/above floats in tables or figures
\usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption}
\usepackage[nobottomtitles*]{titlesec}


% Allows customization of section/subsection titles
\usepackage{titlesec}
\usepackage[nobottomtitles]{titlesec}
\renewcommand{\bottomtitlespace}{0.12\textheight}
\usepackage{titling}

% Change the look of the section and subsection titles
@@ -97,6 +96,12 @@
% AUTH report exported commands
% ===============================================================

% \BottomTitleSpace{}
% example \BottomTitleSpace{8em}
\newcommand{\BottomTitleSpace}[1]{
\renewcommand{\bottomtitlespace}{#1}
}

% \eng{}
% syntactic suggar for english text
% example \eng{A quick brown fox jumpedover the lazy dog}


불러오는 중...
취소
저장