Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: comunicacion
Title: DNMyE - Comunicación
Version: 0.0.0.9011
Version: 0.0.0.9012
Authors@R: c(
person("Pablo", "Tiscornia", , "ptiscornia@turismo.gob.ar", role = c("aut")),
person("Juan", "Juara", , "jgjuara@turismo.gob.ar", role = c("aut")),
Expand All @@ -14,7 +14,7 @@ Description: Herramientas para la comunicación de la Dirección Nacional de
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
Expand Down
6 changes: 3 additions & 3 deletions inst/resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@


/* normal page */
@page {
/*@page {

@top-center {
content: url("../img/logo_pagedown.png");
}

}
}*/

/* counter */
@page:left {
Expand Down Expand Up @@ -226,7 +226,7 @@
padding-top: 0cm;
padding-bottom: 0cm;
background-color: transparent;
background-image: url(../utils/portada_hoja2.png);
/* background-image: url(../utils/portada_hoja2.png);*/
text-align: left;
margin-right: 0%;
margin-left: 0%;
Expand Down
1 change: 1 addition & 0 deletions inst/resources/html/template_paged.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="#">
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="$pagetitle$" />
Expand Down
Binary file removed inst/resources/img/arg_unida.png
Binary file not shown.
Binary file removed inst/resources/img/arg_unida_full_color.png
Binary file not shown.
Binary file modified inst/resources/img/escudo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed inst/resources/img/escudo_interior_negro.png
Binary file not shown.
Binary file removed inst/resources/img/escudo_mintur_blanco.png
Binary file not shown.
Binary file removed inst/resources/img/logo_pagedown.png
Binary file not shown.
Binary file removed inst/resources/img/template_2da_hoja_EVyth.pdf
Binary file not shown.
Binary file removed inst/resources/img/template_2da_hoja_eoh.pdf
Binary file not shown.
Binary file removed inst/resources/img/template_2da_hoja_parques.pdf
Binary file not shown.
Binary file removed inst/resources/img/template_2da_hoja_precio.pdf
Binary file not shown.
Binary file modified inst/resources/logo/escudo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed inst/resources/utils/header-2.png
Binary file not shown.
3 changes: 2 additions & 1 deletion inst/rmarkdown/templates/paged/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: "Título del informe"
#subtitle: "Subtítulo del informe"
author: |
| Dirección Nacional de Mercados y Estadística
| Dirección de Mercados y Estadísticas
| Subsecretaría de Turismo
date: "acalafecha"
output:
comunicacion::template_informe
Expand Down
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/xaringan/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SINTA"
author: "Dirección Nacional de Mercados y Estadística"
author: "Dirección de Mercados y Estadísticas"
output:
xaringan::moon_reader:
seal: false
Expand Down