issue102:courriers
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue102:courriers [2015/11/04 16:16] – auntiee | issue102:courriers [2015/11/06 08:45] (Version actuelle) – d52fr | ||
---|---|---|---|
Ligne 13: | Ligne 13: | ||
Gordon Loughnan | Gordon Loughnan | ||
- | Ronnie dit : Y a-t-il quelqu' | + | Ronnie dit : Y a-t-il quelqu' |
Ligne 34: | Ligne 34: | ||
Autrefois (avant Ubuntu 14.04, je pense), je n' | Autrefois (avant Ubuntu 14.04, je pense), je n' | ||
- | J'ai téléchargé la bêta de la 15.10 et je l' | + | J'ai téléchargé la bêta de la 15.10 et je l' |
Pourquoi, avec une organisation qui semble aussi experte que Canonical, n'y a-t-il pas eu de progrès côté Bluetooth ? | Pourquoi, avec une organisation qui semble aussi experte que Canonical, n'y a-t-il pas eu de progrès côté Bluetooth ? | ||
- | Il y a beaucoup de correctifs temporaires ou permanent, mais cela fait l' | + | Il y a beaucoup de correctifs temporaires ou permanent, mais on fait l' |
- | J'ai essayé de nombreux correctifs glanés sur de multiples blogs et forums | + | J'ai essayé de nombreux correctifs glanés sur de multiples blogs et forums, sans résultat. Pouvez-vous m' |
Dick Smith | Dick Smith | ||
Ligne 75: | Ligne 75: | ||
Point 2) piqued my interest. A download from the FCM site looked like this.** | Point 2) piqued my interest. A download from the FCM site looked like this.** | ||
- | EPUB N° 101 pour débutants | + | Epub N° 101 pour débutants |
- | Plusieurs personnes ont remarqué deux problèmes mineurs dans l'EPUB du FCM n° 101 : | + | Plusieurs personnes ont remarqué deux problèmes mineurs dans l'epub du FCM n° 101 : |
• Les méta-données attestent que c'est le numéro 191, pas le 101 | • Les méta-données attestent que c'est le numéro 191, pas le 101 | ||
- | • L' | + | • L' |
Brian répond : | Brian répond : | ||
Ligne 87: | Ligne 87: | ||
Comme circonstances atténuantes, | Comme circonstances atténuantes, | ||
- | 2) Celui-ci m'a intrigué. Un téléchargement du site FCM ressemblait à ceci. | + | 2) Celle-ci m'a intrigué. Un téléchargement du site FCM ressemblait à ceci. |
**And the code for the cover page is: | **And the code for the cover page is: | ||
Ligne 115: | Ligne 115: | ||
Jusqu' | Jusqu' | ||
- | Puisque je ne connais rien au sujet de Google Books, j'ai décidé de l' | + | Puisque je ne connais rien au sujet de Google Books, j'ai décidé de l' |
- | Un recherche m'a donné ceci : « Depuis mars 2013, Google | + | Une recherche m'a donné ceci : « Depuis mars 2013, Google |
http:// | http:// | ||
- | So the downloaded file is now uploaded to Google Play Books where it appears to undergo some file manipulation. | + | **So the downloaded file is now uploaded to Google Play Books where it appears to undergo some file manipulation. |
I can only surmise that the file became corrupted for you during either a download or upload, or its manipulation by Google. | I can only surmise that the file became corrupted for you during either a download or upload, or its manipulation by Google. | ||
Ligne 129: | Ligne 129: | ||
Google removes the blank line between paragraphs. As paragraphs in the ePub are justified, it’s difficult to see when one ends and the next begins. | Google removes the blank line between paragraphs. As paragraphs in the ePub are justified, it’s difficult to see when one ends and the next begins. | ||
- | If you have Calibre installed on your computer, then it is easy to edit the Metadata after importing the ePub. | + | If you have Calibre installed on your computer, then it is easy to edit the Metadata after importing the ePub.** |
- | Right-clicking on the ePub gives you the option to edit the book and indent the paragraphs if you need to. | + | Bon. Le fichier téléchargé est maintenant téléversé sur Google Play Books où il semble subir un peu de manipulation. |
+ | |||
+ | Je ne peux que supposer que le fichier a été corrompu pendant soit un téléchargement, | ||
+ | |||
+ | J'ai en effet remarqué qu'un problème supplémentaire a été introduit lors du téléversement du fichier sur Google Play ; je ne peux pas vérifier actuellement si c'est la même chose sous Android que dans le navigateur. | ||
+ | |||
+ | Google enlève l' | ||
+ | |||
+ | Si Calibre est installé sur votre ordinateur, l' | ||
+ | |||
+ | **Right-clicking on the ePub gives you the option to edit the book and indent the paragraphs if you need to. | ||
In the left column, under Styles, double-click on FCM15.css and look for | In the left column, under Styles, double-click on FCM15.css and look for | ||
Ligne 159: | Ligne 169: | ||
Save and exit. | Save and exit. | ||
- | The modified ePub can now be found in the Calibre Library. | + | The modified ePub can now be found in the Calibre Library.** |
- | Before: | + | Si vous faites un clic droit sur l' |
+ | |||
+ | p { | ||
+ | font-family: | ||
+ | font-weight: | ||
+ | text-align: justify; | ||
+ | font-size: 12pt; | ||
+ | line-height: | ||
+ | } | ||
+ | |||
+ | ajoutez-y : | ||
+ | |||
+ | text-indent: | ||
+ | |||
+ | pour que cela devienne : | ||
+ | |||
+ | p { | ||
+ | text-indent: | ||
+ | font-family: | ||
+ | font-weight: | ||
+ | text-align: justify; | ||
+ | font-size: 12pt; | ||
+ | line-height: | ||
+ | } | ||
+ | |||
+ | Enregistrez et quittez. | ||
+ | |||
+ | L'epub modifié se trouve maintenant dans la bibliothèque Calibre. | ||
+ | |||
+ | |||
+ | **Before: | ||
After: | After: | ||
Ligne 171: | Ligne 211: | ||
Hope this is some help, | Hope this is some help, | ||
+ | |||
+ | Brian** | ||
+ | |||
+ | Avant : | ||
+ | |||
+ | Après : | ||
+ | Affiché dans Google Books. | ||
+ | |||
+ | Un alinéa de 30 pt est sans doute trop ; vous pourriez préférer, disons, 12pt : | ||
+ | |||
+ | text-indent: | ||
+ | |||
+ | En espérant que ceci vous a été utile, | ||
Brian | Brian |
issue102/courriers.1446650171.txt.gz · Dernière modification : 2015/11/04 16:16 de auntiee