/+junk/CV

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/CV

« back to all changes in this revision

Viewing changes to business_card.tex

  • Committer: Gustav Hatvigsson
  • Date: 2017-03-13 10:45:20 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170313104520-02dgem03alaqq8o7
* Added bubiness card

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\documentclass[9pt]{article}
 
2
 
 
3
\usepackage[utf8]{inputenc}
 
4
\usepackage[T1]{fontenc}
 
5
\usepackage[swedish]{babel}
 
6
 
 
7
\usepackage[margin=1mm,landscape]{geometry}
 
8
\usepackage{graphicx}
 
9
 
 
10
\setlength\parindent{0mm}
 
11
 
 
12
\geometry{
 
13
  papersize={52mm, 90mm},
 
14
  left=5mm,
 
15
  right=5mm,
 
16
  top=5mm,
 
17
  bottom=5mm
 
18
 
19
 
 
20
\begin{document}
 
21
    % Front
 
22
    \begin{minipage}[tl]{.6\textwidth}
 
23
      \footnotesize 
 
24
      \texttt{Gustav Hartvigsson\\
 
25
      Skotsteksgatan 1\\
 
26
      452 38 Strömstad\\
 
27
      \textsc{Sweden}\\
 
28
      \\
 
29
      \\
 
30
      \\
 
31
      +46 (0)70 394 1996\\
 
32
      +46 (0)526 615 27\\
 
33
      \\
 
34
      gustav.hartvigsson@gmail.com\\
 
35
      \\
 
36
      linkedin.com/in/GustavHartvigsson}
 
37
      \vfill
 
38
    \end{minipage}
 
39
    \begin{minipage}[tr]{0.4\textwidth}
 
40
      \hfill
 
41
      \includegraphics[width=\textwidth, keepaspectratio]{bild2_cutout}
 
42
    \end{minipage}
 
43
    
 
44
    \newpage
 
45
    %back
 
46
    \begin{minipage}{\textheight}
 
47
      \centering
 
48
      \includegraphics[height=\textheight, keepaspectratio]{VCardQR}
 
49
    \end{minipage}
 
50
    \begin{minipage}{0.45\textwidth}
 
51
      \centering
 
52
      \rule{\textwidth}{1pt}
 
53
      
 
54
      \rule{\textwidth}{1pt}
 
55
      
 
56
      \rule{\textwidth}{1pt}
 
57
      
 
58
      \rule{\textwidth}{1pt}
 
59
      
 
60
      \rule{\textwidth}{1pt}
 
61
      
 
62
      \rule{\textwidth}{1pt}
 
63
      
 
64
      \rule{\textwidth}{1pt}
 
65
      
 
66
      \rule{\textwidth}{1pt}
 
67
 
 
68
      \rule{\textwidth}{1pt}      
 
69
    \end{minipage}
 
70
\end{document}