|  03-12-2013, 09:10 AM | #61 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			What is good code for dealing with a dropcap that needs to be two characters such as a quote and the following letter?
		 | 
|   |   | 
|  03-20-2013, 01:40 PM | #62 | 
| A curiosus lector!            Posts: 463 Karma: 2015140 Join Date: Jun 2012 Device: Sony PRS-T1, Kobo Touch | 
			
			Hi Pablo! Just a few words to thank you for your Quick and dirty ePub tutorial. When I began to learn epub file format around 9 months ago, your guide was the one I looked first. After a while, we forget rapidly where we started and it's nice that someone take care of newbies. Can I suggest you 2 little things? Your guide has 3 main sections: 1) general informations about Html, CSS and ePub format; 2) Which is related to Sigil and; 3) Advanced formatting tasks. So I think it would be more logical to keep the subsection "Back to Sigil: Code View vs. Book View" with the main Sigil section. My other suggestion is: why not create an ePub version of your Guide? I understand easily that pdf format allows a more precise presentation of the informations, but an epub file could show directly the code you are using for, by example, a Drop Cap. Anyway thanks again Pablo! | 
|   |   | 
|  03-20-2013, 02:58 PM | #63 | ||
| Guru            Posts: 974 Karma: 4999999 Join Date: Mar 2009 Location: Rosario, Argentina Device: SONY PRS-T2, Kindle Paperwhite 11th gen | Quote: 
 Quote: 
 That's a good idea, I will have a look at it and maybe post an epub version in 30-45 days. | ||
|   |   | 
|  03-21-2013, 10:13 PM | #64 | 
| A curiosus lector!            Posts: 463 Karma: 2015140 Join Date: Jun 2012 Device: Sony PRS-T1, Kobo Touch | 
			
			Wonderful Pablo! If time allows me, I could make a French version (if you want). ¿Y por qué no una versión en español también? ¡Buenas noches! | 
|   |   | 
|  03-22-2013, 01:56 PM | #65 | |
| Guru            Posts: 974 Karma: 4999999 Join Date: Mar 2009 Location: Rosario, Argentina Device: SONY PRS-T2, Kindle Paperwhite 11th gen | Quote: 
 Hace tiempo que tengo ganas de hacer una versión en mi idioma, ahora que tenemos un foro en español, tal vez sea el momento adecuado. ¡Gracias por tu interés y aportes! | |
|   |   | 
|  03-31-2013, 05:07 AM | #66 | 
| Enthusiast  Posts: 25 Karma: 43 Join Date: Jan 2010 Location: Perth, Western Australia Device: Kindle & Ipad | 
			
			Hi Pablo Great tutorial. Thanks for the time and effort you have put into its development. As a complete newbie I wish I had found your tutorial prior to undertaking the w3 courses. It would have made things a lot easier. Regards Kevin | 
|   |   | 
|  04-01-2013, 10:57 AM | #67 | 
| Guru            Posts: 974 Karma: 4999999 Join Date: Mar 2009 Location: Rosario, Argentina Device: SONY PRS-T2, Kindle Paperwhite 11th gen | |
|   |   | 
|  04-20-2013, 03:03 PM | #68 | 
| Guru            Posts: 974 Karma: 4999999 Join Date: Mar 2009 Location: Rosario, Argentina Device: SONY PRS-T2, Kindle Paperwhite 11th gen | 
			
			As per Arios request, I have generated an ePub version of the tutorial (see first post of this thread for the file).
		 | 
|   |   | 
|  04-20-2013, 05:11 PM | #69 | 
| A curiosus lector!            Posts: 463 Karma: 2015140 Join Date: Jun 2012 Device: Sony PRS-T1, Kobo Touch | 
			
			Pablo, I have had a really quick glance to the epub, but it looks very fine: gracias! | 
|   |   | 
|  04-20-2013, 06:17 PM | #70 | 
| Guru            Posts: 974 Karma: 4999999 Join Date: Mar 2009 Location: Rosario, Argentina Device: SONY PRS-T2, Kindle Paperwhite 11th gen | |
|   |   | 
|  04-24-2013, 11:55 AM | #71 | 
| A curiosus lector!            Posts: 463 Karma: 2015140 Join Date: Jun 2012 Device: Sony PRS-T1, Kobo Touch | 
			
			Sorry Pablo, I'm late. Ok, I'll try to do it, insofar as I have some free time. BTW, I've already started... Have a nice day! | 
|   |   | 
|  04-24-2013, 04:58 PM | #72 | 
| Guru            Posts: 974 Karma: 4999999 Join Date: Mar 2009 Location: Rosario, Argentina Device: SONY PRS-T2, Kindle Paperwhite 11th gen | |
|   |   | 
|  05-03-2013, 06:59 PM | #73 | 
| Book Concocter  Posts: 59 Karma: 10 Join Date: Jun 2010 Location: China Device: Sony Reader | 
			
			Thanks for this "guide for dummies". The author can be assured that especially new Sigil users need and appreciate this. So any new editing or development of the pdf or epub is going to be read and used widely.
		 | 
|   |   | 
|  05-03-2013, 10:49 PM | #74 | |
| Curmudgeon            Posts: 629 Karma: 1623086 Join Date: Jan 2012 Device: iPad, iPhone, Nook Simple Touch | Quote: 
 Specifying a negative left margin so that the quote mark approximately falls in the margin would be best for printing, but that sucks for onscreen viewing because of the need to waste space with a positive left margin on every page to accommodate it. If you're really enterprising, this is where an "@media print" comes in handy. Just do it in a separate css file, since ADE vomits on media queries, IIRC. Beyond that detail, there's not really any difference between a single-character drop cap and a multi-character drop cap. I size the leading quotes the same as the drop cap, but that's a question of personal preference. Others may prefer to make them smaller or specifically design a font with narrow quotation marks so that they take up less horizontal space. Last edited by dgatwood; 05-03-2013 at 10:52 PM. | |
|   |   | 
|  11-12-2013, 03:31 AM | #75 | 
| Wizard            Posts: 4,520 Karma: 121692313 Join Date: Oct 2009 Location: Heemskerk, NL Device: PRS-T1, Kobo Touch, Kobo Aura | 
			
			Can I place a vote that this thread should be a stickie? It really helps new people getting around and I find myself directing people to this thread regularly.
		 | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| erm, simple question , hope for simple answer! | al zymers | Amazon Kindle | 5 | 09-25-2010 01:01 PM | 
| Simple question for a simple mind :) | PKFFW | OpenInkpot | 6 | 08-27-2009 09:00 PM | 
| Write Fast, Write Slow? | Moejoe | Writers' Corner | 14 | 03-25-2009 09:55 AM | 
| iLiad First HelloWorld tutorial, a n00b primer First Hello World Tutorial, a n00b primer | mind | iRex Developer's Corner | 13 | 09-19-2008 09:43 AM | 
| Tutorial on how to write your own Firefox Extensions | Alexander Turcic | Lounge | 0 | 09-10-2004 12:14 PM |