From 6732f9d036719b76daf3227a0955e99fc28c004b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20De=20Un=C3=A1nue?= Date: Thu, 23 Apr 2020 10:00:48 -0500 Subject: [PATCH] =?UTF-8?q?Cambios=20al=20tipo=20de=20letra=20y=20cambio?= =?UTF-8?q?=20de=20ruta=20de=20la=20bibliograf=C3=ADa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/emacs-client.org | 2 +- emacs/emacs-org-mode.org | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/emacs-client.org b/emacs/emacs-client.org index 0597f9d..cf8f4b8 100644 --- a/emacs/emacs-client.org +++ b/emacs/emacs-client.org @@ -55,7 +55,7 @@ Alternativas: ;;(set-fontset-font "fontset-default" nil ;; (font-spec :name "Ubuntu Mono")) -(set-fontset-font t 'unicode "Iosevka" nil 'prepend) +(set-fontset-font t 'unicode "DejaVu Sans Mono" nil 'prepend) #+end_src diff --git a/emacs/emacs-org-mode.org b/emacs/emacs-org-mode.org index d43cc42..97490cf 100644 --- a/emacs/emacs-org-mode.org +++ b/emacs/emacs-org-mode.org @@ -1104,7 +1104,7 @@ propuesta en el mismo lugar es el [[https://gitlab.com/oer/org-re-reveal][fork]] :after org-re-reveal :demand t :config - (setq org-ref-default-bibliography '("~/pCloudDrive/org/library.bib")) + (setq org-ref-default-bibliography '("~/pCloudDrive/org/bibliografia/library.bib")) (setq org-ref-bibliography-entry-format '(("article" . "%a, %t, %j %v(%n), %p (%y). %U") ("book" . "%a, %t, %u, %y. %U") @@ -1261,7 +1261,7 @@ In a later step it should be possible to create truly interleaved PDFs of your n :after org :demand t :init - (setq reftex-default-bibliography '("~/pCloudDrive/org/library.bib")) + (setq reftex-default-bibliography '("~/pCloudDrive/org/bibliografia/library.bib")) ;; see org-ref for use of these variables (setq org-ref-bibliography-notes "~/pCloudDrive/org/research/notes.org"