You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
Requirements
2
2
============
3
3
4
-
* Latex (depends on template used), Install using
4
+
* Latex (depends on template used), Install using:
5
+
5
6
```console
6
7
$ sudo apt install texlive-full
7
8
```
9
+
8
10
* Python 3.6
9
11
10
12
Python packages:
@@ -15,9 +17,10 @@ Python packages:
15
17
* PyQt5==5.12.2
16
18
* PyQt5-sip==4.19.17
17
19
18
-
run in your shell:
20
+
run in your shell:
21
+
19
22
```console
20
-
pip install -r requirements.txt
23
+
$ pip install -r requirements.txt
21
24
```
22
25
23
26
Usage
@@ -51,7 +54,7 @@ Add content to About me, why this firm? and why you? tab as you require. Keep it
51
54

52
55
53
56
54
-
Finally in Finish tab add closing salutation and then select attached documents. Then click on `Generate PDF` or `Generate Text` button.
57
+
Finally in Finish tab add closing salutation and then select attached documents. Then click on <kbd>Generate PDF</kbd> or <kbd>Generate Text</kbd> button.
55
58
56
59

57
60
@@ -97,6 +100,8 @@ Variable names that can be used in templates can be easily copied by clicking on
97
100
98
101
Variables can be used as the jinja documentation defines. Along with any control statements.
99
102
103
+
***
104
+
100
105
Example of Variable usage:
101
106
102
107
Latex:
@@ -110,6 +115,7 @@ Text:
110
115
```python
111
116
{{FIRSTNAME}}
112
117
```
118
+
***
113
119
114
120
Example of control statements:
115
121
@@ -134,5 +140,12 @@ Sir / Madam
134
140
{% endif -%}
135
141
,
136
142
```
143
+
***
144
+
145
+
See example templates [Latex Template](Latex/Templates/Awesome-CV/Latex_template.tex) and [Text Template](Text/Templates/Simple/Text_template.txt) for more indept usage.
146
+
147
+
Credits
148
+
=======
137
149
138
-
See example templates [Latex Template](Latex/Templates/Awesome-CV/Latex_template.tex) and [Text Template](Text/Templates/Simple/Text_template.txt)
0 commit comments