Putting out of focus command for LaTeX/fuzzying the resulting pdfSimulate a scanned paperBlur the text so it's not readableSometimes the resulting PDF doesn't allow copy imageGet a smaller pdf file out of pdflatexfind out latex font used in a pdfInserting statistics of a resulting PDF file back into the document on the next runConvert Title Page from LaTeX (or the resulting PDF) into a PNG thumbnailWhy does the latex command sometimes produces PDF output?Embedding LaTeX for PDF generationSearch for LaTeX in PDFLaTeX API for C# to generate LaTeX based pdfToggle focus between Texmaker 4.5 and pdf viewer

In the Marvel universe, can a human have a baby with any non-human?

How risky is real estate?

Is my Rep in Stack-Exchange Form?

Is there a short way to compare many values mutually at same time without using multiple 'and's?

Was touching your nose a greeting in second millenium Mesopotamia?

How should I behave to assure my friends that I am not after their money?

Swapping rooks in a 4x4 board

Should I include salary information on my CV?

Should my manager be aware of private LinkedIn approaches I receive? How to politely have this happen?

Links to webpages in books

Fitting a mixture of two normal distributions for a data set?

Should I tell my insurance company I'm making payments on my new car?

Why is the Turkish president's surname spelt in Russian as Эрдоган, with г?

What is this particular type of chord progression, common in classical music, called?

Are there any vegetarian astronauts?

Does anycast addressing add additional latency in any way?

Inverse-quotes-quine

Do equal angles necessarily mean a polygon is regular?

How many codes are possible?

First-year PhD giving a talk among well-established researchers in the field

Is adding a new player (or players) a DM decision, or a group decision?

Is it OK to bottle condition using previously contaminated bottles?

Does the Distant Spell metamagic apply to the Sword Burst cantrip?

What determines the "strength of impact" of a falling object on the ground, momentum or energy?



Putting out of focus command for LaTeX/fuzzying the resulting pdf


Simulate a scanned paperBlur the text so it's not readableSometimes the resulting PDF doesn't allow copy imageGet a smaller pdf file out of pdflatexfind out latex font used in a pdfInserting statistics of a resulting PDF file back into the document on the next runConvert Title Page from LaTeX (or the resulting PDF) into a PNG thumbnailWhy does the latex command sometimes produces PDF output?Embedding LaTeX for PDF generationSearch for LaTeX in PDFLaTeX API for C# to generate LaTeX based pdfToggle focus between Texmaker 4.5 and pdf viewer






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















Is there a LaTeX command (and package) by which I can put out of focus the resulting
pdf output so that this won't be so terribly sharp when printed with a 1200x1200dpi printer?



I.e. how do I enclose entire content between begindocument ....TEXT enddocument
into a command directing to put out of focus the resulting pdf?



Imagine the wanted result something like I scan and print the relevant page a few times in a series to achieve this result, but rather by a systematic command
with adjustable numeric parameters.










