M covers/inside_var.tex => covers/inside_var.tex +5 -7
@@ 1,12 1,10 @@
% 書名頁起至最後一頁皆須加入浮水印
\AddToShipoutPicture*{
- \put(0,-15){
- \parbox[b][\paperheight]{\paperwidth}{%
- \vfill
- \centering
- {\includegraphics[scale=1]{covers/logo2.png}}%
- \vfill
- }
+ \parbox[b][\paperheight]{\paperwidth}{%
+ \vfill
+ \centering
+ {\includegraphics[scale=0.15]{covers/logo2.png}}%
+ \vfill
}
}
M covers/load_env.tex => covers/load_env.tex +1 -1
@@ 1,7 1,7 @@
\documentclass[12pt,a4paper,oneside]{book}
\usepackage[ top=2.5cm,bottom=2.5cm,left=3cm,right=2cm ]{ geometry }
-\usepackage[fontsize=0.4\paperwidth]{draftwatermark}
+\usepackage[fontsize=0.4\paperwidth,colorspec=0.9]{draftwatermark}
\usepackage{subcaption}
\usepackage{caption}
M covers/logo2.png => covers/logo2.png +0 -0
M main.tex => main.tex +5 -7
@@ 89,13 89,11 @@
% 書名頁起至最後一頁皆須加入浮水印
% 目前語法不知道怎麼設定透明度, 就直接放刷淡的圖片放在頁面中央
\AddToShipoutPicture{
- \put(0,-15){
- \parbox[b][\paperheight]{\paperwidth}{%
- \vfill
- \centering
- {\includegraphics[scale=1]{covers/logo2.png}}%
- \vfill
- }
+ \parbox[b][\paperheight]{\paperwidth}{%
+ \vfill
+ \centering
+ {\includegraphics[scale=0.15]{covers/logo2.png}}%
+ \vfill
}
}
% ====================================================