Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Cambios al tipo de letra y cambio de ruta de la bibliografía
Browse files Browse the repository at this point in the history
  • Loading branch information
nanounanue committed Apr 23, 2020
1 parent 5512087 commit 6732f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emacs/emacs-client.org
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions emacs/emacs-org-mode.org
Original file line number Diff line number Diff line change
Expand Up @@ -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, <i>%j %v(%n)</i>, %p (%y). <a href=\"%U\">%U</a>")
("book" . "%a, %t, %u, %y. <a href=\"%U\">%U</a>")
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6732f9d

Please sign in to comment.