Tagged Questions
4
votes
1answer
82 views
Matching Brackets in TeX output
Is there any ways or features to make pdf-files using one of TeX systems so that when I move the cursor to one of brackets (either open or closed brackets) in pdf, then the bracket and the other ...
6
votes
1answer
183 views
Included PDF gets corrupted after Acrobat’s color conversion
I found a strange error … I’m typesetting a musical score with Sibelius 7. And to add some text and notes I use LaTeX (i.e. xelatex but the error is the same with pdflatex). To get a complete PDF of ...
19
votes
2answers
360 views
Pros and cons: pdflatex+gs vs gs+pdflatex
I need to be producing two versions of documents I deal with: colour and grayscale. Of course the real issue are images. I'm not the author of the documents nor the images, I'm only the typesetter.
...
6
votes
1answer
271 views
How to use CMYK-Colors in the whole document
I found out, that my color laser printer prints graphics with gray color in RGB-Representation instead of using black (they are more red then gray). So it seems, that PDFLaTeX is creating ...
5
votes
1answer
932 views
Switching color and grayscale mode for \includegraphics
Suppose I have a document that includes a lot of colorful PDFs. Now I'd like to easily switch between "color" version and "greyscale version". I'm aware of \DeclareGraphicsRule, but I think this needs ...
4
votes
1answer
448 views
really greyscale pdf
I may miss something: I cannot produce really greyscale or monochrome pdf. If I create a very simple document, say Hello, with no or basic packages, article or book, and compile it with pdflatex ...
7
votes
1answer
713 views
Change color in finished pdf file
Suppose I have a finished PDF file, say a figure generated from some software, where the ink is black. I would include it in a document. Suppose I want to include it in a beamer presentation with ...
0
votes
1answer
277 views
Poor opentype font quality when printing xelatex generated PDF
I've been trying to print a PDF created with Xelatex, and the text (using opentype) is not as crystal clear as the same text printed directly from word (the edges are jagged/grainy).
Any suggestions?
...
11
votes
1answer
350 views
LaTeX color and ICC color profiles
I have a (pdf|Xe)LaTeX document and trying to keep it CMYK. For some documents, I use a certain color for it's elements, which is RGB #BDCDDA. As my final document should be using the Adobe CMYK ...
7
votes
1answer
1k views
Create PDF with images in black and white
I have a LaTeX document with several black and white, gray value, and color images. When creating a PDF with pdfLaTeX I get a PDF where I am not sure if the embedded black and white images are ...
31
votes
3answers
2k views
Detecting all pages which contain color
In an larger LaTeX document there are often only some pages with color content (mainly figures) and the remaining ones are only black and white.
Because printing costs for color pages are much higher ...
8
votes
1answer
334 views
Inconsistent appearance of white \hline on black background
Are there known issues with the appearance of white text on black background?
When I use several \hline in a table I get different appearances for the lines. It could appear as normal or weak or ...
11
votes
1answer
4k views
How to change white background of an included PDF to transparent
I have an external 100 pages PDF document (not created by pdflatex) that I \includegraphics page-wise into a beamer presentation. The external PDF document employs white as page color, but I need the ...
9
votes
2answers
719 views
Creating pdf with inverted colors using pdflatex (like white on black etc)
Is there a simple way of a creating PDF with inverted colours?
A partial solution would be just changing font to white and making the background black.
Is there simple "full" solution of inverting ...
13
votes
1answer
499 views
duotone PDF files with lualatex
How to provide duotone PDF files for publishers who require it?
I have a document with images (graphicx \includegraphics), TikZ diagrams, compiled with lualatex.
So, if I understand it right, there ...
0
votes
1answer
199 views
Different color display between Adobe Reader and Yap
Today I have been realized some drawings for my scientific article using PGF. After converting the DVI to the PDF file I have noticed that my grid which has been supposed to be gray was somewhat ...
9
votes
4answers
2k views
Inkscape → PDF → includegraphics → XeLaTeX → changed colors
I have an SVG file, which I have made/edited with Inkscape. I want to include this image in my thesis. The svg file is here: http://brussense.be/temp/theSVG.svg
(because Inkscape uses a non-standard ...
6
votes
1answer
3k views
Can \includegraphics be used to change an image color?
I'm including a number of PDF images in my document using \includegraphics. I'm wondering if there's a way for LaTeX to adjust their color profile, hopefully the same way it can flip images upside ...
12
votes
2answers
661 views
how to create PDF in grayscale mode or TikZ figure only?
how to create PDF in grayscale mode?
convert PDF color in PDF grayscale.
I need the PDF in grayscale color.
Or in TikZ figure only.
12
votes
3answers
3k views
\includegraphics PDF, color problem
I'm using pdflatex, and use \includegraphics to include content of figures from PDF. PDF are exported from InkScape.
\begin{figure} [!h]
\centering
\includegraphics[height=3cm]{fig/SUSAN.pdf}
...
14
votes
2answers
1k views
Option cmyk for xcolor package does not produce a CMYK PDF
I am trying to produce a CMYK PDF file to pass onto a printshop.
When I use the [cmyk] option for the xcolor package, the colours in the resulting PDF do look muted and less vibrant as is the case ...
63
votes
1answer
4k views
PDF colour model and LaTeX
(Strictly speaking, this is a question about XeLaTeX and the xcolor package but I’m assuming that the issue is actually with the color model of PDF.)
I’m having the problem that colours in my PDF ...