is there a way to do advanced find?

I can search Theorem in preview but it gives both theorem and Theorem

How do I list all the theorems and lemmas in a pdf copy of CLRS?

for e.g all theorems start with Theorem x.x and lemmas with Lemma x.x

link|improve this question

50% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Skim can do case sensitive search. Click the magnifying glass icon on the left of the search field and select Ignore Case. The search in the sidebar can also be limited to Whole Words Only (so it doesn't match Theorems).

enter image description here

link|improve this answer
I am unable to find the case sensitive switch in skim, where is it? – user494461 Feb 21 at 18:55
@user494461 See edited post. Click the magnifying glass to get the menu. – Daniel Beck Feb 21 at 18:56
feedback

On Linux I use pdfgrep which has full regex support. It is available for Mac.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.