User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:nnels:etext:find-and-replace [2019/09/04 10:51]
rachel.osolen
public:nnels:etext:find-and-replace [2022/04/11 14:02] (current)
rachel.osolen
Line 7: Line 7:
 {{ :public:nnels:etext:findreplace2.png?300 |}} {{ :public:nnels:etext:findreplace2.png?300 |}}
  
-A few that are used often in etext editing are:+A few that are used often in etext reformatting are:
   * ''^p'' (Paragraph marker - ¶)   * ''^p'' (Paragraph marker - ¶)
 +  * ''^l'' (Newline Break - ↵)
 +  * ''^w'' (White/Blank Space)
   * ''^$'' (Any letter)   * ''^$'' (Any letter)
   * ''^#'' (Any digit)   * ''^#'' (Any digit)
Line 16: Line 18:
  
 Below are a few examples of Find & Replace in use; please feel free to add more as you come across them or come up with them! Below are a few examples of Find & Replace in use; please feel free to add more as you come across them or come up with them!
 +
 +----
 +
 +<WRAP center round box 80%>
 +**PROBLEM**: ALL CAPITAL LETTERS. We have to [[public:nnels:etext:capitalization|change All Caps to Sentence Case or Capitalize Each Letter]]
 +
 +**SOLUTION**:
 +  * Open ''Advanced Find & Replace'' and turn on ''wild cards''.
 +  * Close ''Advanced Find & Replace''
 +  * Enter ''[A-Z]{2,}'' into the search bar and it will find all the all capital words.
 +
 +Note: This also finds acronyms and abbreviations, so you have to just scroll through all of the all cap instances and manually change any that are proper words and phrases into either Sentence case of Capitalize Each Word. You can also create a [[public:nnels:etext:keyboard-shortcuts|keyboard shortcut]] for change capitalization.
 +
 +Here is a quick video demo: [[https://somup.com/crl6bv0541]]
 +
 +</WRAP>
  
 ---- ----
Line 45: Line 63:
  
 Replace with: ''^p'' Replace with: ''^p''
 +
 +If that doesn't work try:
 +
 +Find: ''^l''
 +
 +Replace with: ''^p''
 +
  
 In LibreOffice, replace all ''\n'' with ''\p'' to convert them to paragraphs. In LibreOffice, replace all ''\n'' with ''\p'' to convert them to paragraphs.
Line 50: Line 75:
  
 ---- ----
 +<WRAP center round box 80%>
 +**PROBLEM**: There are extra white/blank spaces in the document.
 +
 +**SOLUTION**: Find and remove all extra spaces and replace with a single space.
 +
 +Find: ''^w^w'' for double spaces ''^w^w^w'' for triple, and so on.
 +
 +Replace with: ''^w'' for a single space
 +
 +If that doesn't work try:
 +
 +Find: ''^032^032'' for double spaces ''^032^032^032'' for triple, and so on.
 +
 +Replace with: ''^032'' for a single space
 +
 +</WRAP>
 +
 +----
 +
  
 <WRAP center round box 80%> <WRAP center round box 80%>
Line 93: Line 137:
  
 ''Find'': ^b ''Find'': ^b
 +
 ''Replace'': [Leave blank] ''Replace'': [Leave blank]
  
Line 119: Line 164:
 **PROBLEM**: You need to find a specific applied style to edit. **PROBLEM**: You need to find a specific applied style to edit.
  
-**SOLUTION**: <note important>Info Coming Soon</note>+**SOLUTION**: You can either use Find to locate a style and change it manually with the style pane, or you can use Find & Replace. 
 + 
 +To ''Find'' a Style: 
 + 
 +  - Keep the ''Find'' box empty. 
 +  - Click on the ''More'' button if it is available. 
 +  - Click on the ''No Formatting'' button, if it is enabled. 
 +  - Click on the ''Format'' button and select ''Style'' 
 +  - Select the style for which you want to search. 
 +  - Click on ''OK''
 +  - Click on ''Find Next'' 
 + 
 +To ''Replace'' a style: 
 + 
 +  - Same directions as above for ''Find'' 
 +  - Repeat directions for ''Replace''
  
 </WRAP> </WRAP>
Line 134: Line 194:
  
  
 +[[public:nnels:etext:start|Return to main eText Page]]
public/nnels/etext/find-and-replace.1567619476.txt.gz · Last modified: 2019/09/04 10:51 by rachel.osolen