update eisvogel
This commit is contained in:
parent
0c8b636a31
commit
da25ff515a
|
@ -1,6 +1,7 @@
|
|||
/*.pdf
|
||||
demo/*.pdf
|
||||
/*_files
|
||||
/figure/
|
||||
/*.pdf
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
title: eisvogel
|
||||
title: eisvogel template for drwater
|
||||
author: Ming Su
|
||||
version: 0.0.1
|
||||
contributes:
|
||||
formats:
|
||||
pdf:
|
||||
template: eisvogel.tex
|
||||
template: dweisvogel.tex
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
title: eisvogel
|
||||
title: eisvogel template for drwater
|
||||
author: Ming Su
|
||||
version: 0.0.1
|
||||
contributes:
|
||||
formats:
|
||||
pdf:
|
||||
template: eisvogel.tex
|
||||
template: dweisvogel.tex
|
||||
|
|
|
@ -389,7 +389,7 @@ $if(book)$
|
|||
% 修改目录中的章节编号为中文
|
||||
\addtokomafont{chapterentry}{\normalfont} % 可选:调整目录字体
|
||||
\renewcommand*{\chapterformat}{第\zhnumber{\thechapter}章} % 正文标题格式
|
||||
\renewcommand*{\chaptermarkformat}{第\zhnumber{\thechapter}章} % 页眉标题格式
|
||||
\renewcommand*{\chaptermarkformat}{第\zhnumber{\thechapter}章\quad} % 页眉标题格式
|
||||
% 关键!覆盖目录中的章节编号
|
||||
\renewcommand{\addchaptertocentry}[2]{%
|
||||
\addtocentrydefault{chapter}{第\zhnumber{#1}章}{#2}%
|
||||
|
@ -655,7 +655,7 @@ $if(lang)$
|
|||
pdflang={$lang$},
|
||||
$endif$
|
||||
$if(subject)$
|
||||
pdfsubject={$subject$},
|
||||
pdfsubject={$subject$},
|
||||
$endif$
|
||||
$if(keywords)$
|
||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
||||
|
@ -1017,11 +1017,24 @@ $else$
|
|||
}
|
||||
\pagestyle{eisvogel-header-footer}
|
||||
|
||||
\newpairofpagestyles{eisvogel-chapterpage-header-footer}{
|
||||
\clearpairofpagestyles
|
||||
\setheadtopline{0pt} % 移除页眉顶部的横线(如果有)
|
||||
\setheadsepline{0pt}
|
||||
\ifoot*{$if(footer-left)$$footer-left$$else$$for(author)$$author$$sep$, $endfor$$endif$}
|
||||
\cfoot*{$if(footer-center)$$footer-center$$else$$endif$}
|
||||
\ofoot*{$if(footer-right)$$footer-right$$else$\thepage$endif$}
|
||||
\addtokomafont{pageheadfoot}{\upshape}
|
||||
}
|
||||
|
||||
|
||||
$if(book)$
|
||||
\deftripstyle{ChapterStyle}{}{}{}{}{\pagemark}{}
|
||||
\renewcommand*{\chapterpagestyle}{ChapterStyle}
|
||||
% \deftripstyle{ChapterStyle}{}{}{}{}{\pagemark}{}
|
||||
% \renewcommand*{\chapterpagestyle}{ChapterStyle}
|
||||
\renewcommand*{\chapterpagestyle}{eisvogel-chapterpage-header-footer}
|
||||
$endif$
|
||||
|
||||
|
||||
$if(page-background)$
|
||||
\backgroundsetup{
|
||||
scale=1,
|
||||
|
@ -1036,6 +1049,15 @@ $endif$
|
|||
$endif$
|
||||
$endif$
|
||||
|
||||
% watermark
|
||||
$if(watermark)$
|
||||
\usepackage{draftwatermark,xcolor}
|
||||
\SetWatermarkText{\textcolor{$if(watermark-color)$$watermark-color$$else$gray!3$endif$}{$watermark$}}
|
||||
\SetWatermarkScale{1.2} % 缩小水印尺寸(数值越小越密集)
|
||||
\SetWatermarkAngle{45} % 斜角排列(经典水印样式)
|
||||
\SetWatermarkLightness{0.99} % 亮度调节
|
||||
$endif$
|
||||
|
||||
%%
|
||||
%% end added
|
||||
%%
|
Binary file not shown.
BIN
dwev/beamer.pdf
BIN
dwev/beamer.pdf
Binary file not shown.
BIN
dwev/book.pdf
BIN
dwev/book.pdf
Binary file not shown.
BIN
dwev/bookcn.pdf
BIN
dwev/bookcn.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -389,7 +389,7 @@ $if(book)$
|
|||
% 修改目录中的章节编号为中文
|
||||
\addtokomafont{chapterentry}{\normalfont} % 可选:调整目录字体
|
||||
\renewcommand*{\chapterformat}{第\zhnumber{\thechapter}章} % 正文标题格式
|
||||
\renewcommand*{\chaptermarkformat}{第\zhnumber{\thechapter}章} % 页眉标题格式
|
||||
\renewcommand*{\chaptermarkformat}{第\zhnumber{\thechapter}章\quad} % 页眉标题格式
|
||||
% 关键!覆盖目录中的章节编号
|
||||
\renewcommand{\addchaptertocentry}[2]{%
|
||||
\addtocentrydefault{chapter}{第\zhnumber{#1}章}{#2}%
|
||||
|
@ -655,7 +655,7 @@ $if(lang)$
|
|||
pdflang={$lang$},
|
||||
$endif$
|
||||
$if(subject)$
|
||||
pdfsubject={$subject$},
|
||||
pdfsubject={$subject$},
|
||||
$endif$
|
||||
$if(keywords)$
|
||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
||||
|
@ -1017,11 +1017,24 @@ $else$
|
|||
}
|
||||
\pagestyle{eisvogel-header-footer}
|
||||
|
||||
\newpairofpagestyles{eisvogel-chapterpage-header-footer}{
|
||||
\clearpairofpagestyles
|
||||
\setheadtopline{0pt} % 移除页眉顶部的横线(如果有)
|
||||
\setheadsepline{0pt}
|
||||
\ifoot*{$if(footer-left)$$footer-left$$else$$for(author)$$author$$sep$, $endfor$$endif$}
|
||||
\cfoot*{$if(footer-center)$$footer-center$$else$$endif$}
|
||||
\ofoot*{$if(footer-right)$$footer-right$$else$\thepage$endif$}
|
||||
\addtokomafont{pageheadfoot}{\upshape}
|
||||
}
|
||||
|
||||
|
||||
$if(book)$
|
||||
\deftripstyle{ChapterStyle}{}{}{}{}{\pagemark}{}
|
||||
\renewcommand*{\chapterpagestyle}{ChapterStyle}
|
||||
% \deftripstyle{ChapterStyle}{}{}{}{}{\pagemark}{}
|
||||
% \renewcommand*{\chapterpagestyle}{ChapterStyle}
|
||||
\renewcommand*{\chapterpagestyle}{eisvogel-chapterpage-header-footer}
|
||||
$endif$
|
||||
|
||||
|
||||
$if(page-background)$
|
||||
\backgroundsetup{
|
||||
scale=1,
|
||||
|
@ -1036,6 +1049,15 @@ $endif$
|
|||
$endif$
|
||||
$endif$
|
||||
|
||||
% watermark
|
||||
$if(watermark)$
|
||||
\usepackage{draftwatermark,xcolor}
|
||||
\SetWatermarkText{\textcolor{$if(watermark-color)$$watermark-color$$else$gray!3$endif$}{$watermark$}}
|
||||
\SetWatermarkScale{1.2} % 缩小水印尺寸(数值越小越密集)
|
||||
\SetWatermarkAngle{45} % 斜角排列(经典水印样式)
|
||||
\SetWatermarkLightness{0.99} % 亮度调节
|
||||
$endif$
|
||||
|
||||
%%
|
||||
%% end added
|
||||
%%
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84.75pt" height="84.75pt" viewBox="0 0 84.75 84.75">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0">
|
||||
<path d="M 3.6875 0 L 1.171875 0 L 1.171875 -11.375 C 2.773438 -11.425781 3.785156 -11.453125 4.203125 -11.453125 C 5.859375 -11.453125 7.171875 -10.96875 8.140625 -10 C 9.109375 -9.03125 9.59375 -7.742188 9.59375 -6.140625 C 9.59375 -2.046875 7.625 0 3.6875 0 Z M 3.1875 -9.609375 L 3.1875 -1.84375 C 3.507812 -1.8125 3.859375 -1.796875 4.234375 -1.796875 C 5.253906 -1.796875 6.050781 -2.164062 6.625 -2.90625 C 7.207031 -3.644531 7.5 -4.679688 7.5 -6.015625 C 7.5 -8.441406 6.367188 -9.65625 4.109375 -9.65625 C 3.890625 -9.65625 3.582031 -9.640625 3.1875 -9.609375 Z M 3.1875 -9.609375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-1">
|
||||
<path d="M 7.578125 0 L 4.546875 -4.703125 C 4.234375 -4.703125 3.804688 -4.71875 3.265625 -4.75 L 3.265625 0 L 1.171875 0 L 1.171875 -11.375 C 1.273438 -11.375 1.707031 -11.394531 2.46875 -11.4375 C 3.238281 -11.476562 3.851562 -11.5 4.3125 -11.5 C 7.207031 -11.5 8.65625 -10.378906 8.65625 -8.140625 C 8.65625 -7.460938 8.453125 -6.847656 8.046875 -6.296875 C 7.648438 -5.742188 7.148438 -5.351562 6.546875 -5.125 L 9.90625 0 Z M 3.265625 -9.625 L 3.265625 -6.46875 C 3.640625 -6.4375 3.921875 -6.421875 4.109375 -6.421875 C 4.953125 -6.421875 5.570312 -6.535156 5.96875 -6.765625 C 6.363281 -7.003906 6.5625 -7.46875 6.5625 -8.15625 C 6.5625 -8.71875 6.347656 -9.109375 5.921875 -9.328125 C 5.503906 -9.554688 4.847656 -9.671875 3.953125 -9.671875 C 3.734375 -9.671875 3.503906 -9.65625 3.265625 -9.625 Z M 3.265625 -9.625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2">
|
||||
<path d="M 10.34375 0.15625 L 9.5 0.15625 L 7.015625 -7.015625 L 4.609375 0.15625 L 3.78125 0.15625 L 0.03125 -11.375 L 2.140625 -11.375 L 4.28125 -4.515625 L 6.59375 -11.375 L 7.46875 -11.375 L 9.78125 -4.515625 L 11.921875 -11.375 L 14.015625 -11.375 Z M 10.34375 0.15625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3">
|
||||
<path d="M 7.8125 0 L 6.96875 -2.3125 L 3.078125 -2.3125 L 2.28125 0 L 0.03125 0 L 4.578125 -11.53125 L 5.453125 -11.53125 L 10.03125 0 Z M 5.015625 -8.046875 L 3.65625 -3.859375 L 6.390625 -3.859375 Z M 5.015625 -8.046875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-4">
|
||||
<path d="M 5.796875 -9.578125 L 5.796875 0 L 3.78125 0 L 3.78125 -9.578125 L 0.15625 -9.578125 L 0.15625 -11.375 L 9.578125 -11.375 L 9.578125 -9.578125 Z M 5.796875 -9.578125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5">
|
||||
<path d="M 3.1875 -9.578125 L 3.1875 -6.921875 L 6.9375 -6.921875 L 6.9375 -5.203125 L 3.1875 -5.203125 L 3.1875 -1.796875 L 8.34375 -1.796875 L 8.34375 0 L 1.171875 0 L 1.171875 -11.375 L 8.421875 -11.375 L 8.421875 -9.578125 Z M 3.1875 -9.578125 "/>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 18.847656 5.347656 L 65.914062 5.347656 L 65.914062 40.40625 L 18.847656 40.40625 Z M 18.847656 5.347656 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path fill-rule="evenodd" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 0 84.75 L 84.75 84.75 L 84.75 0 L 0 0 Z M 0 84.75 "/>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill-rule="nonzero" fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1" d="M 64.964844 15.121094 L 42.753906 5.4375 C 42.480469 5.320312 42.171875 5.320312 41.898438 5.4375 L 19.6875 15.121094 C 18.976562 15.496094 18.699219 16.378906 19.066406 17.101562 C 19.203125 17.371094 19.421875 17.589844 19.6875 17.730469 L 41.898438 27.414062 C 42.167969 27.535156 42.472656 27.535156 42.742188 27.414062 L 60.019531 19.875 L 60.019531 27.585938 C 58.472656 28.535156 57.980469 30.574219 58.917969 32.140625 C 59.191406 32.597656 59.566406 32.980469 60.019531 33.257812 L 60.019531 35.949219 L 62.289062 35.949219 L 62.289062 33.257812 C 63.832031 32.308594 64.324219 30.265625 63.390625 28.703125 C 63.113281 28.246094 62.738281 27.863281 62.289062 27.585938 L 62.289062 18.890625 L 64.964844 17.71875 C 65.671875 17.34375 65.945312 16.453125 65.570312 15.738281 C 65.433594 15.472656 65.222656 15.261719 64.964844 15.121094 Z M 42.324219 29.359375 C 41.984375 29.359375 41.648438 29.285156 41.335938 29.148438 L 27.488281 23.105469 L 27.488281 31.449219 C 27.488281 38.285156 37.589844 40.332031 40.742188 40.332031 L 43.867188 40.332031 C 46.230469 40.332031 57.125 38.285156 57.125 31.449219 L 57.125 23.105469 L 43.273438 29.160156 C 42.945312 29.300781 42.589844 29.371094 42.230469 29.359375 Z M 42.324219 29.359375 "/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1" d="M 33.496094 42 L 45.433594 42 C 46.84375 42 48.242188 42.160156 49.609375 42.46875 L 51 42.945312 L 44.398438 53.910156 C 42.777344 56.597656 42.777344 59.964844 44.398438 62.65625 L 44.453125 62.730469 L 44.90625 64.964844 C 41.105469 64.964844 37.300781 66.75 33.496094 66.75 C 23.28125 66.75 15 64.964844 15 60.945312 L 15 59.796875 C 15 49.964844 23.28125 42 33.496094 42 Z M 33.496094 42 "/>
|
||||
<path fill-rule="evenodd" fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1" d="M 58.570312 42.238281 L 65.511719 53.371094 C 67.96875 57.3125 66.65625 62.429688 62.574219 64.804688 C 58.496094 67.179688 53.195312 65.90625 50.738281 61.96875 C 49.089844 59.324219 49.089844 56.015625 50.738281 53.371094 L 57.679688 42.242188 C 57.828125 42.007812 58.144531 41.929688 58.390625 42.070312 C 58.464844 42.113281 58.527344 42.171875 58.570312 42.242188 Z M 58.570312 42.238281 "/>
|
||||
<g fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0" x="7.65" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="17.95" y="82.15"/>
|
||||
<use xlink:href="#glyph-0-2" x="27.0448" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3" x="40.6711" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4" x="49.0027" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5" x="58.8289" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(49.803162%, 49.803162%, 49.803162%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="67.9078" y="82.15"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84.75pt" height="84.75pt" viewBox="0 0 84.75 84.75">
|
||||
<defs>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 13.617188 5.371094 L 71 5.371094 L 71 47.886719 L 13.617188 47.886719 Z M 13.617188 5.371094 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill-rule="nonzero" fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1" d="M 69.984375 17.222656 L 42.835938 5.476562 C 42.503906 5.335938 42.125 5.335938 41.792969 5.476562 L 14.644531 17.222656 C 13.777344 17.675781 13.4375 18.746094 13.886719 19.621094 C 14.054688 19.949219 14.320312 20.214844 14.644531 20.386719 L 41.792969 32.132812 C 42.121094 32.277344 42.496094 32.277344 42.824219 32.132812 L 63.9375 22.984375 L 63.9375 32.335938 C 62.050781 33.488281 61.449219 35.960938 62.59375 37.863281 C 62.925781 38.414062 63.386719 38.878906 63.9375 39.214844 L 63.9375 42.480469 L 66.714844 42.480469 L 66.714844 39.214844 C 68.601562 38.0625 69.203125 35.589844 68.058594 33.691406 C 67.722656 33.136719 67.261719 32.671875 66.714844 32.335938 L 66.714844 21.792969 L 69.984375 20.371094 C 70.847656 19.914062 71.179688 18.839844 70.726562 17.96875 C 70.558594 17.648438 70.300781 17.390625 69.984375 17.222656 Z M 42.316406 34.488281 C 41.898438 34.488281 41.488281 34.402344 41.105469 34.234375 L 24.179688 26.90625 L 24.179688 37.023438 C 24.179688 45.3125 36.523438 47.796875 40.378906 47.796875 L 44.199219 47.796875 C 47.085938 47.796875 60.402344 45.3125 60.402344 37.023438 L 60.402344 26.90625 L 43.472656 34.246094 C 43.070312 34.417969 42.636719 34.5 42.199219 34.488281 Z M 42.316406 34.488281 "/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1" d="M 31.371094 50.25 L 46.289062 50.25 C 48.054688 50.25 49.804688 50.445312 51.511719 50.828125 L 53.25 51.425781 L 44.996094 65.046875 C 42.972656 68.386719 42.972656 72.570312 44.996094 75.910156 L 45.066406 76.003906 L 45.632812 78.78125 C 40.878906 78.78125 36.125 81 31.371094 81 C 18.601562 81 8.25 78.78125 8.25 73.789062 L 8.25 72.359375 C 8.25 60.148438 18.601562 50.25 31.371094 50.25 Z M 31.371094 50.25 "/>
|
||||
<path fill-rule="evenodd" fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1" d="M 62.039062 50.550781 L 70.492188 64.464844 C 73.484375 69.390625 71.882812 75.789062 66.917969 78.753906 C 61.949219 81.722656 55.496094 80.136719 52.507812 75.210938 C 50.496094 71.902344 50.496094 67.769531 52.507812 64.464844 L 60.957031 50.554688 C 61.136719 50.257812 61.527344 50.160156 61.824219 50.339844 C 61.914062 50.394531 61.988281 50.464844 62.039062 50.554688 Z M 62.039062 50.550781 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84.75pt" height="84.75pt" viewBox="0 0 84.75 84.75">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0">
|
||||
<path d="M 3.6875 0 L 1.171875 0 L 1.171875 -11.375 C 2.773438 -11.425781 3.785156 -11.453125 4.203125 -11.453125 C 5.859375 -11.453125 7.171875 -10.96875 8.140625 -10 C 9.109375 -9.03125 9.59375 -7.742188 9.59375 -6.140625 C 9.59375 -2.046875 7.625 0 3.6875 0 Z M 3.1875 -9.609375 L 3.1875 -1.84375 C 3.507812 -1.8125 3.859375 -1.796875 4.234375 -1.796875 C 5.253906 -1.796875 6.050781 -2.164062 6.625 -2.90625 C 7.207031 -3.644531 7.5 -4.679688 7.5 -6.015625 C 7.5 -8.441406 6.367188 -9.65625 4.109375 -9.65625 C 3.890625 -9.65625 3.582031 -9.640625 3.1875 -9.609375 Z M 3.1875 -9.609375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-1">
|
||||
<path d="M 7.578125 0 L 4.546875 -4.703125 C 4.234375 -4.703125 3.804688 -4.71875 3.265625 -4.75 L 3.265625 0 L 1.171875 0 L 1.171875 -11.375 C 1.273438 -11.375 1.707031 -11.394531 2.46875 -11.4375 C 3.238281 -11.476562 3.851562 -11.5 4.3125 -11.5 C 7.207031 -11.5 8.65625 -10.378906 8.65625 -8.140625 C 8.65625 -7.460938 8.453125 -6.847656 8.046875 -6.296875 C 7.648438 -5.742188 7.148438 -5.351562 6.546875 -5.125 L 9.90625 0 Z M 3.265625 -9.625 L 3.265625 -6.46875 C 3.640625 -6.4375 3.921875 -6.421875 4.109375 -6.421875 C 4.953125 -6.421875 5.570312 -6.535156 5.96875 -6.765625 C 6.363281 -7.003906 6.5625 -7.46875 6.5625 -8.15625 C 6.5625 -8.71875 6.347656 -9.109375 5.921875 -9.328125 C 5.503906 -9.554688 4.847656 -9.671875 3.953125 -9.671875 C 3.734375 -9.671875 3.503906 -9.65625 3.265625 -9.625 Z M 3.265625 -9.625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2">
|
||||
<path d="M 10.34375 0.15625 L 9.5 0.15625 L 7.015625 -7.015625 L 4.609375 0.15625 L 3.78125 0.15625 L 0.03125 -11.375 L 2.140625 -11.375 L 4.28125 -4.515625 L 6.59375 -11.375 L 7.46875 -11.375 L 9.78125 -4.515625 L 11.921875 -11.375 L 14.015625 -11.375 Z M 10.34375 0.15625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3">
|
||||
<path d="M 7.8125 0 L 6.96875 -2.3125 L 3.078125 -2.3125 L 2.28125 0 L 0.03125 0 L 4.578125 -11.53125 L 5.453125 -11.53125 L 10.03125 0 Z M 5.015625 -8.046875 L 3.65625 -3.859375 L 6.390625 -3.859375 Z M 5.015625 -8.046875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-4">
|
||||
<path d="M 5.796875 -9.578125 L 5.796875 0 L 3.78125 0 L 3.78125 -9.578125 L 0.15625 -9.578125 L 0.15625 -11.375 L 9.578125 -11.375 L 9.578125 -9.578125 Z M 5.796875 -9.578125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5">
|
||||
<path d="M 3.1875 -9.578125 L 3.1875 -6.921875 L 6.9375 -6.921875 L 6.9375 -5.203125 L 3.1875 -5.203125 L 3.1875 -1.796875 L 8.34375 -1.796875 L 8.34375 0 L 1.171875 0 L 1.171875 -11.375 L 8.421875 -11.375 L 8.421875 -9.578125 Z M 3.1875 -9.578125 "/>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 18.847656 5.347656 L 65.914062 5.347656 L 65.914062 40.40625 L 18.847656 40.40625 Z M 18.847656 5.347656 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill-rule="nonzero" fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1" d="M 64.964844 15.121094 L 42.753906 5.4375 C 42.480469 5.320312 42.171875 5.320312 41.898438 5.4375 L 19.6875 15.121094 C 18.976562 15.496094 18.699219 16.378906 19.066406 17.101562 C 19.203125 17.371094 19.421875 17.589844 19.6875 17.730469 L 41.898438 27.414062 C 42.167969 27.535156 42.472656 27.535156 42.742188 27.414062 L 60.019531 19.875 L 60.019531 27.585938 C 58.472656 28.535156 57.980469 30.574219 58.917969 32.140625 C 59.191406 32.597656 59.566406 32.980469 60.019531 33.257812 L 60.019531 35.949219 L 62.289062 35.949219 L 62.289062 33.257812 C 63.832031 32.308594 64.324219 30.265625 63.390625 28.703125 C 63.113281 28.246094 62.738281 27.863281 62.289062 27.585938 L 62.289062 18.890625 L 64.964844 17.71875 C 65.671875 17.34375 65.945312 16.453125 65.570312 15.738281 C 65.433594 15.472656 65.222656 15.261719 64.964844 15.121094 Z M 42.324219 29.359375 C 41.984375 29.359375 41.648438 29.285156 41.335938 29.148438 L 27.488281 23.105469 L 27.488281 31.449219 C 27.488281 38.285156 37.589844 40.332031 40.742188 40.332031 L 43.867188 40.332031 C 46.230469 40.332031 57.125 38.285156 57.125 31.449219 L 57.125 23.105469 L 43.273438 29.160156 C 42.945312 29.300781 42.589844 29.371094 42.230469 29.359375 Z M 42.324219 29.359375 "/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1" d="M 33.496094 42 L 45.433594 42 C 46.84375 42 48.242188 42.160156 49.609375 42.46875 L 51 42.945312 L 44.398438 53.910156 C 42.777344 56.597656 42.777344 59.964844 44.398438 62.65625 L 44.453125 62.730469 L 44.90625 64.964844 C 41.105469 64.964844 37.300781 66.75 33.496094 66.75 C 23.28125 66.75 15 64.964844 15 60.945312 L 15 59.796875 C 15 49.964844 23.28125 42 33.496094 42 Z M 33.496094 42 "/>
|
||||
<path fill-rule="evenodd" fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1" d="M 58.570312 42.238281 L 65.511719 53.371094 C 67.96875 57.3125 66.65625 62.429688 62.574219 64.804688 C 58.496094 67.179688 53.195312 65.90625 50.738281 61.96875 C 49.089844 59.324219 49.089844 56.015625 50.738281 53.371094 L 57.679688 42.242188 C 57.828125 42.007812 58.144531 41.929688 58.390625 42.070312 C 58.464844 42.113281 58.527344 42.171875 58.570312 42.242188 Z M 58.570312 42.238281 "/>
|
||||
<g fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0" x="7.65" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="17.95" y="82.15"/>
|
||||
<use xlink:href="#glyph-0-2" x="27.0448" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3" x="40.6711" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4" x="49.0027" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5" x="58.8289" y="82.15"/>
|
||||
</g>
|
||||
<g fill="rgb(16.078186%, 43.528748%, 20.391846%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1" x="67.9078" y="82.15"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84.75pt" height="84.75pt" viewBox="0 0 84.75 84.75">
|
||||
<defs>
|
||||
<clipPath id="clip-0">
|
||||
<path clip-rule="nonzero" d="M 13.617188 5.371094 L 71 5.371094 L 71 47.886719 L 13.617188 47.886719 Z M 13.617188 5.371094 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip-0)">
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 69.984375 17.222656 L 42.835938 5.476562 C 42.503906 5.335938 42.125 5.335938 41.792969 5.476562 L 14.644531 17.222656 C 13.777344 17.675781 13.4375 18.746094 13.886719 19.621094 C 14.054688 19.949219 14.320312 20.214844 14.644531 20.386719 L 41.792969 32.132812 C 42.121094 32.277344 42.496094 32.277344 42.824219 32.132812 L 63.9375 22.984375 L 63.9375 32.335938 C 62.050781 33.488281 61.449219 35.960938 62.59375 37.863281 C 62.925781 38.414062 63.386719 38.878906 63.9375 39.214844 L 63.9375 42.480469 L 66.714844 42.480469 L 66.714844 39.214844 C 68.601562 38.0625 69.203125 35.589844 68.058594 33.691406 C 67.722656 33.136719 67.261719 32.671875 66.714844 32.335938 L 66.714844 21.792969 L 69.984375 20.371094 C 70.847656 19.914062 71.179688 18.839844 70.726562 17.96875 C 70.558594 17.648438 70.300781 17.390625 69.984375 17.222656 Z M 42.316406 34.488281 C 41.898438 34.488281 41.488281 34.402344 41.105469 34.234375 L 24.179688 26.90625 L 24.179688 37.023438 C 24.179688 45.3125 36.523438 47.796875 40.378906 47.796875 L 44.199219 47.796875 C 47.085938 47.796875 60.402344 45.3125 60.402344 37.023438 L 60.402344 26.90625 L 43.472656 34.246094 C 43.070312 34.417969 42.636719 34.5 42.199219 34.488281 Z M 42.316406 34.488281 "/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 31.371094 50.25 L 46.289062 50.25 C 48.054688 50.25 49.804688 50.445312 51.511719 50.828125 L 53.25 51.425781 L 44.996094 65.046875 C 42.972656 68.386719 42.972656 72.570312 44.996094 75.910156 L 45.066406 76.003906 L 45.632812 78.78125 C 40.878906 78.78125 36.125 81 31.371094 81 C 18.601562 81 8.25 78.78125 8.25 73.789062 L 8.25 72.359375 C 8.25 60.148438 18.601562 50.25 31.371094 50.25 Z M 31.371094 50.25 "/>
|
||||
<path fill-rule="evenodd" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 62.039062 50.550781 L 70.492188 64.464844 C 73.484375 69.390625 71.882812 75.789062 66.917969 78.753906 C 61.949219 81.722656 55.496094 80.136719 52.507812 75.210938 C 50.496094 71.902344 50.496094 67.769531 52.507812 64.464844 L 60.957031 50.554688 C 61.136719 50.257812 61.527344 50.160156 61.824219 50.339844 C 61.914062 50.394531 61.988281 50.464844 62.039062 50.554688 Z M 62.039062 50.550781 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -10,7 +10,6 @@ top-level-division: chapter
|
|||
classoption:
|
||||
- fntef
|
||||
- UTF8
|
||||
# - scheme=plain # 标题样式方案
|
||||
- zihao=-4 # 正文字号小四
|
||||
- lang=cn
|
||||
# - chinesefont=founder # founder|ctexfont|nofont
|
||||
|
@ -20,7 +19,7 @@ classoption:
|
|||
# classoption: [oneside]
|
||||
titlepage: true
|
||||
keep-tex: false
|
||||
# titlepage-rule-color: "360049"
|
||||
titlepage-rule-color: "360049"
|
||||
titlepage-text-color: "360049"
|
||||
titlepage-rule-height: 0
|
||||
titlepage-background: "inst/cover1.pdf"
|
||||
|
@ -32,21 +31,21 @@ date-vskip: -1em
|
|||
caption-justification: centering
|
||||
numbersections: true
|
||||
parindent: true
|
||||
titlepage-logo: "inst/rceeslogo.pdf"
|
||||
logo-width: 20mm
|
||||
logo-vskip: -8em
|
||||
logo-hskip: "-6em"
|
||||
lang: zh-CN
|
||||
# titlepage-logo: "inst/rceeslogo.pdf"
|
||||
# logo-width: 20mm
|
||||
# logo-vskip: -8em
|
||||
# logo-hskip: "-6em"
|
||||
lang: zh-CN # 不能改为cn,否则目录等不是中文
|
||||
CJK: true
|
||||
fig-pos: "!t"
|
||||
colorlinks: true
|
||||
urlcolor: blue
|
||||
header-left: "\\hspace{1cm}"
|
||||
header-center: "\\leftmark"
|
||||
header-left: "\\leftmark"
|
||||
header-center: "\\hspace{1cm}"
|
||||
header-right: "第\\thepage 页"
|
||||
footer-left: "\\thetitle"
|
||||
# footer-center: "This is \\LaTeX{}"
|
||||
footer-right: "\\leftmark"
|
||||
footer-left: "\\hspace{1cm}" # \\thetitle
|
||||
footer-center: "\\includegraphics[height=1.5em]{inst/drwater-gray1.pdf}"
|
||||
footer-right: "\\hspace{1cm}"
|
||||
toc: true
|
||||
toc-own-page: true
|
||||
fig-toc: true
|
||||
|
@ -58,6 +57,8 @@ CJKmonofont: "Noto Sans Mono CJK SC"
|
|||
CJKoptions: |
|
||||
AutoFakeBold=true
|
||||
# include-in-header: header.tex
|
||||
# watermark: "drwater"
|
||||
# watermark-color: "gray!3"
|
||||
format: dwev-pdf
|
||||
---
|
||||
|
||||
|
@ -81,13 +82,12 @@ rmdify::rmd_init()
|
|||
# 项目背景与国内外现状介绍
|
||||
|
||||
|
||||
*asdfsd* *你好* 阿斯顿发 **你好** asdf
|
||||
|
||||
::: callout-warning
|
||||
Book in early development. Planned release in 202X.
|
||||
:::
|
||||
|
||||
本书分三大部分,分别是机器学习、贝叶斯建模和空间分析。三个部分分别依据任务类型、模型种类和数据类型展开,不同的写作出发点将呈现不一样的写作风格。应用机器学习首先需要确定任务类型,根据不同的任务选用不同的算法。贝叶斯建模从简单到复杂分频率和贝叶斯方法介绍主流的统计模型。应用空间分析方法需要根据空间数据类型(生成机理)而定,不同的生成机理将对应不同的建模和分析方法。机器学习根据任务类型分聚类、分类、回归和排序四个章节。贝叶斯建模根据模型种类分概率推理框架、线性模型、广义线性模型、分层正态模型、混合效应模型、广义可加模型、高斯过程回归、时间序列回归等八个章节。空间分析部分根据空间数据类型分点模式数据分析、点参考数据分析和区域数据分析三个章节。如[@fig-fig1]所示。
|
||||
*asdfsd* *你好* 阿斯顿发 **你好** asdf。本书分三大部分,分别是机器学习、贝叶斯建模和空间分析。三个部分分别依据任务类型、模型种类和数据类型展开,不同的写作出发点将呈现不一样的写作风格。应用机器学习首先需要确定任务类型,根据不同的任务选用不同的算法。贝叶斯建模从简单到复杂分频率和贝叶斯方法介绍主流的统计模型。应用空间分析方法需要根据空间数据类型(生成机理)而定,不同的生成机理将对应不同的建模和分析方法。机器学习根据任务类型分聚类、分类、回归和排序四个章节。贝叶斯建模根据模型种类分概率推理框架、线性模型、广义线性模型、分层正态模型、混合效应模型、广义可加模型、高斯过程回归、时间序列回归等八个章节。空间分析部分根据空间数据类型分点模式数据分析、点参考数据分析和区域数据分析三个章节。如[@fig-fig1]所示。
|
||||
|
||||
|
||||
```{r}
|
||||
|
@ -99,9 +99,15 @@ plot(1)
|
|||
|
||||
|
||||
|
||||
## 环境信息 {#session .unnumbered}
|
||||
## 环境信息
|
||||
|
||||
本书采用科学和技术写作排版系统 [Quarto](https://quarto.org/) 编写,所有代码和文本混编在 qmd 格式的纯文本文件中,具有计算可重复性,即内含的 R 语言、Stan 语言和 Python 语言代码都可运行,并将计算结果插入到最终的文档中,本书使用的主要 R 包及版本信息如[@eq-eq1]所示:
|
||||
|
||||
$$
|
||||
x^2+y^2+z^2=a^2
|
||||
$$ {#eq-eq1}
|
||||
|
||||
|
||||
本书采用科学和技术写作排版系统 [Quarto](https://quarto.org/) 编写,所有代码和文本混编在 qmd 格式的纯文本文件中,具有计算可重复性,即内含的 R 语言、Stan 语言和 Python 语言代码都可运行,并将计算结果插入到最终的文档中,本书使用的主要 R 包及版本信息如下:
|
||||
|
||||
|
||||
# 主要进展1
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue