저는 현재 논문을 작성 중이며 여러 이메일 변환을 포함해야 합니다. 나는 사용하고있다고전론. 어떻게 포맷할지 궁금합니다누적 전환수. 게다가, 당신은 어떻게 대처할 것인가?이메일 헤더,서명그리고줄 바꿈\\
s: 왜 항상 추가해야 하나요 ?
현재 실험 중인 구성은 다음과 같습니다.
\documentclass[
oneside,
openright,
titlepage,
dottedtoc,
numbers=noenddot,
headinclude,
footinclude=true,
cleardoublepage=empty,
abstractoff,
BCOR=5mm,
paper=a4,
fontsize=11pt,
ngerman,
american
]
{scrreprt}
\PassOptionsToPackage{utf8}{inputenc}
\usepackage{inputenc}
\usepackage{blindtext}
\usepackage{framed}
% Vertical line that highlights quotations in an email.
% Use \begin{leftbar} and \end{leftbar} environment.
% Width of the line = 0.4pt
% Space between the line and the text = 10pt
% Requires \usepackage{framed}
\renewenvironment{leftbar}{%
\def\FrameCommand{\vrule width 0.4pt \hspace{10pt}}%
\MakeFramed {\advance\hsize-\width \FrameRestore}}%
{\endMakeFramed}
\usepackage{nicefrac}
\usepackage[english]{babel}
\usepackage[pdfspacing]{classicthesis}
\begin{document}
\selectlanguage{ngerman} % american ngerman
% Disable paragraph indentation.
\setlength{\parindent}{0pt}
\begin{verbatim}
From: [email protected]
Subject: Your inquiry from 20042012
Date: Thu, 3 May 2012 11:34:54 +0200
To: Jane Doe <[email protected]>
\end{verbatim}
Jane Doe wrote:
\begin{leftbar}
\begin{leftbar}
\begin{leftbar}
\begin{leftbar}
There are a couple of questions I like to ask. Please forward them if you cannot do so.
\end{leftbar}
I hope I can answer them after holidays.
\end{leftbar}
I am back from holidays now and will look through your questionaire the next days.
\end{leftbar}
Thank you, Mr. Doe - I am awaiting your answers.
\end{leftbar}
Dear Mrs. Doe,\\
\ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut molestie placerat pharetra. In quam leo, tincidunt ut consequat eget, malesuada sit amet urna. Morbi et interdum arcu. Nullam nisi nunc, ullamcorper vitae pulvinar eu, suscipit ut augue.\\
\ Donec risus mi, accumsan ac interdum id, molestie sed mauris. Suspendisse porttitor luctus justo in ullamcorper. Proin in neque magna. Mauris quis arcu eget enim mattis pharetra vitae a dolor. Nam aliquam consectetur mollis. Ut at sem quis dolor faucibus fringilla. Quisque cursus vehicula odio, vitae placerat ipsum dapibus id.\\
\ Best regards\\
John Doe\\
\ (See attached file: Questions\_Doe.doc)
\begin{verbatim}
_______________________________________________________
Administration New York
John Doe
Mainstr. 3
11111 New York
T: (011) 212-4301
F: (011) 212-954301
M: [email protected]
\end{verbatim}
\begin{leftbar}
My question
I looking forward to reading the answers to my questions:\\
\ 1. Is the world analog or digital?
\end{leftbar}
digital
\begin{leftbar}
2. How long does the world exist?
\end{leftbar}
analog since 1984, digital since 1999
\end{document}
이것이 위의 라텍스 예시의 모습입니다.
나도 봤다이 비슷한 질문>
하지만 나는 색상을 사용하고 싶지 않습니다 . 내 설정은 이것에서 영감을 얻었습니다프랑스어 변환이질문.
답변1
당신의 전략은 기본적으로 좋은 전략입니다. 몇 가지 변화를 제안합니다. \\
귀하가 요청한 성가신 문제를 제거하려면 \parskip
길이를 사용하여 단락 간 건너뛰기를 정의하십시오. 그런 다음 단락 내에서 줄 바꿈이 필요한 경우에만 \\
필요합니다(여기서 유일한 것은 인사말에 있습니다). 또한 leftbar
(tex 코드 소스에서) 환경이 구조만큼 읽기 쉽지 않다는 것을 알았습니다 . 그래서 이를 이라는 매크로 구조로 대체했습니다 \embed
. 또한 출력 공간을 절약하기 위해 이전 \embed
처럼 입력 시 자동으로 추가 공간을 제공 하지 않았습니다 leftbar
.
분명히 이러한 것들은 모두 취향의 문제입니다. 독자에게 정보를 명확하게 전달하는 것이 중요합니다.
\documentclass[
oneside,
openright,
titlepage,
dottedtoc,
numbers=noenddot,
headinclude,
footinclude=true,
cleardoublepage=empty,
abstractoff,
BCOR=5mm,
paper=a4,
fontsize=11pt,
ngerman,
american
]
{scrreprt}
\PassOptionsToPackage{utf8}{inputenc}
\usepackage{inputenc}
\usepackage{blindtext}
\usepackage[english]{babel}
\usepackage[pdfspacing]{classicthesis}
\usepackage{scalerel}
\usepackage{calc}
\global\newcounter{embedlevel}
\global\newlength\embedspace
\embedspace=2ex
\setcounter{embedlevel}{1}
\newcommand\embed[1]{%
\stepcounter{embedlevel}%
\stretchrel{\rule{0.2ex}{1ex}}{\hspace{1.8ex}\parbox{%
\textwidth-\value{embedlevel}\embedspace}{%
\rule{0ex}{2ex}#1\rule[-1.3ex]{0ex}{1.3ex}%
}}%
\vspace{.5ex}%
\addtocounter{embedlevel}{-1}%
}
\parskip 1.5ex
\begin{document}
\selectlanguage{ngerman} % american ngerman
% Disable paragraph indentation.
\setlength{\parindent}{0pt}
\begin{verbatim}
From: [email protected]
Subject: Your inquiry from 20042012
Date: Thu, 3 May 2012 11:34:54 +0200
To: Jane Doe <[email protected]>
\end{verbatim}
Jane Doe wrote:
\embed{%
\embed{%
\embed{%
\embed{%
There are a couple of questions I like to ask. Please forward them if
you cannot do so.
}
I hope I can answer them after holidays.
}
I am back from holidays now and will look through your questionaire the next days.
}
Thank you, Mr. Doe - I am awaiting your answers.
}
Dear Mrs. Doe,
Nullam nisi nunc, ullamcorper vitae pulvinar eu, suscipit ut augue.
Donec risus mi. Nam aliquam consectetur mollis. Ut at sem quis dolor
faucibus fringilla. Quisque cursus vehicula odio, vitae placerat ipsum
dapibus id.
Best regards,\\
John Doe
(See attached file: Questions\_Doe.doc)
\begin{verbatim}
_______________________________________________________
Administration New York
John Doe
Mainstr. 3
11111 New York
T: (011) 212-4301
F: (011) 212-954301
M: [email protected]
\end{verbatim}
\embed{%
My question
I looking forward to reading the answers to my questions:
1. Is the world analog or digital?
}
digital
\embed{%
2. How long does the world exist?
}
analog since 1984, digital since 1999
\end{document}