- Notifications
You must be signed in to change notification settings - Fork396
Imagenes para el tutorial + instrucciones de cómo generarlas#1828
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
58 changes: 58 additions & 0 deletions.overrides/tutorial/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
README | ||
====== | ||
Introducción | ||
------------ | ||
Este README describe la técnica utilizada en Inkscape para generar | ||
el logo de python-docs-es con el nombre de todos los traductores. | ||
La tecnica se llama a veces "Text portrait" y consiste simplemente | ||
en utilizar una imagen como mascara para un texto. Muchos tutoriales | ||
en línea explican el proceso de forma mas o menos completa. | ||
Los archivos `ready-centered.svg` y `ready-fullpage.svg` ya tienen | ||
la tecnica aplicada sobre la imágen de una letra "ñ". | ||
La lista de todos los traductores está en el archivo `./TRANSLATORS`. | ||
Lo ideal es transformar los `\n` en espacios poder copiar y pegar. | ||
Por ejemplo: `$ cat TRANSLATORS | tr '\n' ' ' ` | ||
Modificar la lista de traductores | ||
--------------------------------- | ||
Si sólo se quiere modificar la lista de traductores: | ||
0. En Inkscape abrir uno de los archivos SVG (`ready-centered.svg` o `ready-fullpage.svg`) | ||
1. Abrir el panel de objetos (`Object`/`Objects...`). | ||
2. Seleccionar el objeto `text` | ||
3. Abrir el panel de texto (`Text`/`Text and fonts...` o `Shift`+`Ctrl`+`T`) | ||
4. Elegir el tabs `Text` del panel de texto | ||
5. Remplazar el contenido y cliquear `Apply` | ||
Si el texto es mas corto o mas largo, para que el texto ocupe toda la imágen | ||
puede que haya que adaptar la fuente utilizada (fuente, tamaño, espaciado, ...). | ||
Modificar la imágen | ||
------------------- | ||
Si se quiere modificar la imágen utilizada: | ||
0. En Inkscape abrir uno de los archivos SVG (`ready-centered.svg` o `ready-fullpage.svg`) | ||
1. Abrir el panel de objetos (`Object`/`Objects...`) | ||
2. Seleccionar el objeto `text` | ||
3. Elegir la opción `Object`/`Mask`/`Release` para "soltar" la máscara utilizada | ||
4. En el panel de objetos, aparece un grupo (`gXXXXX`) con la la ñ y un fondo gris | ||
5. Eliminar u ocultar el grupo | ||
6. Agregar la nueva imágen a utilizar (via Drag and Drop o `File`/`Import...`) | ||
7. Aseguarse que la imágen tiene el mismo tamaño que el texto: | ||
a. Seleccionar el objeto texto -> `Ctrl`+`C` | ||
b. Seleccionar la imágen agregada -> `Edit`/`Paste Size`/`Paste Size` | ||
8. Centrar la imágen sobre la página (panel `Object`/`Align and Distribute`) | ||
9. En el panel de objetos, seleccionar la imágen y luego el texto | ||
10. Setear la máscara con `Object`/`Mask`/`Set` | ||
En las partes oscuras de la imágen aparece el texto claro y viceversa. | ||
Puede que sea necesario ajustar la imágen para obtener un buen resultado. |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.