-
Notifications
You must be signed in to change notification settings - Fork 66
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
Additional Packages #31
Comments
Oh, I feel your pain ;-) On the one hand side, I'm not familiar any more with all this "don't use this old package any more because there's a better approach meanwhile" since I'm not actively using LaTeX myself for too many years. (Unfortunately.) On the other hand side, I really want to stick to the basics where the chance is very high that anybody is using this package for a decent thesis. I guess my approach was that units are that general, that anybody would like to have them in his/her document. The other packages are really a great things to have especially for tech-based documents. As far as I remember, using the glossaries package was far from trivial and required to actually read its (great) manual. Therefore, I still hesitate to add this level of additional complexity to the template. Please do reply if you do think that I should take into account more arguments from your side. |
Mhm. I saw you moving people from bibtex to biber ;)
But your reply to me on saturday night means you're at least still maintaining your template. 👍 Regarding siunitx: Regarding fancyref: Regarding listings: Regarding glossaries: Within the text I'm using The benefit is clear: The first occurence is describing, the others are just the short form with a link to the glossary. Just as you would have done by hand in any good paper. |
From my point of view, there was no option for bibtex to be part of a template that should last a couple of years. The pain with using bibtex for German references (Umlauts, ...) was bigger than the one-time pain for biblatex to be set up. From the perspective of a user within the LaTeX document, there was hardly any difference. So my choice was not that hard to make.
Sure.
I was not aware of any significant number of people using my template until I began to work in a company in 2017. Most (younger) colleagues recognized my name from their master thesis template. And I was absolutely astonished. I thought my template was more or less forgotten. Almost no feedback. After that, I introduced the hall of fame so that people might add their document to it. Almost no feedback on this one as well so far.
I have to take a look at siunitx as I've never heard of it before. Currently, I would hesitate to use something different. For units, it was a very close call that I included it to my template as it seems to be an edge-case when it comes to "helpful for the average document".
Okay. I see the benefit. However, another issue with those fancy packages is that you hardly get help online as long as it is a cool but rarely known package. Another aspect of "sticking to the common standard" to keep in mind. :-(
True. But at the same time I may use the argument "if only tech-savvy people use listings, why not assume they add it themselves?"
I, too, used glossaries in my thesis. However, it requires the user to read the manual before she is able to use it properly. And this is where problems start for the average user. How about that? Adding a chapter to the template documentation that describes how to add a selection of helpful packages like you describe? This way, the average user does not get confused too much and the advanced user gets ideas and directions on how to add nice packages or switch from a basic package to its fancy version. This approach would not help you, I guess, since your aim seems to be to use my template as it is. However, as you might have noticed, my focus is the average LaTeX user which is not necessarily a tech person. I've held many LaTeX-workshops and taught over a hundred people how to start with LaTeX: secretaries, teachers, tech-documentation people, ... A radical other approach would be that you'd fork my template and try to establish your advanced template as the new template in your environment. This would not hurt me much since you would still need to attribute my original version according to the license. I would gladly link to your template in my README file. |
Setting the environment up with biber was harder some years ago, as not all distributions did ship with it by default. So in my opinion it was a "movement".
This is because most people are too lazy or have too little time/free time for participating in open source movement. I think your template hit 3-digit user numbers a long time ago. I guess it's already reaching out for 4-digits. Just take a look at the stars/forks. I guess a lot of the people don't even have a github account. They just hit the download button and use it as is.
In my opinion it's not more manual dependent for a user than the citation system. It's probably less often used/needed. Maybe you could elaborate a bit more on the manual dependence you see?
Most likely the way to go for siunitx and listings. I can understand your decisions there. Maybe this is also the way to go for fancyref, because of missing popularity.
Not exactly. I use your template merged with my additions now, but that's a completely different story and not the reason for me trying to introduce changes here.
This would actually be a vote for fancyref I think :D Unfortunately only partly. On one hand it get's easier for users because they don't need to know/use the ~ and ref/pageref. On the other hand they need to be aware that fancyref needs e.g. the sec: prefix in the label. This is definitely something for the documentation.
I have no environment to establish my template in :D I also don't really care for publicity or something like that. I care for having to tell less people, that MS Word is a bad idea for a thesis :D |
I'll digest your input. Meanwhile I've put it on my project's list. I can not guarantee to work on that this year since I'm very busy with other tasks. I might as well start this conversation with you again, when I learned about those packages and decided which ones to add and which ones to add as documentation only. As you're being much into details here, I'm probably asking for your help or at least for your comments on anything that is resulting from this. So far: thanks for your high-value contribution and let's continue to move people to LaTeX as smooth as possible. 👍 |
I'd also be willed to contribute parts in form of a pull request, once you digged into the packages and are okay with them. Or a part of them or something like that. Just let me know here. |
That would be really cool. |
Okay.. I'll start with siunitx, which brings me to the question: Or would you like me to just add the package to the documentation only? What if I just start with a pull request for the language switch first to show you how I'd implement it? |
Sorry, this somehow slipped my mind and I forgot to answer. Language switch: I just closed the issue and added my reasoning. For the current suggestion, I'd propose one area where language strings needs to be set like "lang-for-package-X", "lang-for-package-Y", and so forth. This seems to be not elegant IMHO. Maybe you do have another idea? Documentation-only is a reasonable workaround here, yes. |
If a global language switch is not our desired way to go, the area approach with many variables is probably a good option, as it moves configuration into one block, while still allowing a huge amount of configurability... Certainly more than the single global language switch. There is just one downside which makes me a bit unhappy: Suppose, I'm a user new to Latex. I don't know yet, that I'm setting template variables which will be supplied to corresponding packages as parameters. So to understand all that I need to understand the package parameters first and then understand that there is another level of indirection introduced by the template. If there was a global language switch with reasonable defaults, that would probably be already enough for many users. They might never need to learn the package parameters used in the template, which would in turn lower the bar for newcomers. People who need a detailed setting will need to dig into the template and package options anyways. So they could also just configure these details somewhere in the template. Regarding another idea: A completely different approach would be to force people to read up package parameters by not providing any kind of language-variables and just placing the To sum it up: We currently have a mix of using variables/indirection to ease and beautify configuration vs. not using these features to force people to read the documentation. From this point we can go into both above mentioned directions. The "right direction" is probably also a matter of taste and targeted audience of the template. |
Hi,
I'd like to suggest some packages here which I'm using heavily:
I understand that you would like to keep this template as simple as possible, or that siunitx instead of units might be a matter of taste. However, if you would like me to add one of them, I'll create a pull request.
The text was updated successfully, but these errors were encountered: