kellertuer / Kartei

Eine Karteikartenklasse für LaTeX
48 stars 23 forks source link

Simplify file structure #12

Closed joelfischerr closed 6 years ago

joelfischerr commented 6 years ago

As most of the files are not used very often by the user, I propose to put them into a separate folder like this:

├── Kartei
│   ├── kartei.a5printstyle.tex
│   ├── kartei.a5printstylerotation.tex
│   ├── kartei.a6printstyle.tex
│   ├── kartei.a6printstylerotation.tex
│   ├── kartei.a7printstyle.tex
│   ├── kartei.a7printstylerotation.tex
│   ├── kartei.a8printstyle.tex
│   ├── kartei.a8printstylerotation.tex
│   ├── kartei.a9printstyle.tex
│   ├── kartei.a9printstylerotation.tex
│   ├── kartei.cls
│   ├── kartei.pageshipout.tex
│   ├── kartei.print.tex
│   ├── kartei.tableofcontents.tex
│   └── texput.log
├── Readme.md
├── beispiel.pdf
├── beispiel.tex
├── manual.pdf
├── manual.tex
├── manualexample1.pdf
└── manualexample1.tex

This is how the files are currently structured in my develop branch (unfortunately with some other things as well, as I am new to git and made a mess).

MaxMatti commented 6 years ago

Creating an issue probably won't solve the problem, you should create a pull request:

If you screwed up you local git repo you can always do a git reset --hard or just remove the folder and clone the repo again.

joelfischerr commented 6 years ago

I thought that I'd start an issue/discussion before creating the pull request, but in hindsight creating a pull request would have been better. I'll create a pull request later.

Thanks for your help.

MaxMatti commented 6 years ago

Pull requests can be discussed just like issues and afaik most project maintainers prefer that, however I can't speak for @kellertuer.