Remove instances of .. page::
Replace instances of `.. page::` with: ```rst .. raw:: pdf PageBreak ``` This reduces my usage on the `preprocess` functionality I'd like to remove. This was done by executing this command: ``` find src -type f -name '*.rst' \ -exec sed -Ei 's/.. page::$/.. raw:: pdf\n\n PageBreak/g' {} \; ```
This commit is contained in:
parent
4f888eb6ec
commit
4de38d0276
27 changed files with 396 additions and 132 deletions
|
@ -143,7 +143,9 @@ Presenting
|
|||
.. image:: images/pdfpc-1.png
|
||||
:width: 23cm
|
||||
|
||||
.. page::
|
||||
.. raw:: pdf
|
||||
|
||||
PageBreak
|
||||
|
||||
.. image:: images/pdfpc-2.png
|
||||
:width: 23cm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue