Commit Graph

1484 Commits

Author SHA1 Message Date
Shawn Zivontsis
3ee6ea6ebe Refactor placeholder replacement into separate function 2024-11-17 18:18:37 -05:00
Shawn Zivontsis
c9e453d8d0 Improve placeholder tests to check more fields 2024-11-17 18:18:37 -05:00
Sina Atalay
4992fc881e renderer: allow LaTeX commands 2024-11-03 01:43:04 -04:00
Sina Atalay
3322172a27 docs: don't use python formatting for inline strings 2024-11-03 01:35:37 -04:00
Sina Atalay
45cdab4024 fix special latex character escaper 2024-11-01 20:35:50 -04:00
Sina Atalay
d5fff8dace docs: update sample contents 2024-11-01 20:21:41 -04:00
Sina Atalay
97226a525d make math equations inline 2024-11-01 20:13:25 -04:00
Sina Atalay
d7322ad919 tests: update testdata 2024-11-01 19:58:33 -04:00
Sina Atalay
c3433209d4 tests: revert update_testdata to False 2024-11-01 19:52:55 -04:00
Sina Atalay
815bfad0b4 tests: update theme_auxiliary_file.cls 2024-11-01 19:48:58 -04:00
Sina Atalay
6ff5b32c28 fix ruff issue 2024-11-01 19:48:38 -04:00
Sina Atalay
417f236031 bump version number 2024-11-01 19:48:27 -04:00
Sina Atalay
1f92a414c0 Merge branch 'main' of https://github.com/sinaatalay/rendercv 2024-11-01 19:41:47 -04:00
Sina Atalay
a77e3460a5 fix "Cant render with some DOIs" #184 2024-11-01 19:41:34 -04:00
Sina Atalay
96f6fee474 data: update sample content according to the new math syntax (#129) 2024-11-01 19:26:32 -04:00
Sina Atalay
5dc31e8024 add Telegram as a social network (#187) 2024-11-01 19:25:53 -04:00
Sina Atalay
b6200d8621 fix characters are not escaped in LaTeX, leading to render errors #129 2024-11-01 19:14:38 -04:00
Sina Atalay
b0c7d77e2c escape LaTeX characters in section titles #191 2024-11-01 19:02:13 -04:00
Sina Atalay
d25d54dc62 tests: remove label from CurriculumVitae 2024-11-01 18:53:16 -04:00
Sina Atalay
9c4a6f958c remove return types from docstrings 2024-11-01 18:30:51 -04:00
Sina Atalay
e0eac8ca58 remove types from the docstrings 2024-11-01 18:26:30 -04:00
Sina Atalay
a223757fdb docs: rename reference to API Reference 2024-11-01 18:17:29 -04:00
Sina Atalay
64c9851423 docs: update reference 2024-11-01 18:08:08 -04:00
dependabot[bot]
9cbff56057 build(deps): bump phonenumbers from 8.13.47 to 8.13.48 (#189)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.47 to 8.13.48.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.47...v8.13.48)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 20:08:28 -04:00
dependabot[bot]
1263724491 build(deps): bump pymupdf from 1.24.11 to 1.24.12 (#188)
Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.11 to 1.24.12.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](https://github.com/pymupdf/pymupdf/compare/1.24.11...1.24.12)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 20:08:19 -04:00
kito323
377aa9f896 Answer an FAQ: Can I add a profile picture? #74 (#174)
* Profile picture feture with `moderncv` theme
Only for this theme and only optional "add" possibility. Should also include design parameters (height and frame thickness) but didn't know how to add those so that they would have default values.

* Revert "Profile picture feture with `moderncv` theme"

This reverts commit f81da26170.

* FAQ to add profile picture using `moderncv` theme
2024-10-24 17:55:58 -04:00
Sina Atalay
0763a7692f Merge pull request #182 from sinaatalay/dependabot/pip/pymupdf-1.24.11
build(deps): bump pymupdf from 1.24.10 to 1.24.11
2024-10-07 13:47:40 -04:00
Sina Atalay
cdde6bfc54 Merge pull request #181 from sinaatalay/dependabot/pip/phonenumbers-8.13.47
build(deps): bump phonenumbers from 8.13.46 to 8.13.47
2024-10-07 13:47:31 -04:00
dependabot[bot]
ead764e6e8 build(deps): bump pymupdf from 1.24.10 to 1.24.11
Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.10 to 1.24.11.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](https://github.com/pymupdf/pymupdf/compare/1.24.10...1.24.11)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 00:38:56 +00:00
dependabot[bot]
182fb04032 build(deps): bump phonenumbers from 8.13.46 to 8.13.47
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.46 to 8.13.47.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.46...v8.13.47)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 00:38:50 +00:00
Sina Atalay
1b39aa893b renderer: fix docstring of escape_latex_characters 2024-10-03 15:22:59 -04:00
Sina Atalay
68b6605ac0 Merge pull request #179 from sinaatalay/dependabot/pip/phonenumbers-8.13.46
build(deps): bump phonenumbers from 8.13.45 to 8.13.46
2024-09-30 12:52:22 -04:00
dependabot[bot]
e5fa54b50b build(deps): bump phonenumbers from 8.13.45 to 8.13.46
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.45 to 8.13.46.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.45...v8.13.46)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 00:45:23 +00:00
Sina Atalay
073f9921b3 tests: fix a lint error 2024-09-29 18:11:14 -04:00
Sina Atalay
6c7f3a05d0 data: rename locale_catalog to LOCALE_CATALOG to follow Python convention 2024-09-29 18:08:02 -04:00
Sina Atalay
e4c5dd14a0 tests: refactor and update config 2024-09-29 18:07:37 -04:00
Sina Atalay
8005bd4b8b renderer: raise an error when PDF is used by another program (#172) 2024-09-29 17:49:34 -04:00
Sina Atalay
3ff5ee6972 cli: use_local_latex_command not working in yaml file
Fixes #178
2024-09-29 17:35:31 -04:00
Sina Atalay
4011720756 Merge pull request #175 from sinaatalay/dependabot/pip/pydantic-2.9.2
build(deps): bump pydantic from 2.9.1 to 2.9.2
2024-09-23 13:41:03 -04:00
dependabot[bot]
498c0eb612 build(deps): bump pydantic from 2.9.1 to 2.9.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 00:50:47 +00:00
Sina Atalay
195e6c3eed Merge pull request #173 from sinaatalay/dependabot/pip/pydantic-2.9.1
build(deps): bump pydantic from 2.9.0 to 2.9.1
2024-09-15 20:56:50 -04:00
dependabot[bot]
6c1b5d5b77 build(deps): bump pydantic from 2.9.0 to 2.9.1
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 00:22:17 +00:00
Sina Atalay
7f477d4c24 data: update sample_content.yaml 2024-09-09 22:03:57 -04:00
Sina Atalay
c5e9b69a6c docs: update examples 2024-09-09 22:03:44 -04:00
sinaatalay
e63ac265ab docs: update examples 2024-09-07 23:28:13 +00:00
Sina Atalay
7bfa4a2300 bump version number to 1.14 v1.14 2024-09-07 19:26:37 -04:00
sinaatalay
f06cef4358 docs: update examples 2024-09-07 23:22:28 +00:00
sinaatalay
8beb6e8b06 docs: update schema.json 2024-09-07 23:22:20 +00:00
Sina Atalay
1413923283 docs: update changelog.md 2024-09-07 19:19:36 -04:00
Sina Atalay
ef8caeb348 docs: update README.md 2024-09-07 19:15:33 -04:00