Skip to content

フロントページのロゴ #1845

Answered by kmuto
jasondee1992 asked this question in Q&A
Discussion options

You must be logged in to vote

https://review-knowledge-ja.readthedocs.io/ja/latest/faq/faq-tex.html?highlight=textpos#b85c82b4084efb5c8928d8885422006c
の応用例を示します。

  1. https://gist.github.com/zr-tex8r/ee0998a76f90338c935ec8915c44d3d8 から bxpgfcurpage.sty をダウンロードし、styフォルダに配置しておく。
  2. ロゴ画像を用意する。ここでは images/emblem-debian.png というのを用意したとする。
  3. 既存のsty/review-custom.styに、タイトルページを書き換える内容を追加する。
 …

% タイトルページにアイコンを入れる
\usepackage{tikz}
\usepackage{pxpgfmark}
\usepackage{bxpgfcurpage}

\renewcommand{\reviewtitlepagecont}{%
       \begin{titlepage}
       \thispagestyle{empty}

       \begin{tikzpicture}[remember picture,overlay]
         \node[anchor=north east,% 原点を右上
         xshift=\dimexpr-10truemm, % X方向10mm左へシフト
         yshift=\dimex…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jasondee1992
Comment options

Answer selected by jasondee1992
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants