Giter Site home page Giter Site logo

quarto-cv's Introduction

quarto-cv's People

Contributors

schochastics avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quarto-cv's Issues

Possibility to include bibliography

@schochastics
I am trying to include my bibliography from a bib file.

At first I added bibliography: bibliography.bib to the YAML, and then

---
nocite: |
  @*
---

::: {#refs}
:::

to the body of the document. But I get this error:

! LaTeX Error: Environment CSLReferences undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.262 \begin{CSLReferences}
                           {1}{0} 

I then added this to template.tex:

$if(csl-refs)$
  \newlength{\cslhangindent}
  \setlength{\cslhangindent}{1.5em}
  \newenvironment{CSLReferences}%
    {$if(csl-hanging-indent)$
      \setlength{\parindent}{0pt}%
      \everypar{\setlength{\hangindent}{\cslhangindent}}\ignorespaces
    $endif$}%
  {\par}
$endif$

which seems to work with the default stype, but if I change the csl (to e.g., AMA 11) it does not anymore.

> R.version
               _                           
platform       x86_64-pc-linux-gnu         
arch           x86_64                      
os             linux-gnu                   
system         x86_64, linux-gnu           
status                                     
major          4                           
minor          3.1                         
year           2023                        
month          06                          
day            16                          
svn rev        84548                       
language       R                           
version.string R version 4.3.1 (2023-06-16)
nickname       Beagle Scouts   

Adjustments on bullet points

Hi, first of all thank you very much for sharing your work. I wrote my CV with it and I received very good remarks using your quarto-cv. I used modern cv. I was wondering if it is possible to add a third bullet point.

I tried to add this third parameter:

#| label: cvevents
cvevents <- function(tbl, when, what, where, para1,para2,para3) {

    command_start <- "\\cvevent"

    res <- paste0(
        command_start, "{", tbl[[when]], "}", 
        "{", tbl[[what]], "}",
        "{", tbl[[where]], "}",
        "{", tbl[[para1]], "}",
        "{", tbl[[para2]], "}",
        "{", tbl[[para3]], "}"
        )

    cat(res, sep = "\n")
}

#| label: education #| output: asis tibble::tribble( ~degree, ~uni, ~loc, ~dates, ~para1, ~para2,~para3, .....(rows) |> cvevents(when = "dates", what = "degree", where = "loc", para1 = "para1", para2 = "para2",para3="para3")

Which results on the following error:

Quitting from lines 68-76 [experience] (quarto_cv_test_2.qmd)
Error in tbl[[para3]]: ! Subscript can't be missing for tibbles in [[.
Backtrace:
 1. global cvevents(...)
 4. tibble:::[[.tbl_df(tbl, para3)                                                                                                   
Execution halted

It is not a big issue. I understand that a tribble element must be of equal length, so I will find a workaround by writing the message differently.

In any case, again, thank you very much for sharing your work.

Tweaking font size and borders

Love the package and I'm building my first CV with it! Trying to avoid some line breaks and wondering how I can tweak the font size and/or page width. Any tips would be greatly appreciated. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.