私は長い間 ECV クラス (履歴書を書くためのクラス) を使ってきましたが、これまで何の問題もありませんでした。しかし、昨日履歴書を更新したところ、文書に描かれた縦線 (.cls ファイルで見つけた longtable を使用) が上部で途切れていることに気付きました (添付画像を参照)。ポートレートをコメント アウトすると、問題ないようです。.cls ファイルを見てみましたが、あまりうまくいきませんでした。何が起こっているのか、また、この問題を解決するにはどうしたらよいか、誰かご存知の方はいませんか?
明確に言えば、コメントアウトすると\ecvPortrait
問題は解決するようです。ただし、当然ポートレートは失われます。
みんなありがとう!
%%
%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
%% This file is free property; as a special exception the author
%% gives unlimited permission to copy and/or distribute it, with
%% or without modifications, as long as this notice is
%% preserved.
%%
%% This file is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY, to the extent permitted by law;
%% without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE.
%%
\documentclass[english]{ecv}
% Dateiname: images/<portrait>.jpg
\ecvPortrait{portrait.jpg}
\ecvName{Last name, First name}
\begin{document}
答え1
問題を特定し、修正しました。新しいバージョン 0.4.0 (まだ CTAN には掲載されていません) は、私の GitHub リポジトリにあります。https://github.com/poldi2015/ecvクラス ファイルecv.cls
を置き換える必要があります。