Questions tagged [pdf]
{pdf} is specifically about the PDF file format. If your question is about producing PDF output, choose an appropriate tag such as {pdftex} or {ps2pdf}. If your question concerns PDF reader software, also use {viewer} or a reader specific tag such as {acrobat}, {evince} or {okular}.
2,783 questions
0
votes
0
answers
70
views
How do I convert it to PDF?
\documentclass[11pt, a4paper]{article}
% --- UNIVERSAL PREAMBLE BLOCK ---
\usepackage[a4paper, top=2.5cm, bottom=2.5cm, left=2cm, right=2cm]{geometry}
\usepackage{fontspec}
\usepackage[spanish, bidi=...
1
vote
0
answers
55
views
Document metadata with PDF/A4-f
I have noticed that if I set up my \DocumentMetadata according to the PDF/A-4f standard and fill some of the entries using hyperref, the resulting PDF shows nothing in the document info whenever I ...
3
votes
3
answers
296
views
Online tool to write LaTeX formulas on a non-editable PDF
Suppose I have a PDF containing Math or Physics exercises, but it is not editable. I would like to know if there is an online tool or web service that allows me to:
Upload the PDF.
Preview the pages.
...
3
votes
1
answer
153
views
Why does this pdf figure crash lualatex?
I have an old workflow that uses LaTeX itself to process diagrams and plots. I've used this generate hundreds of figures over the years. This has suddenly started producing invalid pdf figure files: ...
6
votes
1
answer
92
views
How can I tag an l3pdftextfield?
I'm trying to create a text field in a tagged PDF. My real document uses ltx-talk, which complicates things slightly, but the MWE below uses article. I mention ltx-talk in case somebody has a solution ...
0
votes
3
answers
160
views
Making messy notes with LaTeX
There is a lot of information on how to make beautiful documents with LaTeX. However, I am thinking about setting up a note taking workflow and I purposely want to make things look messy. I suppose ...
3
votes
2
answers
111
views
Include a pdf image 4"x4" on book front cover using \bookcovercomponent
I am designing a book cover using bookcover documentclass and would like to add a 4"x4" pdf graphics file in the center of the cover. The cover format is: Title at top, Edition, the ...
4
votes
1
answer
79
views
Why adding titlesec makes links in toc inside PDF no longer work when using \setcounter{secnumdepth}{0}?
I wanted TOC not to have section numbers displayed. So instead of using the star version of sections, found that simply adding \setcounter{secnumdepth}{0} does that.
But then I found that once package ...
1
vote
0
answers
79
views
Is all meta-data written by tex engines to a PDF file visible for pdfinfo?
I found that latex engines create various pieces of meta-data,
some in Info dictionary,
a lot in XMP data and
some custom data like the banner
tagging data.
All pieces of data i am aware of can be ...
4
votes
1
answer
255
views
How to get reproducible PDF
For quite some span of time, I was sure to have solved that problem.
I got the build time from the original PDF file, e.g. via pdfinfo. Then i made the next build with SOURCE_DATE_EPOCH using exactly ...
0
votes
0
answers
74
views
Compile & View fails although pdflatex runs successfully
I am using TeXstudio 4.9.0 on Fedora Linux. Say I have the following file:
\documentclass[12pt,a4paper]{article}
\usepackage[margin=2cm]{geometry}
\title{Title}
\author{Author}
\begin{document}
\...
0
votes
1
answer
36
views
Lyx: Two Table of Contents with Different Granularity Levels
Please note, I am not a very advanced user of Lyx (or Latex). I am trying to accomplish the following when I export the PDF document from Lyx.
I want to have two Table of Contents (TOC) in my ...
6
votes
1
answer
345
views
What is the proper way to demonstrate tagged PDFs
What is the best way to demonstrate a tagged PDF vs untagged. I don't mean a verification mark. I am looking for a, preferably Linux, screen reader that can read a tagged pdf and its formulas ...
3
votes
1
answer
208
views
Inserting a Graphical Image as a Cover Page in Latex Thesis
I am compiling my thesis using Latex, which eventually generates a PDF file. In addition to its textual content, I want to insert a graphical image (.png) as its cover page. This is what I am doing ...
8
votes
1
answer
305
views
Why does LaTeX put the PDF tags for floats at the end of the document?
Background
I am trying to produce a reasonably accessible document template at work. I have worked out basic tagging, reasonably structured tables, alt text for images and mathml output for inline and ...