rename photo to logo
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
% Example 1: Photo next to name (default)
|
||||
% Example 1: Logo next to name (default)
|
||||
\documentclass[qreclevel=Q]{businesscard-qrcode}
|
||||
|
||||
% Demonstrates optional photo placement:
|
||||
% - Default: photo appears next to name (auto-scaled to name height)
|
||||
% - Alternative: use photoinqr option to place photo in QR code center (requires qreclevel=H)
|
||||
% Demonstrates optional logo placement:
|
||||
% - Default: logo appears next to name (auto-scaled to name height)
|
||||
% - Alternative: use logoinqr option to place logo in QR code center (requires qreclevel=H)
|
||||
|
||||
\photo{photo.png}
|
||||
\logo{photo.png}
|
||||
|
||||
% Try alternative placement by uncommenting these lines and commenting out the \documentclass above:
|
||||
% \documentclass[photoinqr,qreclevel=H,qrwidth=0.38,textwidth=0.57]{businesscard-qrcode}
|
||||
% \documentclass[logoinqr,qreclevel=H,qrwidth=0.38,textwidth=0.57]{businesscard-qrcode}
|
||||
|
||||
\givennames{Alex}
|
||||
\familynames{Muster}
|
||||
|
||||
Reference in New Issue
Block a user