You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arthur Attwell edited this page Mar 20, 2016
·
6 revisions
Apart from the English language version, we've worked from the official DOJ PDF versions of the constitution.
Our conversion process developed as a work in progress. This is a record of that process.
Open PDF in Acrobat Pro
Delete prelim and endmatter pages (we'll create those manually later in markdown)
Crop pages to remove header and footer
Save as Word (.docx)
Convert .docx to markdown (.md) with pandoc:
at the command line, navigate to the folder containing the files to convert (using cd or in Windows 10, type powershell into the address bar of the file explorer when in the relevant folder)
Run this command (changing file to the name of your file): pandoc -S -f docx -t markdown file.docx --output=file.md
Save markdown file in relevant language folder as scrub-en.md while we work on it (where en is each language code).