Skip to main content

Questions tagged [selectionmove]

Filter by
Sorted by
Tagged with
1 vote
0 answers
86 views

After performing some operations on cells in a notebook (with NotebookWrite and NotebookDelete) I need to restore the cursor's position within a particular cell. How can this be done? I've found that <...
user5601's user avatar
  • 3,880
2 votes
2 answers
316 views

I have a list list = {2, -1, 3/5, (Sqrt[2] + 1)/3, Pi} How can I select from the list real elements that not integer and rational? That's mean, how can I get ...
minhthien_2016's user avatar
4 votes
1 answer
183 views

I would like to design a cell style, for inclusion in a stylesheet, having the following characteristics: It should be a cascade descendant of Text, called here FactoidText When a FactoidText cell is ...
Spencer Rugaber's user avatar