Avoid that star symbol is searchable with questionmark “?”Ligatures with Libertine: issue with pdflatex (and Windows)Package cmap or `input glyphtounicode`?Creating standalone eps files and using batch files to automate the processProblem with converting from lyx file to PDFIs there a command for a gammadion/swastika cross symbol?Make portions of document images so that text within is not-searchable
How can the US president give an order to a civilian?
Right indicator flash-frequency has increased and rear-right bulb is out
Can you create a noise using Minor Illusion/Thaumaturgy on an area you cannot see?
How much steel armor can you wear and still be able to swim?
Do details of my undergraduate title matter?
Who was the youngest Executive Producer?
Operator currying: how to convert f[a,b][c,d] to a+c,b+d?
How to prevent cables getting intertwined
I wish, I yearn, for an answer to this riddle
Why can't I craft scaffolding in Minecraft 1.14?
Explicit song lyrics checker
Build a scale without computer
How to recover a single blank shot from a film camera
...and then she held the gun
What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?
What is this plant I saw for sale at a Romanian farmer's market?
How can I detect if I'm in a subshell?
Time at 1G acceleration to travel 100 000 light years
Fill the maze with a wall-following Snake until it gets stuck
Are there any individual aliens that have gained superpowers in the Marvel universe?
Is it possible to use just one shared folder for log shipping?
Would a 7805 5v regulator drain a 9v battery?
Expand command in an argument before the main command
Does anyone recognize these rockets, and their location?
Avoid that star symbol is searchable with questionmark “?”
Ligatures with Libertine: issue with pdflatex (and Windows)Package cmap or `input glyphtounicode`?Creating standalone eps files and using batch files to automate the processProblem with converting from lyx file to PDFIs there a command for a gammadion/swastika cross symbol?Make portions of document images so that text within is not-searchable
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Given the following minimal example:
documentclassarticle
begindocument
$a star b$.
enddocument
This produces the desired output in the PDF file.
However, my problem is that if I search in the PDF file (with CTRL-F) for the questionmark character "?" (without quotation marks), that this specific star symbol is found by the search engine as if it were a questionmark (although it is a star).
This is annoying, because I like to search my final PDF for questionmarks in order to find outdated labels/citations etc. quickly. If there are lots of symbols like star, that are found as "false positives", this workflow gets tedious and error prone.
Question: Is there a way to fix this issue? I want to use symbols like star in my document but I don't want to find them in the final PDF when searching for questionmarks.
math-mode formatting symbols pdf
add a comment |
Given the following minimal example:
documentclassarticle
begindocument
$a star b$.
enddocument
This produces the desired output in the PDF file.
However, my problem is that if I search in the PDF file (with CTRL-F) for the questionmark character "?" (without quotation marks), that this specific star symbol is found by the search engine as if it were a questionmark (although it is a star).
This is annoying, because I like to search my final PDF for questionmarks in order to find outdated labels/citations etc. quickly. If there are lots of symbols like star, that are found as "false positives", this workflow gets tedious and error prone.
Question: Is there a way to fix this issue? I want to use symbols like star in my document but I don't want to find them in the final PDF when searching for questionmarks.
math-mode formatting symbols pdf
1
Related: tex.stackexchange.com/questions/451235 and tex.stackexchange.com/questions/450382.
– Dr. Manuel Kuehner
May 31 at 10:30
As a side note: Why don't you use LaTeX's warning messages to find undefined references?
– schtandard
May 31 at 11:18
1
@schtandard Mainly as a double safety check and because the log files can become quite long from warnings that are intentionally ignored (might be because the original template is already shipped like that).
– SampleTime
May 31 at 11:45
add a comment |
Given the following minimal example:
documentclassarticle
begindocument
$a star b$.
enddocument
This produces the desired output in the PDF file.
However, my problem is that if I search in the PDF file (with CTRL-F) for the questionmark character "?" (without quotation marks), that this specific star symbol is found by the search engine as if it were a questionmark (although it is a star).
This is annoying, because I like to search my final PDF for questionmarks in order to find outdated labels/citations etc. quickly. If there are lots of symbols like star, that are found as "false positives", this workflow gets tedious and error prone.
Question: Is there a way to fix this issue? I want to use symbols like star in my document but I don't want to find them in the final PDF when searching for questionmarks.
math-mode formatting symbols pdf
Given the following minimal example:
documentclassarticle
begindocument
$a star b$.
enddocument
This produces the desired output in the PDF file.
However, my problem is that if I search in the PDF file (with CTRL-F) for the questionmark character "?" (without quotation marks), that this specific star symbol is found by the search engine as if it were a questionmark (although it is a star).
This is annoying, because I like to search my final PDF for questionmarks in order to find outdated labels/citations etc. quickly. If there are lots of symbols like star, that are found as "false positives", this workflow gets tedious and error prone.
Question: Is there a way to fix this issue? I want to use symbols like star in my document but I don't want to find them in the final PDF when searching for questionmarks.
math-mode formatting symbols pdf
math-mode formatting symbols pdf
asked May 31 at 9:47
SampleTimeSampleTime
27917
27917
1
Related: tex.stackexchange.com/questions/451235 and tex.stackexchange.com/questions/450382.
– Dr. Manuel Kuehner
May 31 at 10:30
As a side note: Why don't you use LaTeX's warning messages to find undefined references?
– schtandard
May 31 at 11:18
1
@schtandard Mainly as a double safety check and because the log files can become quite long from warnings that are intentionally ignored (might be because the original template is already shipped like that).
– SampleTime
May 31 at 11:45
add a comment |
1
Related: tex.stackexchange.com/questions/451235 and tex.stackexchange.com/questions/450382.
– Dr. Manuel Kuehner
May 31 at 10:30
As a side note: Why don't you use LaTeX's warning messages to find undefined references?
– schtandard
May 31 at 11:18
1
@schtandard Mainly as a double safety check and because the log files can become quite long from warnings that are intentionally ignored (might be because the original template is already shipped like that).
– SampleTime
May 31 at 11:45
1
1
Related: tex.stackexchange.com/questions/451235 and tex.stackexchange.com/questions/450382.
– Dr. Manuel Kuehner
May 31 at 10:30
Related: tex.stackexchange.com/questions/451235 and tex.stackexchange.com/questions/450382.
– Dr. Manuel Kuehner
May 31 at 10:30
As a side note: Why don't you use LaTeX's warning messages to find undefined references?
– schtandard
May 31 at 11:18
As a side note: Why don't you use LaTeX's warning messages to find undefined references?
– schtandard
May 31 at 11:18
1
1
@schtandard Mainly as a double safety check and because the log files can become quite long from warnings that are intentionally ignored (might be because the original template is already shipped like that).
– SampleTime
May 31 at 11:45
@schtandard Mainly as a double safety check and because the log files can become quite long from warnings that are intentionally ignored (might be because the original template is already shipped like that).
– SampleTime
May 31 at 11:45
add a comment |
1 Answer
1
active
oldest
votes
You can try glyphtounicode:
documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument
3
+1: Is there a reference forglyphtounicodesomewhere?
– Dr. Manuel Kuehner
May 31 at 10:07
1
@Dr.ManuelKuehner See the pdftex documentation.
– Ulrike Fischer
May 31 at 10:10
That seems to work, thank you.
– SampleTime
May 31 at 10:11
2
@SampleTime Possible alternative: Thepdftexmanuals states, that the ctan.org/pkg/cmap package has the same effect (LATEX users could load the cmap package to achieve the same effect.). But I think that Ulrike's approach is more general and safer (see tex.stackexchange.com/questions/451235).
– Dr. Manuel Kuehner
May 31 at 10:27
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493491%2favoid-that-star-symbol-is-searchable-with-questionmark%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
You can try glyphtounicode:
documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument
3
+1: Is there a reference forglyphtounicodesomewhere?
– Dr. Manuel Kuehner
May 31 at 10:07
1
@Dr.ManuelKuehner See the pdftex documentation.
– Ulrike Fischer
May 31 at 10:10
That seems to work, thank you.
– SampleTime
May 31 at 10:11
2
@SampleTime Possible alternative: Thepdftexmanuals states, that the ctan.org/pkg/cmap package has the same effect (LATEX users could load the cmap package to achieve the same effect.). But I think that Ulrike's approach is more general and safer (see tex.stackexchange.com/questions/451235).
– Dr. Manuel Kuehner
May 31 at 10:27
add a comment |
You can try glyphtounicode:
documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument
3
+1: Is there a reference forglyphtounicodesomewhere?
– Dr. Manuel Kuehner
May 31 at 10:07
1
@Dr.ManuelKuehner See the pdftex documentation.
– Ulrike Fischer
May 31 at 10:10
That seems to work, thank you.
– SampleTime
May 31 at 10:11
2
@SampleTime Possible alternative: Thepdftexmanuals states, that the ctan.org/pkg/cmap package has the same effect (LATEX users could load the cmap package to achieve the same effect.). But I think that Ulrike's approach is more general and safer (see tex.stackexchange.com/questions/451235).
– Dr. Manuel Kuehner
May 31 at 10:27
add a comment |
You can try glyphtounicode:
documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument
You can try glyphtounicode:
documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument
answered May 31 at 9:53
Ulrike FischerUlrike Fischer
206k9313706
206k9313706
3
+1: Is there a reference forglyphtounicodesomewhere?
– Dr. Manuel Kuehner
May 31 at 10:07
1
@Dr.ManuelKuehner See the pdftex documentation.
– Ulrike Fischer
May 31 at 10:10
That seems to work, thank you.
– SampleTime
May 31 at 10:11
2
@SampleTime Possible alternative: Thepdftexmanuals states, that the ctan.org/pkg/cmap package has the same effect (LATEX users could load the cmap package to achieve the same effect.). But I think that Ulrike's approach is more general and safer (see tex.stackexchange.com/questions/451235).
– Dr. Manuel Kuehner
May 31 at 10:27
add a comment |
3
+1: Is there a reference forglyphtounicodesomewhere?
– Dr. Manuel Kuehner
May 31 at 10:07
1
@Dr.ManuelKuehner See the pdftex documentation.
– Ulrike Fischer
May 31 at 10:10
That seems to work, thank you.
– SampleTime
May 31 at 10:11
2
@SampleTime Possible alternative: Thepdftexmanuals states, that the ctan.org/pkg/cmap package has the same effect (LATEX users could load the cmap package to achieve the same effect.). But I think that Ulrike's approach is more general and safer (see tex.stackexchange.com/questions/451235).
– Dr. Manuel Kuehner
May 31 at 10:27
3
3
+1: Is there a reference for
glyphtounicode somewhere?– Dr. Manuel Kuehner
May 31 at 10:07
+1: Is there a reference for
glyphtounicode somewhere?– Dr. Manuel Kuehner
May 31 at 10:07
1
1
@Dr.ManuelKuehner See the pdftex documentation.
– Ulrike Fischer
May 31 at 10:10
@Dr.ManuelKuehner See the pdftex documentation.
– Ulrike Fischer
May 31 at 10:10
That seems to work, thank you.
– SampleTime
May 31 at 10:11
That seems to work, thank you.
– SampleTime
May 31 at 10:11
2
2
@SampleTime Possible alternative: The
pdftex manuals states, that the ctan.org/pkg/cmap package has the same effect (LATEX users could load the cmap package to achieve the same effect.). But I think that Ulrike's approach is more general and safer (see tex.stackexchange.com/questions/451235).– Dr. Manuel Kuehner
May 31 at 10:27
@SampleTime Possible alternative: The
pdftex manuals states, that the ctan.org/pkg/cmap package has the same effect (LATEX users could load the cmap package to achieve the same effect.). But I think that Ulrike's approach is more general and safer (see tex.stackexchange.com/questions/451235).– Dr. Manuel Kuehner
May 31 at 10:27
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493491%2favoid-that-star-symbol-is-searchable-with-questionmark%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Related: tex.stackexchange.com/questions/451235 and tex.stackexchange.com/questions/450382.
– Dr. Manuel Kuehner
May 31 at 10:30
As a side note: Why don't you use LaTeX's warning messages to find undefined references?
– schtandard
May 31 at 11:18
1
@schtandard Mainly as a double safety check and because the log files can become quite long from warnings that are intentionally ignored (might be because the original template is already shipped like that).
– SampleTime
May 31 at 11:45