share|improve this question



















  • 1





    Something like this: tex.stackexchange.com/a/94541/134574?

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik Right, but without the dots in the blank part of the document and fuzzying only the contours of the letters. Anyway, the answer there is too much complicated for me to grasp it. I would prefer to have a single package and a single command. I'M RUNNING Win 8.1 not Linux.

    – user2925716
    9 hours ago












  • No, I meant the first one (Daniel's answer). With imagemagick, this command: convert letter.pdf ( +clone -blur 0x1 ) +swap -compose divide -composite -linear-stretch 5%x0% as-scanned.pdf.

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik I'm running WinEdt 9.0 and Win 8.1 not LINUX!

    – user2925716
    9 hours ago












  • I'm pretty sure there's ImageMagick for Windows as well...

    – Phelype Oleinik
    9 hours ago

















2















Is there a LaTeX command (and package) by which I can put out of focus the resulting
pdf output so that this won't be so terribly sharp when printed with a 1200x1200dpi printer?



I.e. how do I enclose entire content between begindocument ....TEXT enddocument
into a command directing to put out of focus the resulting pdf?



Imagine the wanted result something like I scan and print the relevant page a few times in a series to achieve this result, but rather by a systematic command
with adjustable numeric parameters.










share|improve this question



















  • 1





    Something like this: tex.stackexchange.com/a/94541/134574?

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik Right, but without the dots in the blank part of the document and fuzzying only the contours of the letters. Anyway, the answer there is too much complicated for me to grasp it. I would prefer to have a single package and a single command. I'M RUNNING Win 8.1 not Linux.

    – user2925716
    9 hours ago












  • No, I meant the first one (Daniel's answer). With imagemagick, this command: convert letter.pdf ( +clone -blur 0x1 ) +swap -compose divide -composite -linear-stretch 5%x0% as-scanned.pdf.

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik I'm running WinEdt 9.0 and Win 8.1 not LINUX!

    – user2925716
    9 hours ago












  • I'm pretty sure there's ImageMagick for Windows as well...

    – Phelype Oleinik
    9 hours ago













2












2








2








Is there a LaTeX command (and package) by which I can put out of focus the resulting
pdf output so that this won't be so terribly sharp when printed with a 1200x1200dpi printer?



I.e. how do I enclose entire content between begindocument ....TEXT enddocument
into a command directing to put out of focus the resulting pdf?



Imagine the wanted result something like I scan and print the relevant page a few times in a series to achieve this result, but rather by a systematic command
with adjustable numeric parameters.










share|improve this question
















Is there a LaTeX command (and package) by which I can put out of focus the resulting
pdf output so that this won't be so terribly sharp when printed with a 1200x1200dpi printer?



I.e. how do I enclose entire content between begindocument ....TEXT enddocument
into a command directing to put out of focus the resulting pdf?



Imagine the wanted result something like I scan and print the relevant page a few times in a series to achieve this result, but rather by a systematic command
with adjustable numeric parameters.







pdftex pdf






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 hours ago









Bernard

182k7 gold badges83 silver badges216 bronze badges




182k7 gold badges83 silver badges216 bronze badges










asked 9 hours ago









user2925716user2925716

2156 bronze badges




2156 bronze badges







  • 1





    Something like this: tex.stackexchange.com/a/94541/134574?

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik Right, but without the dots in the blank part of the document and fuzzying only the contours of the letters. Anyway, the answer there is too much complicated for me to grasp it. I would prefer to have a single package and a single command. I'M RUNNING Win 8.1 not Linux.

    – user2925716
    9 hours ago












  • No, I meant the first one (Daniel's answer). With imagemagick, this command: convert letter.pdf ( +clone -blur 0x1 ) +swap -compose divide -composite -linear-stretch 5%x0% as-scanned.pdf.

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik I'm running WinEdt 9.0 and Win 8.1 not LINUX!

    – user2925716
    9 hours ago












  • I'm pretty sure there's ImageMagick for Windows as well...

    – Phelype Oleinik
    9 hours ago












  • 1





    Something like this: tex.stackexchange.com/a/94541/134574?

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik Right, but without the dots in the blank part of the document and fuzzying only the contours of the letters. Anyway, the answer there is too much complicated for me to grasp it. I would prefer to have a single package and a single command. I'M RUNNING Win 8.1 not Linux.

    – user2925716
    9 hours ago












  • No, I meant the first one (Daniel's answer). With imagemagick, this command: convert letter.pdf ( +clone -blur 0x1 ) +swap -compose divide -composite -linear-stretch 5%x0% as-scanned.pdf.

    – Phelype Oleinik
    9 hours ago











  • @PhelypeOleinik I'm running WinEdt 9.0 and Win 8.1 not LINUX!

    – user2925716
    9 hours ago












  • I'm pretty sure there's ImageMagick for Windows as well...

    – Phelype Oleinik
    9 hours ago







1




1





Something like this: tex.stackexchange.com/a/94541/134574?

– Phelype Oleinik
9 hours ago





Something like this: tex.stackexchange.com/a/94541/134574?

– Phelype Oleinik
9 hours ago













@PhelypeOleinik Right, but without the dots in the blank part of the document and fuzzying only the contours of the letters. Anyway, the answer there is too much complicated for me to grasp it. I would prefer to have a single package and a single command. I'M RUNNING Win 8.1 not Linux.

– user2925716
9 hours ago






@PhelypeOleinik Right, but without the dots in the blank part of the document and fuzzying only the contours of the letters. Anyway, the answer there is too much complicated for me to grasp it. I would prefer to have a single package and a single command. I'M RUNNING Win 8.1 not Linux.

– user2925716
9 hours ago














No, I meant the first one (Daniel's answer). With imagemagick, this command: convert letter.pdf ( +clone -blur 0x1 ) +swap -compose divide -composite -linear-stretch 5%x0% as-scanned.pdf.

– Phelype Oleinik
9 hours ago





No, I meant the first one (Daniel's answer). With imagemagick, this command: convert letter.pdf ( +clone -blur 0x1 ) +swap -compose divide -composite -linear-stretch 5%x0% as-scanned.pdf.

– Phelype Oleinik
9 hours ago













@PhelypeOleinik I'm running WinEdt 9.0 and Win 8.1 not LINUX!

– user2925716
9 hours ago






@PhelypeOleinik I'm running WinEdt 9.0 and Win 8.1 not LINUX!

– user2925716
9 hours ago














I'm pretty sure there's ImageMagick for Windows as well...

– Phelype Oleinik
9 hours ago





I'm pretty sure there's ImageMagick for Windows as well...

– Phelype Oleinik
9 hours ago










1 Answer
1






active

oldest

votes


















5














enter image description here



Adding



pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95


makes it use (very) low resolution bitmap fonts, disable using scalable fonts, and add a light grey background.



% This is a sample LaTeX input file. (Version of 12 August 2004.)
%
% A '%' character causes TeX to ignore all remaining text on the line,
% and is used for comments like this one.

documentclassarticle % Specifies the document class

pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95

% The preamble begins here.
titleAn Example Document % Declares the document's title.
authorLeslie Lamport % Declares the author's name.
dateJanuary 21, 1994 % Deleting this command produces today's date.

newcommandip[2](#1, #2)
% Defines iparg1arg2 to mean
% (arg1, arg2).

%newcommandip[2]langle #1
% This is an alternative definition of
% ip that is commented out.

begindocument % End of preamble and beginning of text.

maketitle % Produces the title.

This is an example input file. Comparing it with
the output it generates can show you how to
produce a simple document of your own.

sectionOrdinary Text % Produces section heading. Lower-level
% sections are begun with similar
% subsection and subsubsection commands.

The ends of words and sentences are marked
by spaces. It doesn't matter how many
spaces you type; one is as good as 100. The
end of a line counts as a space.

One or more blank lines denote the end
of a paragraph.

Since any number of consecutive spaces are treated
like a single one, the formatting of the input
file makes no difference to
LaTeX, % The LaTeX command generates the LaTeX logo.
but it makes a difference to you. When you use
LaTeX, making your input file as easy to read
as possible will be a great help as you write
your document and when you change it. This sample
file shows how you can add comments to your own input
file.

Because printing is different from typewriting,
there are a number of things that you have to do
differently when preparing an input file than if
you were just typing the document directly.
Quotation marks like
``this''
have to be handled specially, as do quotes within
quotes:
``,`this' % , separates the double and single quote.
is what I just
wrote, not `that',''.

Dashes come in three sizes: an
intra-word
dash, a medium dash for number ranges like
1--2,
and a punctuation
dash---like
this.

A sentence-ending space should be larger than the
space between words within a sentence. You
sometimes have to type special commands in
conjunction with punctuation characters to get
this right, as in the following sentence.
Gnats, gnus, etc. all % ` ' makes an inter-word space.
begin with G@. % @ marks end-of-sentence punctuation.
You should check the spaces after periods when
reading your output to make sure you haven't
forgotten any special cases. Generating an
ellipsis
ldots % ` ' is needed after `ldots' because TeX
% ignores spaces after command names like ldots
% made from + letters.
%
% Note how a `%' character causes TeX to ignore
% the end of the input line, so these blank lines
% do not start a new paragraph.
%
with the right spacing around the periods requires
a special command.

LaTeX interprets some common characters as
commands, so you must type special commands to
generate them. These characters include the
following:
$ & % # and .

In printing, text is usually emphasized with an
emphitalic
type style.

beginem
A long segment of text can also be emphasized
in this way. Text within such a segment can be
given emphadditional emphasis.
endem

It is sometimes necessary to prevent LaTeX from
breaking a line where it might otherwise do so.
This may be at a space, as between the ``Mr.'' and
``Jones'' in
``Mr.~Jones'', % ~ produces an unbreakable interword space.
or within a word---especially when the word is a
symbol like
mboxemphitemnum
that makes little sense when hyphenated across
lines.

FootnotesfootnoteThis is an example of a footnote.
pose no problem.

LaTeX is good at typesetting mathematical formulas
like
( x-3y + z = 7 )
or
( a_1 > x^2n + y^2n > x' )
or
( ipAB = sum_i a_i b_i ).
The spaces you type in a formula are
ignored. Remember that a letter like
$x$ % $ ... $ and ( ... ) are equivalent
is a formula when it denotes a mathematical
symbol, and it should be typed as one.

sectionDisplayed Text

Text is displayed by indenting it from the left
margin. Quotations are commonly displayed. There
are short quotations
beginquote
This is a short quotation. It consists of a
single paragraph of text. See how it is formatted.
endquote
and longer ones.
beginquotation
This is a longer quotation. It consists of two
paragraphs of text, neither of which are
particularly interesting.

This is the second paragraph of the quotation. It
is just as dull as the first paragraph.
endquotation
Another frequently-displayed structure is a list.
The following is an example of an emphitemized
list.
beginitemize
item This is the first item of an itemized list.
Each item in the list is marked with a ``tick''.
You don't have to worry about what kind of tick
mark is used.

item This is the second item of the list. It
contains another list nested inside it. The inner
list is an emphenumerated list.
beginenumerate
item This is the first item of an enumerated
list that is nested within the itemized list.

item This is the second item of the inner list.
LaTeX allows you to nest lists deeper than
you really should.
endenumerate
This is the rest of the second item of the outer
list. It is no more interesting than any other
part of the item.
item This is the third item of the list.
enditemize
You can even display poetry.
beginverse
There is an environment
for verse \ % The \ command separates lines
Whose features some poets % within a stanza.
will curse.

% One or more blank lines separate stanzas.

For instead of making\
Them do emphall line breaking, \
It allows them to put too many words on a line when they'd rather be
forced to be terse.
endverse

Mathematical formulas may also be displayed. A
displayed formula
is
one-line long; multiline
formulas require special formatting instructions.
[ ipGammapsi' = x'' + y^2 + z_i^n]
Don't start a paragraph with a displayed equation,
nor make one a paragraph by itself.

enddocument % End of document.





share|improve this answer

























  • Great! What range (here 100) has this command? pdfpkresolution100 ? And what does it say ?

    – user2925716
    7 hours ago












  • it's the dots-per inch of the generated bitmap 600 is default , when I started using tex 300 was a high end laserwriter, 100 was a daisy-wheel printer if you try to go too low you may get metafont errors in the arithmetic, I doubt the fonts have been tested much below 100 @user2925716

    – David Carlisle
    7 hours ago














Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496949%2fputting-out-of-focus-command-for-latex-fuzzying-the-resulting-pdf%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














enter image description here



Adding



pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95


makes it use (very) low resolution bitmap fonts, disable using scalable fonts, and add a light grey background.



% This is a sample LaTeX input file. (Version of 12 August 2004.)
%
% A '%' character causes TeX to ignore all remaining text on the line,
% and is used for comments like this one.

documentclassarticle % Specifies the document class

pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95

% The preamble begins here.
titleAn Example Document % Declares the document's title.
authorLeslie Lamport % Declares the author's name.
dateJanuary 21, 1994 % Deleting this command produces today's date.

newcommandip[2](#1, #2)
% Defines iparg1arg2 to mean
% (arg1, arg2).

%newcommandip[2]langle #1
% This is an alternative definition of
% ip that is commented out.

begindocument % End of preamble and beginning of text.

maketitle % Produces the title.

This is an example input file. Comparing it with
the output it generates can show you how to
produce a simple document of your own.

sectionOrdinary Text % Produces section heading. Lower-level
% sections are begun with similar
% subsection and subsubsection commands.

The ends of words and sentences are marked
by spaces. It doesn't matter how many
spaces you type; one is as good as 100. The
end of a line counts as a space.

One or more blank lines denote the end
of a paragraph.

Since any number of consecutive spaces are treated
like a single one, the formatting of the input
file makes no difference to
LaTeX, % The LaTeX command generates the LaTeX logo.
but it makes a difference to you. When you use
LaTeX, making your input file as easy to read
as possible will be a great help as you write
your document and when you change it. This sample
file shows how you can add comments to your own input
file.

Because printing is different from typewriting,
there are a number of things that you have to do
differently when preparing an input file than if
you were just typing the document directly.
Quotation marks like
``this''
have to be handled specially, as do quotes within
quotes:
``,`this' % , separates the double and single quote.
is what I just
wrote, not `that',''.

Dashes come in three sizes: an
intra-word
dash, a medium dash for number ranges like
1--2,
and a punctuation
dash---like
this.

A sentence-ending space should be larger than the
space between words within a sentence. You
sometimes have to type special commands in
conjunction with punctuation characters to get
this right, as in the following sentence.
Gnats, gnus, etc. all % ` ' makes an inter-word space.
begin with G@. % @ marks end-of-sentence punctuation.
You should check the spaces after periods when
reading your output to make sure you haven't
forgotten any special cases. Generating an
ellipsis
ldots % ` ' is needed after `ldots' because TeX
% ignores spaces after command names like ldots
% made from + letters.
%
% Note how a `%' character causes TeX to ignore
% the end of the input line, so these blank lines
% do not start a new paragraph.
%
with the right spacing around the periods requires
a special command.

LaTeX interprets some common characters as
commands, so you must type special commands to
generate them. These characters include the
following:
$ & % # and .

In printing, text is usually emphasized with an
emphitalic
type style.

beginem
A long segment of text can also be emphasized
in this way. Text within such a segment can be
given emphadditional emphasis.
endem

It is sometimes necessary to prevent LaTeX from
breaking a line where it might otherwise do so.
This may be at a space, as between the ``Mr.'' and
``Jones'' in
``Mr.~Jones'', % ~ produces an unbreakable interword space.
or within a word---especially when the word is a
symbol like
mboxemphitemnum
that makes little sense when hyphenated across
lines.

FootnotesfootnoteThis is an example of a footnote.
pose no problem.

LaTeX is good at typesetting mathematical formulas
like
( x-3y + z = 7 )
or
( a_1 > x^2n + y^2n > x' )
or
( ipAB = sum_i a_i b_i ).
The spaces you type in a formula are
ignored. Remember that a letter like
$x$ % $ ... $ and ( ... ) are equivalent
is a formula when it denotes a mathematical
symbol, and it should be typed as one.

sectionDisplayed Text

Text is displayed by indenting it from the left
margin. Quotations are commonly displayed. There
are short quotations
beginquote
This is a short quotation. It consists of a
single paragraph of text. See how it is formatted.
endquote
and longer ones.
beginquotation
This is a longer quotation. It consists of two
paragraphs of text, neither of which are
particularly interesting.

This is the second paragraph of the quotation. It
is just as dull as the first paragraph.
endquotation
Another frequently-displayed structure is a list.
The following is an example of an emphitemized
list.
beginitemize
item This is the first item of an itemized list.
Each item in the list is marked with a ``tick''.
You don't have to worry about what kind of tick
mark is used.

item This is the second item of the list. It
contains another list nested inside it. The inner
list is an emphenumerated list.
beginenumerate
item This is the first item of an enumerated
list that is nested within the itemized list.

item This is the second item of the inner list.
LaTeX allows you to nest lists deeper than
you really should.
endenumerate
This is the rest of the second item of the outer
list. It is no more interesting than any other
part of the item.
item This is the third item of the list.
enditemize
You can even display poetry.
beginverse
There is an environment
for verse \ % The \ command separates lines
Whose features some poets % within a stanza.
will curse.

% One or more blank lines separate stanzas.

For instead of making\
Them do emphall line breaking, \
It allows them to put too many words on a line when they'd rather be
forced to be terse.
endverse

Mathematical formulas may also be displayed. A
displayed formula
is
one-line long; multiline
formulas require special formatting instructions.
[ ipGammapsi' = x'' + y^2 + z_i^n]
Don't start a paragraph with a displayed equation,
nor make one a paragraph by itself.

enddocument % End of document.





share|improve this answer

























  • Great! What range (here 100) has this command? pdfpkresolution100 ? And what does it say ?

    – user2925716
    7 hours ago












  • it's the dots-per inch of the generated bitmap 600 is default , when I started using tex 300 was a high end laserwriter, 100 was a daisy-wheel printer if you try to go too low you may get metafont errors in the arithmetic, I doubt the fonts have been tested much below 100 @user2925716

    – David Carlisle
    7 hours ago
















5














enter image description here



Adding



pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95


makes it use (very) low resolution bitmap fonts, disable using scalable fonts, and add a light grey background.



% This is a sample LaTeX input file. (Version of 12 August 2004.)
%
% A '%' character causes TeX to ignore all remaining text on the line,
% and is used for comments like this one.

documentclassarticle % Specifies the document class

pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95

% The preamble begins here.
titleAn Example Document % Declares the document's title.
authorLeslie Lamport % Declares the author's name.
dateJanuary 21, 1994 % Deleting this command produces today's date.

newcommandip[2](#1, #2)
% Defines iparg1arg2 to mean
% (arg1, arg2).

%newcommandip[2]langle #1
% This is an alternative definition of
% ip that is commented out.

begindocument % End of preamble and beginning of text.

maketitle % Produces the title.

This is an example input file. Comparing it with
the output it generates can show you how to
produce a simple document of your own.

sectionOrdinary Text % Produces section heading. Lower-level
% sections are begun with similar
% subsection and subsubsection commands.

The ends of words and sentences are marked
by spaces. It doesn't matter how many
spaces you type; one is as good as 100. The
end of a line counts as a space.

One or more blank lines denote the end
of a paragraph.

Since any number of consecutive spaces are treated
like a single one, the formatting of the input
file makes no difference to
LaTeX, % The LaTeX command generates the LaTeX logo.
but it makes a difference to you. When you use
LaTeX, making your input file as easy to read
as possible will be a great help as you write
your document and when you change it. This sample
file shows how you can add comments to your own input
file.

Because printing is different from typewriting,
there are a number of things that you have to do
differently when preparing an input file than if
you were just typing the document directly.
Quotation marks like
``this''
have to be handled specially, as do quotes within
quotes:
``,`this' % , separates the double and single quote.
is what I just
wrote, not `that',''.

Dashes come in three sizes: an
intra-word
dash, a medium dash for number ranges like
1--2,
and a punctuation
dash---like
this.

A sentence-ending space should be larger than the
space between words within a sentence. You
sometimes have to type special commands in
conjunction with punctuation characters to get
this right, as in the following sentence.
Gnats, gnus, etc. all % ` ' makes an inter-word space.
begin with G@. % @ marks end-of-sentence punctuation.
You should check the spaces after periods when
reading your output to make sure you haven't
forgotten any special cases. Generating an
ellipsis
ldots % ` ' is needed after `ldots' because TeX
% ignores spaces after command names like ldots
% made from + letters.
%
% Note how a `%' character causes TeX to ignore
% the end of the input line, so these blank lines
% do not start a new paragraph.
%
with the right spacing around the periods requires
a special command.

LaTeX interprets some common characters as
commands, so you must type special commands to
generate them. These characters include the
following:
$ & % # and .

In printing, text is usually emphasized with an
emphitalic
type style.

beginem
A long segment of text can also be emphasized
in this way. Text within such a segment can be
given emphadditional emphasis.
endem

It is sometimes necessary to prevent LaTeX from
breaking a line where it might otherwise do so.
This may be at a space, as between the ``Mr.'' and
``Jones'' in
``Mr.~Jones'', % ~ produces an unbreakable interword space.
or within a word---especially when the word is a
symbol like
mboxemphitemnum
that makes little sense when hyphenated across
lines.

FootnotesfootnoteThis is an example of a footnote.
pose no problem.

LaTeX is good at typesetting mathematical formulas
like
( x-3y + z = 7 )
or
( a_1 > x^2n + y^2n > x' )
or
( ipAB = sum_i a_i b_i ).
The spaces you type in a formula are
ignored. Remember that a letter like
$x$ % $ ... $ and ( ... ) are equivalent
is a formula when it denotes a mathematical
symbol, and it should be typed as one.

sectionDisplayed Text

Text is displayed by indenting it from the left
margin. Quotations are commonly displayed. There
are short quotations
beginquote
This is a short quotation. It consists of a
single paragraph of text. See how it is formatted.
endquote
and longer ones.
beginquotation
This is a longer quotation. It consists of two
paragraphs of text, neither of which are
particularly interesting.

This is the second paragraph of the quotation. It
is just as dull as the first paragraph.
endquotation
Another frequently-displayed structure is a list.
The following is an example of an emphitemized
list.
beginitemize
item This is the first item of an itemized list.
Each item in the list is marked with a ``tick''.
You don't have to worry about what kind of tick
mark is used.

item This is the second item of the list. It
contains another list nested inside it. The inner
list is an emphenumerated list.
beginenumerate
item This is the first item of an enumerated
list that is nested within the itemized list.

item This is the second item of the inner list.
LaTeX allows you to nest lists deeper than
you really should.
endenumerate
This is the rest of the second item of the outer
list. It is no more interesting than any other
part of the item.
item This is the third item of the list.
enditemize
You can even display poetry.
beginverse
There is an environment
for verse \ % The \ command separates lines
Whose features some poets % within a stanza.
will curse.

% One or more blank lines separate stanzas.

For instead of making\
Them do emphall line breaking, \
It allows them to put too many words on a line when they'd rather be
forced to be terse.
endverse

Mathematical formulas may also be displayed. A
displayed formula
is
one-line long; multiline
formulas require special formatting instructions.
[ ipGammapsi' = x'' + y^2 + z_i^n]
Don't start a paragraph with a displayed equation,
nor make one a paragraph by itself.

enddocument % End of document.





share|improve this answer

























  • Great! What range (here 100) has this command? pdfpkresolution100 ? And what does it say ?

    – user2925716
    7 hours ago












  • it's the dots-per inch of the generated bitmap 600 is default , when I started using tex 300 was a high end laserwriter, 100 was a daisy-wheel printer if you try to go too low you may get metafont errors in the arithmetic, I doubt the fonts have been tested much below 100 @user2925716

    – David Carlisle
    7 hours ago














5












5








5







enter image description here



Adding



pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95


makes it use (very) low resolution bitmap fonts, disable using scalable fonts, and add a light grey background.



% This is a sample LaTeX input file. (Version of 12 August 2004.)
%
% A '%' character causes TeX to ignore all remaining text on the line,
% and is used for comments like this one.

documentclassarticle % Specifies the document class

pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95

% The preamble begins here.
titleAn Example Document % Declares the document's title.
authorLeslie Lamport % Declares the author's name.
dateJanuary 21, 1994 % Deleting this command produces today's date.

newcommandip[2](#1, #2)
% Defines iparg1arg2 to mean
% (arg1, arg2).

%newcommandip[2]langle #1
% This is an alternative definition of
% ip that is commented out.

begindocument % End of preamble and beginning of text.

maketitle % Produces the title.

This is an example input file. Comparing it with
the output it generates can show you how to
produce a simple document of your own.

sectionOrdinary Text % Produces section heading. Lower-level
% sections are begun with similar
% subsection and subsubsection commands.

The ends of words and sentences are marked
by spaces. It doesn't matter how many
spaces you type; one is as good as 100. The
end of a line counts as a space.

One or more blank lines denote the end
of a paragraph.

Since any number of consecutive spaces are treated
like a single one, the formatting of the input
file makes no difference to
LaTeX, % The LaTeX command generates the LaTeX logo.
but it makes a difference to you. When you use
LaTeX, making your input file as easy to read
as possible will be a great help as you write
your document and when you change it. This sample
file shows how you can add comments to your own input
file.

Because printing is different from typewriting,
there are a number of things that you have to do
differently when preparing an input file than if
you were just typing the document directly.
Quotation marks like
``this''
have to be handled specially, as do quotes within
quotes:
``,`this' % , separates the double and single quote.
is what I just
wrote, not `that',''.

Dashes come in three sizes: an
intra-word
dash, a medium dash for number ranges like
1--2,
and a punctuation
dash---like
this.

A sentence-ending space should be larger than the
space between words within a sentence. You
sometimes have to type special commands in
conjunction with punctuation characters to get
this right, as in the following sentence.
Gnats, gnus, etc. all % ` ' makes an inter-word space.
begin with G@. % @ marks end-of-sentence punctuation.
You should check the spaces after periods when
reading your output to make sure you haven't
forgotten any special cases. Generating an
ellipsis
ldots % ` ' is needed after `ldots' because TeX
% ignores spaces after command names like ldots
% made from + letters.
%
% Note how a `%' character causes TeX to ignore
% the end of the input line, so these blank lines
% do not start a new paragraph.
%
with the right spacing around the periods requires
a special command.

LaTeX interprets some common characters as
commands, so you must type special commands to
generate them. These characters include the
following:
$ & % # and .

In printing, text is usually emphasized with an
emphitalic
type style.

beginem
A long segment of text can also be emphasized
in this way. Text within such a segment can be
given emphadditional emphasis.
endem

It is sometimes necessary to prevent LaTeX from
breaking a line where it might otherwise do so.
This may be at a space, as between the ``Mr.'' and
``Jones'' in
``Mr.~Jones'', % ~ produces an unbreakable interword space.
or within a word---especially when the word is a
symbol like
mboxemphitemnum
that makes little sense when hyphenated across
lines.

FootnotesfootnoteThis is an example of a footnote.
pose no problem.

LaTeX is good at typesetting mathematical formulas
like
( x-3y + z = 7 )
or
( a_1 > x^2n + y^2n > x' )
or
( ipAB = sum_i a_i b_i ).
The spaces you type in a formula are
ignored. Remember that a letter like
$x$ % $ ... $ and ( ... ) are equivalent
is a formula when it denotes a mathematical
symbol, and it should be typed as one.

sectionDisplayed Text

Text is displayed by indenting it from the left
margin. Quotations are commonly displayed. There
are short quotations
beginquote
This is a short quotation. It consists of a
single paragraph of text. See how it is formatted.
endquote
and longer ones.
beginquotation
This is a longer quotation. It consists of two
paragraphs of text, neither of which are
particularly interesting.

This is the second paragraph of the quotation. It
is just as dull as the first paragraph.
endquotation
Another frequently-displayed structure is a list.
The following is an example of an emphitemized
list.
beginitemize
item This is the first item of an itemized list.
Each item in the list is marked with a ``tick''.
You don't have to worry about what kind of tick
mark is used.

item This is the second item of the list. It
contains another list nested inside it. The inner
list is an emphenumerated list.
beginenumerate
item This is the first item of an enumerated
list that is nested within the itemized list.

item This is the second item of the inner list.
LaTeX allows you to nest lists deeper than
you really should.
endenumerate
This is the rest of the second item of the outer
list. It is no more interesting than any other
part of the item.
item This is the third item of the list.
enditemize
You can even display poetry.
beginverse
There is an environment
for verse \ % The \ command separates lines
Whose features some poets % within a stanza.
will curse.

% One or more blank lines separate stanzas.

For instead of making\
Them do emphall line breaking, \
It allows them to put too many words on a line when they'd rather be
forced to be terse.
endverse

Mathematical formulas may also be displayed. A
displayed formula
is
one-line long; multiline
formulas require special formatting instructions.
[ ipGammapsi' = x'' + y^2 + z_i^n]
Don't start a paragraph with a displayed equation,
nor make one a paragraph by itself.

enddocument % End of document.





share|improve this answer















enter image description here



Adding



pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95


makes it use (very) low resolution bitmap fonts, disable using scalable fonts, and add a light grey background.



% This is a sample LaTeX input file. (Version of 12 August 2004.)
%
% A '%' character causes TeX to ignore all remaining text on the line,
% and is used for comments like this one.

documentclassarticle % Specifies the document class

pdfpkresolution100
pdfmapfile
usepackagecolor
pagecolor[gray].95

% The preamble begins here.
titleAn Example Document % Declares the document's title.
authorLeslie Lamport % Declares the author's name.
dateJanuary 21, 1994 % Deleting this command produces today's date.

newcommandip[2](#1, #2)
% Defines iparg1arg2 to mean
% (arg1, arg2).

%newcommandip[2]langle #1
% This is an alternative definition of
% ip that is commented out.

begindocument % End of preamble and beginning of text.

maketitle % Produces the title.

This is an example input file. Comparing it with
the output it generates can show you how to
produce a simple document of your own.

sectionOrdinary Text % Produces section heading. Lower-level
% sections are begun with similar
% subsection and subsubsection commands.

The ends of words and sentences are marked
by spaces. It doesn't matter how many
spaces you type; one is as good as 100. The
end of a line counts as a space.

One or more blank lines denote the end
of a paragraph.

Since any number of consecutive spaces are treated
like a single one, the formatting of the input
file makes no difference to
LaTeX, % The LaTeX command generates the LaTeX logo.
but it makes a difference to you. When you use
LaTeX, making your input file as easy to read
as possible will be a great help as you write
your document and when you change it. This sample
file shows how you can add comments to your own input
file.

Because printing is different from typewriting,
there are a number of things that you have to do
differently when preparing an input file than if
you were just typing the document directly.
Quotation marks like
``this''
have to be handled specially, as do quotes within
quotes:
``,`this' % , separates the double and single quote.
is what I just
wrote, not `that',''.

Dashes come in three sizes: an
intra-word
dash, a medium dash for number ranges like
1--2,
and a punctuation
dash---like
this.

A sentence-ending space should be larger than the
space between words within a sentence. You
sometimes have to type special commands in
conjunction with punctuation characters to get
this right, as in the following sentence.
Gnats, gnus, etc. all % ` ' makes an inter-word space.
begin with G@. % @ marks end-of-sentence punctuation.
You should check the spaces after periods when
reading your output to make sure you haven't
forgotten any special cases. Generating an
ellipsis
ldots % ` ' is needed after `ldots' because TeX
% ignores spaces after command names like ldots
% made from + letters.
%
% Note how a `%' character causes TeX to ignore
% the end of the input line, so these blank lines
% do not start a new paragraph.
%
with the right spacing around the periods requires
a special command.

LaTeX interprets some common characters as
commands, so you must type special commands to
generate them. These characters include the
following:
$ & % # and .

In printing, text is usually emphasized with an
emphitalic
type style.

beginem
A long segment of text can also be emphasized
in this way. Text within such a segment can be
given emphadditional emphasis.
endem

It is sometimes necessary to prevent LaTeX from
breaking a line where it might otherwise do so.
This may be at a space, as between the ``Mr.'' and
``Jones'' in
``Mr.~Jones'', % ~ produces an unbreakable interword space.
or within a word---especially when the word is a
symbol like
mboxemphitemnum
that makes little sense when hyphenated across
lines.

FootnotesfootnoteThis is an example of a footnote.
pose no problem.

LaTeX is good at typesetting mathematical formulas
like
( x-3y + z = 7 )
or
( a_1 > x^2n + y^2n > x' )
or
( ipAB = sum_i a_i b_i ).
The spaces you type in a formula are
ignored. Remember that a letter like
$x$ % $ ... $ and ( ... ) are equivalent
is a formula when it denotes a mathematical
symbol, and it should be typed as one.

sectionDisplayed Text

Text is displayed by indenting it from the left
margin. Quotations are commonly displayed. There
are short quotations
beginquote
This is a short quotation. It consists of a
single paragraph of text. See how it is formatted.
endquote
and longer ones.
beginquotation
This is a longer quotation. It consists of two
paragraphs of text, neither of which are
particularly interesting.

This is the second paragraph of the quotation. It
is just as dull as the first paragraph.
endquotation
Another frequently-displayed structure is a list.
The following is an example of an emphitemized
list.
beginitemize
item This is the first item of an itemized list.
Each item in the list is marked with a ``tick''.
You don't have to worry about what kind of tick
mark is used.

item This is the second item of the list. It
contains another list nested inside it. The inner
list is an emphenumerated list.
beginenumerate
item This is the first item of an enumerated
list that is nested within the itemized list.

item This is the second item of the inner list.
LaTeX allows you to nest lists deeper than
you really should.
endenumerate
This is the rest of the second item of the outer
list. It is no more interesting than any other
part of the item.
item This is the third item of the list.
enditemize
You can even display poetry.
beginverse
There is an environment
for verse \ % The \ command separates lines
Whose features some poets % within a stanza.
will curse.

% One or more blank lines separate stanzas.

For instead of making\
Them do emphall line breaking, \
It allows them to put too many words on a line when they'd rather be
forced to be terse.
endverse

Mathematical formulas may also be displayed. A
displayed formula
is
one-line long; multiline
formulas require special formatting instructions.
[ ipGammapsi' = x'' + y^2 + z_i^n]
Don't start a paragraph with a displayed equation,
nor make one a paragraph by itself.

enddocument % End of document.






share|improve this answer














share|improve this answer



share|improve this answer








edited 7 hours ago

























answered 7 hours ago









David CarlisleDavid Carlisle

511k43 gold badges1163 silver badges1924 bronze badges




511k43 gold badges1163 silver badges1924 bronze badges












  • Great! What range (here 100) has this command? pdfpkresolution100 ? And what does it say ?

    – user2925716
    7 hours ago












  • it's the dots-per inch of the generated bitmap 600 is default , when I started using tex 300 was a high end laserwriter, 100 was a daisy-wheel printer if you try to go too low you may get metafont errors in the arithmetic, I doubt the fonts have been tested much below 100 @user2925716

    – David Carlisle
    7 hours ago


















  • Great! What range (here 100) has this command? pdfpkresolution100 ? And what does it say ?

    – user2925716
    7 hours ago












  • it's the dots-per inch of the generated bitmap 600 is default , when I started using tex 300 was a high end laserwriter, 100 was a daisy-wheel printer if you try to go too low you may get metafont errors in the arithmetic, I doubt the fonts have been tested much below 100 @user2925716

    – David Carlisle
    7 hours ago

















Great! What range (here 100) has this command? pdfpkresolution100 ? And what does it say ?

– user2925716
7 hours ago






Great! What range (here 100) has this command? pdfpkresolution100 ? And what does it say ?

– user2925716
7 hours ago














it's the dots-per inch of the generated bitmap 600 is default , when I started using tex 300 was a high end laserwriter, 100 was a daisy-wheel printer if you try to go too low you may get metafont errors in the arithmetic, I doubt the fonts have been tested much below 100 @user2925716

– David Carlisle
7 hours ago






it's the dots-per inch of the generated bitmap 600 is default , when I started using tex 300 was a high end laserwriter, 100 was a daisy-wheel printer if you try to go too low you may get metafont errors in the arithmetic, I doubt the fonts have been tested much below 100 @user2925716

– David Carlisle
7 hours ago


















draft saved

draft discarded
















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496949%2fputting-out-of-focus-command-for-latex-fuzzying-the-resulting-pdf%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367