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;








6















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.










share|improve this question

















  • 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

















6















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.










share|improve this question

















  • 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













6












6








6








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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












  • 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










1 Answer
1






active

oldest

votes


















9














You can try glyphtounicode:



documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument





share|improve this answer


















  • 3





    +1: Is there a reference for glyphtounicode somewhere?

    – 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: 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












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%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









9














You can try glyphtounicode:



documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument





share|improve this answer


















  • 3





    +1: Is there a reference for glyphtounicode somewhere?

    – 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: 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
















9














You can try glyphtounicode:



documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument





share|improve this answer


















  • 3





    +1: Is there a reference for glyphtounicode somewhere?

    – 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: 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














9












9








9







You can try glyphtounicode:



documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument





share|improve this answer













You can try glyphtounicode:



documentclassarticle
input glyphtounicode
pdfgentounicode=1
begindocument
$a star b$.
enddocument






share|improve this answer












share|improve this answer



share|improve this answer










answered May 31 at 9:53









Ulrike FischerUlrike Fischer

206k9313706




206k9313706







  • 3





    +1: Is there a reference for glyphtounicode somewhere?

    – 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: 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













  • 3





    +1: Is there a reference for glyphtounicode somewhere?

    – 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: 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








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


















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%2f493491%2favoid-that-star-symbol-is-searchable-with-questionmark%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

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos