Questions tagged [pdf]
is for PDF format. Emacs supports creating and viewing PDF files.
163 questions
0
votes
1
answer
65
views
Pass 'export_file_name' option in elisp when export to LaTeX/PDF
I'd like to export an org file to different outputs, changing the file options and the export file name. In particular, I'd change the #+LANGUAGE, the #+SELECT_TAGS and the #+EXPORT_FILE_NAME.
As the ...
0
votes
0
answers
109
views
A way to make doc-view fit images by the width of the window automatically
So I have been using AUCTeX on Emacs recently, and I have been using doc-view to display the compiled pdf, but the doc-view standard resolution is too low and the image looks foggy, I increased the ...
0
votes
0
answers
121
views
Can cape-dabbrev be made to skip buffers of certain modes?
cape-dabbrev is part of cape. It lets you autocomplete based on the content of other buffers. This is great when all of my buffers are text files, but it's a problem when one of the buffers is ...
1
vote
1
answer
182
views
How can I return/print all of my code's results with the code in Org-Mode?
Suppose that I type the following code in to a REPL.
(+ 1 2)
(+ 1 3)
At the end, my REPL looks like
* (+ 1 2)
3
* (+ 1 3)
4
I want the same when exporting org-mode to PDF, but I don't get it. This ...
0
votes
0
answers
319
views
Interacting with Okular (backward search)
I use Auctex to edit my LaTeX files. I've configured Auctex to use Okular as my PDF viewer, and I've configured Okular to use Emacs (emacsclient) as its editor.
When I compile a source file with C-c C-...
2
votes
2
answers
208
views
Create table with circles around words and hiding some of the grid lines in Emacs Org-mode
I am new to Emacs. Is there any way to create a table in Org mode like in the example table below. Particularly I'd need to be able to circle some of the words and hide some of the grid lines. The end ...
0
votes
1
answer
257
views
How to use Sioyek as the default pdf viewer in spacemacs
I want to be able to link to pdf files in spacemacs and open them with Sioyek.
This post: https://github.com/ahrm/sioyek/discussions/347 seems to almost solve my issue but I have no idea where to put ...
0
votes
1
answer
166
views
Why does adding a return value to my Python code stop it from printing?
Load up Emacs in the default modes, i.e. emacs -Q. After this, make a new .Org file with the following contents and run the Emacs Lisp code.
(setq org-babel-python-command "python3")
(setq ...
0
votes
0
answers
72
views
pdf opening issue in emacs terminal
I am a new user of emacs. I have installed emacs 27.1 in my Ubuntu 22.04. I can successfully open my ms.tex file in emacs (terminal). After that, I press the C-c C-c command and then I type my file ...
0
votes
1
answer
149
views
How to hide the "Contents" header in the pdf output
Every time I would export the org doc as a PDF I would get this random "Contents" tag before the table and I am not sure how to remove it.
I attached below an image of what I mean
There's ...
3
votes
1
answer
315
views
Extract pdf information from papers into org
I like to use org to take notes on PDFs. I find Zotero a bit "scattered" and too linked to the papers themselves rather than just being notes.
However, manually extracting information from ...
0
votes
1
answer
420
views
org-roam: export to pdf: inline node links
I am using orgroam, because it allows me to focus on smaller steps. But, sometimes I want to export a note to pdf but inline all links to other nodes.
So lets say I have a node called main that ...
0
votes
0
answers
128
views
How to have transparency in frames, but disable transparency in PDF windows?
Basically what the title said.
I like to have some transparency. (got it with following line)
(add-to-list 'default-frame-alist '(alpha 95 95))
However, this makes PDF buffers also transparent, which ...
0
votes
1
answer
272
views
Using org-ref to download pdfs or djvu using sci-hub and libgen as fallbacks
As a continuation of my previous post, I've developed a solution that allows to download pdfs or djvu files from sci-hub or libgen as fallback options to the functions provided by org-ref. I am a ...
1
vote
0
answers
244
views
Problems enabling pdf-tools continuous-scroll with quelpa
My goal is to use org-pdftools as described in this blogpost. I started by trying to make pdf-tools work with continuous scrolling, but I'm running into various problems. It is getting way complicated ...