Skip to content

Commit

Permalink
Elevation to herbarium labels + version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagdealedo committed Jan 17, 2024
1 parent e9df86a commit c2f7ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: labeleR
Title: Automate the Production of Custom Labels, Badges, Certificates, and Other Documents
Version: 0.1.1
Version: 0.1.2
Authors@R:
c(
person("Ignacio", "Ramos-Gutierrez",, "ig.ramosgutierrez@gmail.com", role = c("aut", "cre", "cph"),
Expand Down
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/herbarium/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for (i in seq_along(params$collection.i)){
\\begin{flushleft}
{\\fontsize{25pt}{100pt}\\selectfont", params$location.i[i],"} \\\\
{\\fontsize{25pt}{100pt}\\selectfont", params$area.description.i[i],"} \\\\
{\\fontsize{25pt}{100pt}\\selectfont", params$elevation.i[i],"}\\\\
{\\fontsize{25pt}{100pt}\\selectfont Elevation:", params$elevation.i[i],"}\\\\
{\\fontsize{25pt}{100pt}\\selectfont", params$latitude.i[i], " | ", params$longitude.i[i],"} \\\\
\\vfill
{\\fontsize{25pt}{100pt}\\selectfont",params$field1.i[i],"} \\\\
Expand Down

0 comments on commit c2f7ab4

Please sign in to comment.