
リポジトリダンプを取得しましたギットハブ博士号取得者(Yiannis の素晴らしい仕事は認めざるを得ません)私は現在、自費出版のために原稿を読み直しているところです。そして、彼の作品に目を通してみました。パッケージにあるスタイルの 1 つを複製して、それがどのように機能するかを確認してみました。彼のファイルの style06 tex には、次の記述がありました。
彼のテストサンプルを読んで、私は次のことを推測しました。これが私のコードです。ここから助けていただければ幸いです。これはあくまで練習用であり、理解できたら後でデザインや色、フォントを変更する予定です。
コードを修正しました - そして今は動作します - 改善方法についてのご意見をお聞かせください。これは私がコンパイルに使用しているものです
\documentclass{book}
\usepackage[left=1.5in,right=1.5in]{geometry}
\usepackage{phd}
\sethyperref
\input{defaultstyle}
\begin{document}
\mainmatter
\input{./styles/style06}
\chapter{An Inevitable Introduction}
\cxset{style06}
\expandafter\epigraph{I believe.}{08/26/19986}
\lettrine{\textcolor{orange} {N}}{}ow, I understand some of the mystery hidden from me, and mastered the craft of eavesdropping on the senses. I know it will not help much, but it is better than believing that life is fruitless and that the luck is the master. All things in this world are balanced and in their places, even those calamities, evils, and the coincidences are ordered alphabetically and preplanned!
The world has its own secret, and things disclose about its holiness and it is full of insinuations and passwords that cached in all what we see; but we do not see and we do not understand too. Perhaps we were affected by our humanity then we could not able be as the world wants us to be, to see in every peccadillo a sign to the special kingdom.
Oh! How stupid we are when we claim acumen and knowledge! We do not know anything about ourselves, we do not know about life except what we want to delude ourselves that we know. We quarrel with the truth as if it is our eternal enemy and devil holds all the contradictions. How naïve we are when we always ask about life and its secret as if we just created to solve the puzzles! Only now I know that life is easy and complex just like pants' zipper.
According to the experts: "As much as Man grows up as much as he revealed the truth of things obviously, and as much as he learns something new as much as he gets closer from the fact. Every day Man matures and his ideas and vision of the world mature too. That is the philosophy of the Supreme entities, and the secret of our research and endless questions." I say: "As much as Man grows up as much as he further away from the truth, and as much as he learns something new as much as he gets less knowledge. And as much as he matures as much as he becomes more stupid and naive!"
}
\end{document}\includegraphics[]{test-style32.pdf}
これはスタイル06の修正テンプレートです
\cxset{style06/.style={
name={Chapter},
numbering=arabic,
number font-size=\Huge,
number font-family=\calligra,
number font-weight=\calligra,
number color= black!90,
number before=\hspace*{-30pt},
number dot=,
number after=,
number position=rightname,
chapter font-family=\rmfamily,
chapter font-weight=\calligra,
chapter font-size=\LARGE\calligra,
chapter before={\vspace*{20pt}\par\hfill},
chapter after={\hfill\hfill\par},
chapter color={black!90},
title beforeskip={\vspace*{50pt}},
title afterskip={\vspace{3.5pt}\par},
title before={\hfill},
title after={\hfill\hfill},
title font-family=\rmfamily,
title font-color= black!90,
title font-weight=\normalfont,
title font-size=\LARGE,
title spaceout=soul,
}}
\cxset{style06}
\chapter{Crimson Moon}
\renewcommand{\DefaultLhang}{0.1}
\renewcommand{\LettrineFontHook}{\calligra}
\setlength{\DefaultFindent}{9.5pt}
\setlength{\DefaultNindent}{0pt}
\lettrine{\textcolor{orange}{O}}{}nce upon an incendiary sand, this wind was playing with a climate known by nomads as harsh, inhabited by dusty fever and familiar to the cold-blooded snakes and invertebrates. This wind was two-sands away or whistling from an immemorial mirage which landed on the wing of a mythical bird that beaten the legends then flew in a red sky forever. Its blood -which was the only sign of optimism, was sunken in an inch of water, its saliva -which had spilt for the first time when it saw me- It saw me again and did not spill. There is no way to bet, the wound is sinking in the cactus thorn, and in the scales of lizards that adept at deception. The mirage is a birthmark of the Western desert, and its only point of weakness.\medskip
\begin{figure}[ht]
\centering
\includegraphics[width=0.6\textwidth]{/Users/chemotkbilo/Desktop/DesktopWallpapers/backgrounds_home.jpg}
\caption{I am}
\end{figure}
A mirage
\begin{lstlisting}
The beautiful Mirage re-emerge (here i want to have a box like conversation between two people) ,
\end{lstlisting}
Over the full song, the singer kept following the musical scale, but he suddenly fell at the edge of the river when frogs' disturbing sounds escalated. Let us return to the desert where the wind is a single queen of people who love the heat, even those nomads who were afraid of the wind's wrath when it spit sand on their faces and when horses find their way to flee. Oh fair Queen! Some of your people still suffering from headaches and dryness, and there is no refuge from you except these cracks. I love you because you're the only one who can cheat me and I do not dare to speak! I love you because I love to sleep! I love you because you are who I scared and I love her approaching! I love you because we are ancient in the slavery convoy heading north where this wound is an abandoned direction and deniable niche. Nomads worship the wind in secret, and bury oblations under the sands of this desert.
結果
答え1
実用的な回答ですが、これを機能させるためには、実用的な例を投稿する前に、Yiannis Lazaridesパッケージを彼のギットハブコードをコンパイルするために必要です。phd パッケージのインストール方法については、彼の Github で入手できます (美しいパッケージ - バグがありますが、それでも素晴らしいです) インストールするには、ファイルを解凍し、ターミナル (Linux および OS X) または cmd (Windows) で実行します。
pdflatex phd.dtx
makeindex -s gind.ist -g phd
私はパッケージで利用可能なstyle06テンプレートを使用しました。私が変更したテンプレートも上記にあります。MWEを生成するにはphdパッケージと\usepackage{phd}がインストールされている必要があるため、誰もがYiannisのphdパッケージを持っているわけではないので、どのように生成するのかわかりませんでした。Github style06 変更なし 最小限したがって、phdパッケージが必要になりますギットハブ興味があれば、私が作成した mwe コードを以下に示します。phd パッケージは github にありますが、パッケージをインストールするとコードは機能します。
\documentclass{book}
\usepackage[left=1.5in,right=1.5in]{geometry}
\usepackage{phd}
\sethyperref
\input{defaultstyle}
\begin{document}
\mainmatter
\input{./styles/style06}
\chapter{title}
\cxset{style06}
\expandafter\epigraph{text.}{name}
\lettrine{\textcolor{orange}
\lipsum
\section{Test}
\lipsum
\subsection{Test}
\lipsum
\subsubsection{Test}
\lipsum
\end{document}
ちょっとした助けを借りて、自分ですべてを学び、理解するのは素晴らしい気分です。私は多くのことを学びました、そして、自分の質問に答えることができて幸せです。誰かが私の答えについて質問があれば、遠慮なく質問するか、私にメッセージを送ってください。それが役立つなら、私はビデオを作ります。