diff --git a/README.md b/README.md index c1990dd..25bf7c5 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,92 @@ # De Gruyter Font + +## Getting started + +To make it easy for you to get started with GitLab, here's a list of recommended next steps. + +Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! + +## Add your files + +- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files +- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: + +``` +cd existing_repo +git remote add origin https://gitlab.com/de-gruyter/font/de-gruyter-sans_serif.git +git branch -M main +git push -uf origin main +``` + +## Integrate with your tools + +- [ ] [Set up project integrations](https://gitlab.com/de-gruyter/font/de-gruyter-sans_serif/-/settings/integrations) + +## Collaborate with your team + +- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/) +- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) +- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) +- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/) +- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html) + +## Test and Deploy + +Use the built-in continuous integration in GitLab. + +- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html) +- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/) +- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html) +- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/) +- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html) + +*** + +# Editing this README + +When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template. + +## Suggestions for a good README +Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information. + +## Name +Choose a self-explaining name for your project. + +## Description +Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors. + +## Badges +On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge. + +## Visuals +Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. + ## Installation - -### Requirements - -Required are the essential build tools, ruby, fontforge and texlive - - -sudo apt install build-essential ruby fontforge texlive-xetex texlive-lang-greek texlive-lang-german texlive-humanities texlive-math-extra - -build-essential -> Make -fontforge -> automatic fontediting -texlive -> rendering of the example document - -necessary libraries for ruby - -gem install nokogiri -gem install pdfkit -gem install active_record - +Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection. ## Usage +Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. -### Creation of new fonts +## Support +Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc. -1. place source font for glyphs in source_fonts -2. in config/chars.csv define the fonts used for the glyph for serif and sans serif versions (regular, bold, italic, bold italic) -3. make new-font-set -4. the new fonts are placed in output/ +## Roadmap +If you have ideas for releases in the future, it is a good idea to list them in the README. -### Creation of test document with the new fonts +## Contributing +State if you are open to contributions and what your requirements are for accepting them. -1. make render-pdf -2. the new document is placed in pdf-output/document.pdf +For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self. +You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser. + +## Authors and acknowledgment +Show your appreciation to those who have contributed to the project. + +## License +For open source projects, say how it is licensed. + +## Project status +If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. diff --git a/Symbols/De-Gruyter-Icons.otf b/fonts/De-Gruyter-Icons.otf similarity index 100% rename from Symbols/De-Gruyter-Icons.otf rename to fonts/De-Gruyter-Icons.otf diff --git a/fonts/De-Gruyter-Sans-Bold-Italic.otf b/fonts/De-Gruyter-Sans-Bold-Italic.otf new file mode 100644 index 0000000..fc976ae Binary files /dev/null and b/fonts/De-Gruyter-Sans-Bold-Italic.otf differ diff --git a/fonts/De-Gruyter-Sans-Bold.otf b/fonts/De-Gruyter-Sans-Bold.otf new file mode 100644 index 0000000..6ebf915 Binary files /dev/null and b/fonts/De-Gruyter-Sans-Bold.otf differ diff --git a/fonts/De-Gruyter-Sans-Bold_neu.otf b/fonts/De-Gruyter-Sans-Bold_neu.otf new file mode 100644 index 0000000..c10425b Binary files /dev/null and b/fonts/De-Gruyter-Sans-Bold_neu.otf differ diff --git a/fonts/De-Gruyter-Sans-Italic.otf b/fonts/De-Gruyter-Sans-Italic.otf new file mode 100644 index 0000000..53634ad Binary files /dev/null and b/fonts/De-Gruyter-Sans-Italic.otf differ diff --git a/fonts/De-Gruyter-Sans-Math-Regular.otf b/fonts/De-Gruyter-Sans-Math-Regular.otf new file mode 100644 index 0000000..355bccd Binary files /dev/null and b/fonts/De-Gruyter-Sans-Math-Regular.otf differ diff --git a/fonts/De-Gruyter-Sans-Regular.otf b/fonts/De-Gruyter-Sans-Regular.otf new file mode 100644 index 0000000..ef6e850 Binary files /dev/null and b/fonts/De-Gruyter-Sans-Regular.otf differ diff --git a/fonts/De-Gruyter-Serif-Bold-Italic.otf b/fonts/De-Gruyter-Serif-Bold-Italic.otf new file mode 100644 index 0000000..d2d0656 Binary files /dev/null and b/fonts/De-Gruyter-Serif-Bold-Italic.otf differ diff --git a/fonts/De-Gruyter-Serif-Bold-Italic_adj.otf b/fonts/De-Gruyter-Serif-Bold-Italic_adj.otf new file mode 100644 index 0000000..2112b31 Binary files /dev/null and b/fonts/De-Gruyter-Serif-Bold-Italic_adj.otf differ diff --git a/fonts/De-Gruyter-Serif-Bold.otf b/fonts/De-Gruyter-Serif-Bold.otf new file mode 100644 index 0000000..45d004e Binary files /dev/null and b/fonts/De-Gruyter-Serif-Bold.otf differ diff --git a/fonts/De-Gruyter-Serif-Italic.otf b/fonts/De-Gruyter-Serif-Italic.otf new file mode 100644 index 0000000..9df5b69 Binary files /dev/null and b/fonts/De-Gruyter-Serif-Italic.otf differ diff --git a/fonts/De-Gruyter-Serif-Regular.otf b/fonts/De-Gruyter-Serif-Regular.otf new file mode 100644 index 0000000..6dbb4e6 Binary files /dev/null and b/fonts/De-Gruyter-Serif-Regular.otf differ diff --git a/Makefile b/scripts/Makefile similarity index 100% rename from Makefile rename to scripts/Makefile diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..c1990dd --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,37 @@ +# De Gruyter Font + + +## Installation + +### Requirements + +Required are the essential build tools, ruby, fontforge and texlive + + +sudo apt install build-essential ruby fontforge texlive-xetex texlive-lang-greek texlive-lang-german texlive-humanities texlive-math-extra + +build-essential -> Make +fontforge -> automatic fontediting +texlive -> rendering of the example document + +necessary libraries for ruby + +gem install nokogiri +gem install pdfkit +gem install active_record + + +## Usage + +### Creation of new fonts + +1. place source font for glyphs in source_fonts +2. in config/chars.csv define the fonts used for the glyph for serif and sans serif versions (regular, bold, italic, bold italic) +3. make new-font-set +4. the new fonts are placed in output/ + +### Creation of test document with the new fonts + +1. make render-pdf +2. the new document is placed in pdf-output/document.pdf + diff --git a/Symbols/DG_Icons_AusrufZ.svg b/scripts/Symbols/DG_Icons_AusrufZ.svg similarity index 100% rename from Symbols/DG_Icons_AusrufZ.svg rename to scripts/Symbols/DG_Icons_AusrufZ.svg diff --git a/Symbols/DG_Icons_Blitz.svg b/scripts/Symbols/DG_Icons_Blitz.svg similarity index 100% rename from Symbols/DG_Icons_Blitz.svg rename to scripts/Symbols/DG_Icons_Blitz.svg diff --git a/Symbols/DG_Icons_FrageZ.svg b/scripts/Symbols/DG_Icons_FrageZ.svg similarity index 100% rename from Symbols/DG_Icons_FrageZ.svg rename to scripts/Symbols/DG_Icons_FrageZ.svg diff --git a/Symbols/DG_Icons_Info.svg b/scripts/Symbols/DG_Icons_Info.svg similarity index 100% rename from Symbols/DG_Icons_Info.svg rename to scripts/Symbols/DG_Icons_Info.svg diff --git a/Symbols/DG_Icons_Stift.svg b/scripts/Symbols/DG_Icons_Stift.svg similarity index 100% rename from Symbols/DG_Icons_Stift.svg rename to scripts/Symbols/DG_Icons_Stift.svg diff --git a/scripts/Symbols/De-Gruyter-Icons.otf b/scripts/Symbols/De-Gruyter-Icons.otf new file mode 100644 index 0000000..dfd4882 Binary files /dev/null and b/scripts/Symbols/De-Gruyter-Icons.otf differ diff --git a/Symbols/DeGruyter-Icons.sfd b/scripts/Symbols/DeGruyter-Icons.sfd similarity index 100% rename from Symbols/DeGruyter-Icons.sfd rename to scripts/Symbols/DeGruyter-Icons.sfd diff --git a/Symbols/DeGruyter-Symbols.otf b/scripts/Symbols/DeGruyter-Symbols.otf similarity index 100% rename from Symbols/DeGruyter-Symbols.otf rename to scripts/Symbols/DeGruyter-Symbols.otf diff --git a/bin/adjust_font.ff b/scripts/bin/adjust_font.ff similarity index 100% rename from bin/adjust_font.ff rename to scripts/bin/adjust_font.ff diff --git a/bin/combine_glyphs.ff b/scripts/bin/combine_glyphs.ff similarity index 100% rename from bin/combine_glyphs.ff rename to scripts/bin/combine_glyphs.ff diff --git a/bin/combine_glyphs.py b/scripts/bin/combine_glyphs.py similarity index 100% rename from bin/combine_glyphs.py rename to scripts/bin/combine_glyphs.py diff --git a/bin/merge_fonts.py b/scripts/bin/merge_fonts.py similarity index 100% rename from bin/merge_fonts.py rename to scripts/bin/merge_fonts.py diff --git a/bin/prepare_font.ff b/scripts/bin/prepare_font.ff similarity index 100% rename from bin/prepare_font.ff rename to scripts/bin/prepare_font.ff diff --git a/config/chars.csv b/scripts/config/chars.csv similarity index 100% rename from config/chars.csv rename to scripts/config/chars.csv diff --git a/config/config.yaml b/scripts/config/config.yaml similarity index 100% rename from config/config.yaml rename to scripts/config/config.yaml diff --git a/lib/extract_font_info.rb b/scripts/lib/extract_font_info.rb similarity index 100% rename from lib/extract_font_info.rb rename to scripts/lib/extract_font_info.rb diff --git a/lib/extract_info_lib.rb b/scripts/lib/extract_info_lib.rb similarity index 100% rename from lib/extract_info_lib.rb rename to scripts/lib/extract_info_lib.rb diff --git a/lib/font_manager.rb b/scripts/lib/font_manager.rb similarity index 100% rename from lib/font_manager.rb rename to scripts/lib/font_manager.rb diff --git a/lib/models/feature.rb b/scripts/lib/models/feature.rb similarity index 100% rename from lib/models/feature.rb rename to scripts/lib/models/feature.rb diff --git a/lib/models/font.rb b/scripts/lib/models/font.rb similarity index 100% rename from lib/models/font.rb rename to scripts/lib/models/font.rb diff --git a/lib/models/font_db_connection.rb b/scripts/lib/models/font_db_connection.rb similarity index 100% rename from lib/models/font_db_connection.rb rename to scripts/lib/models/font_db_connection.rb diff --git a/lib/models/font_feature.rb b/scripts/lib/models/font_feature.rb similarity index 100% rename from lib/models/font_feature.rb rename to scripts/lib/models/font_feature.rb diff --git a/lib/models/font_glyph.rb b/scripts/lib/models/font_glyph.rb similarity index 100% rename from lib/models/font_glyph.rb rename to scripts/lib/models/font_glyph.rb diff --git a/lib/models/glyph.rb b/scripts/lib/models/glyph.rb similarity index 100% rename from lib/models/glyph.rb rename to scripts/lib/models/glyph.rb diff --git a/lib/pdf_creator.rb b/scripts/lib/pdf_creator.rb similarity index 100% rename from lib/pdf_creator.rb rename to scripts/lib/pdf_creator.rb diff --git a/source_fonts/De-Gruyter-Sans-Bold-Italic.sfd b/scripts/source_fonts/De-Gruyter-Sans-Bold-Italic.sfd similarity index 100% rename from source_fonts/De-Gruyter-Sans-Bold-Italic.sfd rename to scripts/source_fonts/De-Gruyter-Sans-Bold-Italic.sfd diff --git a/source_fonts/De-Gruyter-Sans-Bold.sfd b/scripts/source_fonts/De-Gruyter-Sans-Bold.sfd similarity index 100% rename from source_fonts/De-Gruyter-Sans-Bold.sfd rename to scripts/source_fonts/De-Gruyter-Sans-Bold.sfd diff --git a/source_fonts/De-Gruyter-Sans-Italic.sfd b/scripts/source_fonts/De-Gruyter-Sans-Italic.sfd similarity index 100% rename from source_fonts/De-Gruyter-Sans-Italic.sfd rename to scripts/source_fonts/De-Gruyter-Sans-Italic.sfd diff --git a/source_fonts/De-Gruyter-Sans-Manual-Bold-Italic.otf b/scripts/source_fonts/De-Gruyter-Sans-Manual-Bold-Italic.otf similarity index 100% rename from source_fonts/De-Gruyter-Sans-Manual-Bold-Italic.otf rename to scripts/source_fonts/De-Gruyter-Sans-Manual-Bold-Italic.otf diff --git a/source_fonts/De-Gruyter-Sans-Manual-Bold.otf b/scripts/source_fonts/De-Gruyter-Sans-Manual-Bold.otf similarity index 100% rename from source_fonts/De-Gruyter-Sans-Manual-Bold.otf rename to scripts/source_fonts/De-Gruyter-Sans-Manual-Bold.otf diff --git a/source_fonts/De-Gruyter-Sans-Manual-Italic.otf b/scripts/source_fonts/De-Gruyter-Sans-Manual-Italic.otf similarity index 100% rename from source_fonts/De-Gruyter-Sans-Manual-Italic.otf rename to scripts/source_fonts/De-Gruyter-Sans-Manual-Italic.otf diff --git a/source_fonts/De-Gruyter-Sans-Manual-Regular.otf b/scripts/source_fonts/De-Gruyter-Sans-Manual-Regular.otf similarity index 100% rename from source_fonts/De-Gruyter-Sans-Manual-Regular.otf rename to scripts/source_fonts/De-Gruyter-Sans-Manual-Regular.otf diff --git a/source_fonts/De-Gruyter-Sans-Regular.sfd b/scripts/source_fonts/De-Gruyter-Sans-Regular.sfd similarity index 100% rename from source_fonts/De-Gruyter-Sans-Regular.sfd rename to scripts/source_fonts/De-Gruyter-Sans-Regular.sfd diff --git a/source_fonts/De-Gruyter-Serif-Bold-Italic.sfd b/scripts/source_fonts/De-Gruyter-Serif-Bold-Italic.sfd similarity index 100% rename from source_fonts/De-Gruyter-Serif-Bold-Italic.sfd rename to scripts/source_fonts/De-Gruyter-Serif-Bold-Italic.sfd diff --git a/source_fonts/De-Gruyter-Serif-Bold.sfd b/scripts/source_fonts/De-Gruyter-Serif-Bold.sfd similarity index 100% rename from source_fonts/De-Gruyter-Serif-Bold.sfd rename to scripts/source_fonts/De-Gruyter-Serif-Bold.sfd diff --git a/source_fonts/De-Gruyter-Serif-Italic.sfd b/scripts/source_fonts/De-Gruyter-Serif-Italic.sfd similarity index 100% rename from source_fonts/De-Gruyter-Serif-Italic.sfd rename to scripts/source_fonts/De-Gruyter-Serif-Italic.sfd diff --git a/source_fonts/De-Gruyter-Serif-Manual-Bold-Italic.otf b/scripts/source_fonts/De-Gruyter-Serif-Manual-Bold-Italic.otf similarity index 100% rename from source_fonts/De-Gruyter-Serif-Manual-Bold-Italic.otf rename to scripts/source_fonts/De-Gruyter-Serif-Manual-Bold-Italic.otf diff --git a/source_fonts/De-Gruyter-Serif-Manual-Bold.otf b/scripts/source_fonts/De-Gruyter-Serif-Manual-Bold.otf similarity index 100% rename from source_fonts/De-Gruyter-Serif-Manual-Bold.otf rename to scripts/source_fonts/De-Gruyter-Serif-Manual-Bold.otf diff --git a/source_fonts/De-Gruyter-Serif-Manual-Italic.otf b/scripts/source_fonts/De-Gruyter-Serif-Manual-Italic.otf similarity index 100% rename from source_fonts/De-Gruyter-Serif-Manual-Italic.otf rename to scripts/source_fonts/De-Gruyter-Serif-Manual-Italic.otf diff --git a/source_fonts/De-Gruyter-Serif-Manual-Regular.otf b/scripts/source_fonts/De-Gruyter-Serif-Manual-Regular.otf similarity index 100% rename from source_fonts/De-Gruyter-Serif-Manual-Regular.otf rename to scripts/source_fonts/De-Gruyter-Serif-Manual-Regular.otf diff --git a/source_fonts/De-Gruyter-Serif-Regular.sfd b/scripts/source_fonts/De-Gruyter-Serif-Regular.sfd similarity index 100% rename from source_fonts/De-Gruyter-Serif-Regular.sfd rename to scripts/source_fonts/De-Gruyter-Serif-Regular.sfd diff --git a/source_fonts/De-Gruyter-Symbol.otf b/scripts/source_fonts/De-Gruyter-Symbol.otf similarity index 100% rename from source_fonts/De-Gruyter-Symbol.otf rename to scripts/source_fonts/De-Gruyter-Symbol.otf diff --git a/source_fonts/Degruyto-Symbol.sfd b/scripts/source_fonts/Degruyto-Symbol.sfd similarity index 100% rename from source_fonts/Degruyto-Symbol.sfd rename to scripts/source_fonts/Degruyto-Symbol.sfd diff --git a/source_fonts/New_Athena_Unicode-Bold.ttf b/scripts/source_fonts/New_Athena_Unicode-Bold.ttf similarity index 100% rename from source_fonts/New_Athena_Unicode-Bold.ttf rename to scripts/source_fonts/New_Athena_Unicode-Bold.ttf diff --git a/source_fonts/New_Athena_Unicode-BoldItalic.ttf b/scripts/source_fonts/New_Athena_Unicode-BoldItalic.ttf similarity index 100% rename from source_fonts/New_Athena_Unicode-BoldItalic.ttf rename to scripts/source_fonts/New_Athena_Unicode-BoldItalic.ttf diff --git a/source_fonts/New_Athena_Unicode-Italic.ttf b/scripts/source_fonts/New_Athena_Unicode-Italic.ttf similarity index 100% rename from source_fonts/New_Athena_Unicode-Italic.ttf rename to scripts/source_fonts/New_Athena_Unicode-Italic.ttf diff --git a/source_fonts/New_Athena_Unicode-Regular.ttf b/scripts/source_fonts/New_Athena_Unicode-Regular.ttf similarity index 100% rename from source_fonts/New_Athena_Unicode-Regular.ttf rename to scripts/source_fonts/New_Athena_Unicode-Regular.ttf diff --git a/source_fonts/NotoSans-SemiCondensed.ttf b/scripts/source_fonts/NotoSans-SemiCondensed.ttf similarity index 100% rename from source_fonts/NotoSans-SemiCondensed.ttf rename to scripts/source_fonts/NotoSans-SemiCondensed.ttf diff --git a/source_fonts/NotoSans-SemiCondensedBold.ttf b/scripts/source_fonts/NotoSans-SemiCondensedBold.ttf similarity index 100% rename from source_fonts/NotoSans-SemiCondensedBold.ttf rename to scripts/source_fonts/NotoSans-SemiCondensedBold.ttf diff --git a/source_fonts/NotoSans-SemiCondensedBoldItalic.ttf b/scripts/source_fonts/NotoSans-SemiCondensedBoldItalic.ttf similarity index 100% rename from source_fonts/NotoSans-SemiCondensedBoldItalic.ttf rename to scripts/source_fonts/NotoSans-SemiCondensedBoldItalic.ttf diff --git a/source_fonts/NotoSans-SemiCondensedItalic.ttf b/scripts/source_fonts/NotoSans-SemiCondensedItalic.ttf similarity index 100% rename from source_fonts/NotoSans-SemiCondensedItalic.ttf rename to scripts/source_fonts/NotoSans-SemiCondensedItalic.ttf diff --git a/source_fonts/NotoSansMath-Regular.ttf b/scripts/source_fonts/NotoSansMath-Regular.ttf similarity index 100% rename from source_fonts/NotoSansMath-Regular.ttf rename to scripts/source_fonts/NotoSansMath-Regular.ttf diff --git a/source_fonts/NotoSansSymbols-Black.ttf b/scripts/source_fonts/NotoSansSymbols-Black.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-Black.ttf rename to scripts/source_fonts/NotoSansSymbols-Black.ttf diff --git a/source_fonts/NotoSansSymbols-Bold.ttf b/scripts/source_fonts/NotoSansSymbols-Bold.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-Bold.ttf rename to scripts/source_fonts/NotoSansSymbols-Bold.ttf diff --git a/source_fonts/NotoSansSymbols-ExtraBold.ttf b/scripts/source_fonts/NotoSansSymbols-ExtraBold.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-ExtraBold.ttf rename to scripts/source_fonts/NotoSansSymbols-ExtraBold.ttf diff --git a/source_fonts/NotoSansSymbols-ExtraLight.ttf b/scripts/source_fonts/NotoSansSymbols-ExtraLight.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-ExtraLight.ttf rename to scripts/source_fonts/NotoSansSymbols-ExtraLight.ttf diff --git a/source_fonts/NotoSansSymbols-Light.ttf b/scripts/source_fonts/NotoSansSymbols-Light.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-Light.ttf rename to scripts/source_fonts/NotoSansSymbols-Light.ttf diff --git a/source_fonts/NotoSansSymbols-Medium.ttf b/scripts/source_fonts/NotoSansSymbols-Medium.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-Medium.ttf rename to scripts/source_fonts/NotoSansSymbols-Medium.ttf diff --git a/source_fonts/NotoSansSymbols-Regular.ttf b/scripts/source_fonts/NotoSansSymbols-Regular.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-Regular.ttf rename to scripts/source_fonts/NotoSansSymbols-Regular.ttf diff --git a/source_fonts/NotoSansSymbols-SemiBold.ttf b/scripts/source_fonts/NotoSansSymbols-SemiBold.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-SemiBold.ttf rename to scripts/source_fonts/NotoSansSymbols-SemiBold.ttf diff --git a/source_fonts/NotoSansSymbols-Thin.ttf b/scripts/source_fonts/NotoSansSymbols-Thin.ttf similarity index 100% rename from source_fonts/NotoSansSymbols-Thin.ttf rename to scripts/source_fonts/NotoSansSymbols-Thin.ttf diff --git a/source_fonts/NotoSansSymbols2-Regular.ttf b/scripts/source_fonts/NotoSansSymbols2-Regular.ttf similarity index 100% rename from source_fonts/NotoSansSymbols2-Regular.ttf rename to scripts/source_fonts/NotoSansSymbols2-Regular.ttf diff --git a/source_fonts/NotoSerif-SemiCondensed.ttf b/scripts/source_fonts/NotoSerif-SemiCondensed.ttf similarity index 100% rename from source_fonts/NotoSerif-SemiCondensed.ttf rename to scripts/source_fonts/NotoSerif-SemiCondensed.ttf diff --git a/source_fonts/NotoSerif-SemiCondensedBold.ttf b/scripts/source_fonts/NotoSerif-SemiCondensedBold.ttf similarity index 100% rename from source_fonts/NotoSerif-SemiCondensedBold.ttf rename to scripts/source_fonts/NotoSerif-SemiCondensedBold.ttf diff --git a/source_fonts/NotoSerif-SemiCondensedBoldItalic.ttf b/scripts/source_fonts/NotoSerif-SemiCondensedBoldItalic.ttf similarity index 100% rename from source_fonts/NotoSerif-SemiCondensedBoldItalic.ttf rename to scripts/source_fonts/NotoSerif-SemiCondensedBoldItalic.ttf diff --git a/source_fonts/NotoSerif-SemiCondensedItalic.ttf b/scripts/source_fonts/NotoSerif-SemiCondensedItalic.ttf similarity index 100% rename from source_fonts/NotoSerif-SemiCondensedItalic.ttf rename to scripts/source_fonts/NotoSerif-SemiCondensedItalic.ttf diff --git a/torture-document/DG_attention.eps b/scripts/torture-document/DG_attention.eps similarity index 100% rename from torture-document/DG_attention.eps rename to scripts/torture-document/DG_attention.eps diff --git a/torture-document/DG_notice.eps b/scripts/torture-document/DG_notice.eps similarity index 100% rename from torture-document/DG_notice.eps rename to scripts/torture-document/DG_notice.eps diff --git a/torture-document/Open_Access.eps b/scripts/torture-document/Open_Access.eps similarity index 100% rename from torture-document/Open_Access.eps rename to scripts/torture-document/Open_Access.eps diff --git a/torture-document/buchBsp.tex b/scripts/torture-document/buchBsp.tex similarity index 100% rename from torture-document/buchBsp.tex rename to scripts/torture-document/buchBsp.tex diff --git a/torture-document/by-nc-nd.eps b/scripts/torture-document/by-nc-nd.eps similarity index 100% rename from torture-document/by-nc-nd.eps rename to scripts/torture-document/by-nc-nd.eps diff --git a/torture-document/dg-mouton.eps b/scripts/torture-document/dg-mouton.eps similarity index 100% rename from torture-document/dg-mouton.eps rename to scripts/torture-document/dg-mouton.eps diff --git a/torture-document/dg-oldenbourg.eps b/scripts/torture-document/dg-oldenbourg.eps similarity index 100% rename from torture-document/dg-oldenbourg.eps rename to scripts/torture-document/dg-oldenbourg.eps diff --git a/torture-document/dgruyter.sty b/scripts/torture-document/dgruyter.sty similarity index 100% rename from torture-document/dgruyter.sty rename to scripts/torture-document/dgruyter.sty diff --git a/torture-document/document.tex.template b/scripts/torture-document/document.tex.template similarity index 100% rename from torture-document/document.tex.template rename to scripts/torture-document/document.tex.template