악몽 형식

악몽 형식

저는 처음으로 LaTeX로 논문을 쓰고 있습니다. 문서 형식과 관련하여 몇 가지 문제가 있습니다.

  1. 12pt 하나는 일반 12pt 글꼴 크기보다 작은 종이에 보입니다. 알려진 내용인가요? 아니면 내 설정이 기본 크기를 덮어쓰는 것인가요?

    \documentclass[12pt, oneside, a4paper, leqno]{report}
        \linespread{1.5}
        \usepackage{geometry}
        \geometry{a4paper, left=30.5mm, right=22.5mm, top=30mm, bottom=20mm}
    
  2. 오늘 초에 멋진 hdr이 있었는데 사라졌습니다. 이유나 방법을 전혀 모릅니다.

    \pagestyle{fancy}
        \fancyhf{}
        \rhead{Fraud Discovery Using Data Mining}
        \rfoot{Page \thepage}
    
  3. 서론부터 시작하는 페이지 번호가 있었는데 그것도 사라졌습니다. 페이지 번호가 없는 목차와 초록이 있습니다.

  4. 페이지 하단에서 XXcm가 되도록 바닥글을 수정하려면 어떻게 해야 하나요? 말처럼. 바닥글 하단과 페이지 하단 사이에 큰 공간이 있는 페이지가 있습니다.

죄송합니다. 전문은 다음과 같습니다! 나는 LaTeX를 처음 접했고 그것을 엉망으로 만들었습니다.

    \documentclass[12pt, oneside, a4paper, leqno]{report}
    \linespread{1.5}
    \usepackage{geometry}
    \geometry{a4paper, left=30.5mm, right=22.5mm, top=30mm, bottom=20mm}
    %\usepackage{times}
    \usepackage[export]{adjustbox}
    \usepackage{fancyhdr}
    \usepackage{tikz}
    \usetikzlibrary{arrows}
    \usepackage{cite}
    \usepackage{mathtools}
    \usepackage{scrextend}
    \usepackage{apacite}
    \usepackage{float}
    \setcounter{tocdepth}{4}
    \usepackage{amsfonts}
    \usepackage{tabularx}
    \usepackage{array}
    \usepackage{amsmath}
    \usepackage{eurosym}
    \usepackage{tikz}
    \usepackage{booktabs}
    \usepackage[flushleft]{threeparttable}
    \usepackage{graphicx}
    %\usepackage{epstopdf}
    \usepackage{url}
    \usepackage[english]{babel}
    \usepackage{multicol} 
    \usepackage{pgf}
    \graphicspath{ {images/} }
    \usepackage{caption}
    \usepackage{boldline}
    \usepackage{pdflscape}
    \usepackage{tcolorbox}
    \usepackage{pgfplots}
    \usepackage{pst-plot}
    \usepackage{pdfpages}
    \usepackage{appendix}
    \usepackage{mathtools}
    \usepackage{array}
    \usepackage{makecell}
    \pgfplotsset{xticklabel={\tick},scaled x ticks=false}
    \pgfplotsset{plot coordinates/math parser=false}
    \pgfplotsset{compat=1.8}
    \usepgfplotslibrary{statistics}
    %\newcommand*{\h}{\hspace{5pt}}% for indentation
    %\newcommand*{\hh}{\h\h}% double indentation
    \usepackage{amsmath}
    \newtcolorbox[auto counter,number within=section]{pabox}[2][]{colback=black!5!white,colframe=black!75!white,fonttitle=\bfseries, title=Figure \thetcbcounter:#1}
    \usetikzlibrary{arrows}
    \setlength{\parindent}{15pt}
    \setlength{\arrayrulewidth}{.05em}
    %\pagestyle{fancy}
    \fancyhf{}
    \rhead{Fraud Discovery Using Data Mining}
    \rfoot{Page \thepage}


     %Beginning of document:


        \begin{document}  
           % \input{cover_page}
            \thispagestyle{empty}
            \include{abstract}
            \thispagestyle{empty}
            \renewcommand\contentsname{Table of Contents}\pagestyle{empty} 
            \tableofcontents{\protect\thispagestyle{empty} % Table of contents
        \pagestyle{empty} 
        \cleardoublepage
        \pagestyle{plain}
    \section{Intro}
    Researchers have conducted studies in order to develop a deep 
    understanding of fraudulent behavior. We believe understanding the 
    psychological aspects of fraud can be very beneficial for fraud detection 
    and prevention.

\end{document}

.

답변1

여기에 이미지 설명을 입력하세요

멋진 페이지 스타일을 정의했지만 해당 스타일의 사용을 주석 처리했으며, 주석 처리가 없더라도 덮어썼습니다.다수의비어 있고 평범한 스타일의 시간. 또한 여러 가지 오류와 닫히지 않은 그룹이 보고되었습니다.

  \documentclass[12pt, oneside, a4paper, leqno]{report}
    \linespread{1.5}
    \usepackage{geometry}
    \geometry{a4paper, left=30.5mm, right=22.5mm, top=30mm, bottom=20mm}
    \usepackage[export]{adjustbox}
    \usepackage{fancyhdr}
    \usepackage{tikz}
    \usetikzlibrary{arrows}
    \usepackage{cite}
    \usepackage{tcolorbox}
    \usepackage{amsmath}
    \newtcolorbox[auto counter,number within=section]{pabox}[2][]{colback=black!5!white,colframe=black!75!white,fonttitle=\bfseries, title=Figure \thetcbcounter:#1}

    \setlength{\parindent}{15pt}
    \setlength{\arrayrulewidth}{.05em}

    \fancyhf{}
    \rhead{Fraud Discovery Using Data Mining}%<- this is quite odd, to have fixed head!!
    \rfoot{Page \thepage}
    \pagestyle{fancy}

     %Beginning of document:


        \begin{document}  
            %\input{cover_page}
            \thispagestyle{empty}
            \include{abstract}
%            \thispagestyle{empty}
% no!            \renewcommand\contentsname{Table of Contents}\pagestyle{empty} 
            \tableofcontents
%{\protect\thispagestyle{empty} % Table of contents %% no idea what 
       % \pagestyle{empty} 
        \cleardoublepage
      %  \pagestyle{plain}
    \section{Intro}
    Researchers have conducted studies in order to develop a deep 
    understanding of fraudulent behavior. We believe understanding the 
    psychological aspects of fraud can be very beneficial for fraud detection 
    and prevention.

\end{document}

관련 정보