Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sed reading \newpage etc. with a newline #59

Closed
samueltwallace opened this issue Apr 27, 2023 · 2 comments
Closed

Sed reading \newpage etc. with a newline #59

samueltwallace opened this issue Apr 27, 2023 · 2 comments

Comments

@samueltwallace
Copy link
Contributor

sed -i '$a \newpage\null\thispagestyle{empty}\newpage' $tmpdir/cairn-bestiary.tex

Change all the "\n" to "\n", and it should be fixed.

@samueltwallace
Copy link
Contributor Author

I guess all the single \ should be doubled as well, \t -> \t

@yochaigal
Copy link
Owner

Fixed with \\\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants