Adding Spanish as an Available Language #146
Replies: 1 comment
-
We welcome all contributions to this repository Make it a pluginI think the easiest way to contribute a translation for SJTUBeamer now is to contribute a plugin, see
\documentclass{beamer}
\usetheme{sjtubeamer}
\usesjtutheme{spanish} % This will input contrib/spanish/sjtubeamerthemespanish.ltx
\begin{document}
% the main contents
\end{document} The plugin could also be viewed in #81. Modify the kernelIf you are familiar with DocTeX and the internal tools we are using in the SJTUBeamer/src/source/beamerthemesjtubeamer.dtx Lines 151 to 152 in 4cec95d SJTUBeamer/src/source/beamerinnerthemesjtubeamer.dtx Lines 87 to 88 in 4cec95d SJTUBeamer/src/source/sjtucover.dtx Lines 39 to 40 in 4cec95d Then you can make changes to the corresponding spaces that need to be translated. Then cd src and l3build check , the root files will get updated. The resulted usage will look like this:
\documentclass{beamer} % or a language specific version of beamer
\usetheme[es]{sjtubeamer}
\begin{document}
% the main contents
\end{document} Since it is typically harder to add more packages to the kernel, it is less freedom compared to the previous method. But this looks better. Again it is a better idea to add a You can choose the way you like to contribute. Translating other docsIf you want to translate Currently, the user manual Just fork this repoIf the methods above still sound hard for you, fork this repo directly and modify the elements to fit your need. But be aware that any graphics in this repo doesn't belong to SJTUG, they are actually belong to our university. The university limits the distribution of those files (see |
Beta Was this translation helpful? Give feedback.
-
Hi there! I'm interested in contributing to this beamer template by adding support for the Spanish language. I wanted to know if the maintainers of this project would be open to accepting this contribution or if this would be more suitable as a modified version of the template.
I believe adding Spanish support would make this template more accessible to a wider audience. Please let me know your thoughts on this and how I can help move this forward.
Thank you for your time and consideration.
Beta Was this translation helpful? Give feedback.
All reactions