Author Topic: Free Set of 71 Spencerian Worksheets  (Read 59837 times)

Offline Inked botanicals

  • Hero Member
  • *****
  • Posts: 544
  • Karma: 36
    • View Profile
    • My Instagram
Re: Free Set of 71 Spencerian Worksheets
« Reply #30 on: September 10, 2016, 09:48:09 AM »
Thank you so so much!! These sheets are amazing! I've printed them all and I'll be using them to practice. I got a new Spencerian book too, so it is perfectly on time too!!!
Alba.

Instagram: @inked_botanicals

Offline gaby_santiago

  • Freshman Member
  • *
  • Posts: 13
  • Karma: 2
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #31 on: September 10, 2016, 10:40:05 AM »
How generous of you! Thank you so much, Rednaxela, for these sheets, they are great! I can't wait to start practicing and improving my form.

Offline Rednaxela

  • Senior Member
  • ****
  • Posts: 283
  • Karma: 29
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #32 on: September 11, 2016, 08:58:25 AM »
Thanks, glad you like them @silvereye, @Inked botanicals and @gaby_santiago!
-- Alexander --

Offline tintenfuchs

  • Super Hero Member
  • ******
  • Posts: 1520
  • Karma: 55
    • View Profile
    • Instagram
Re: Free Set of 71 Spencerian Worksheets
« Reply #33 on: September 12, 2016, 12:04:49 PM »
Very well done! I'd like to hear some more insight on the programming aspect of it, if you'd like to share :)
Natascha
My Instagram

Offline Rednaxela

  • Senior Member
  • ****
  • Posts: 283
  • Karma: 29
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #34 on: September 12, 2016, 04:08:50 PM »
@tintenfuchs, sure no problem.

As you may know, LaTeX is a typesetting system, and the one I used to create the document. The TikZ package was used to draw the grids and guide lines and to place the pictures on top of them.

The worksheets contain many repeating elements, which I encapsulated with (parameterised) macros. The sheets are also repeating elements themselves, the only variables being the letter to be drawn and the number of letters per line. So all in all there is quite a bit of coding going on in the .tex file with macros and macros calling macros, but in the end the command to create a worksheet was reduced to something like

\practicesheet{"01-i".png}{3}

where the first argument is the image file of the letter shape, and the second one the width of the shape in terms of grid cells, plus one cell worth of white space.

With this approach, the main trick was to make sure that all images conformed to a certain standard. The code should be allowed to assume that, when the image would be reduced to a height of 2.5cm, and its top left corner aligned with the top left corner of the grid, the letter would be exactly aligned with the grid, and positioned against the first (near-)full slant line. Because you can tell TikZ to scale an image to a certain height in cm, the actual height of the image in terms of pixels is irrelevant for the concept to work. This enabled me to derive the image sizes from the original resolution of the scan, postponing the downsizing step to as late a stage as possible. Also, the approach moves the aligning task entirely to the image editor, Paint.NET in this case. There I replicated the grid in a background layer, and created the letter shapes on top of it, each inside their own layer. Finally I exported the letters to .png files with the grid layer switched off.

Hopefully this is the kind of info you were interested in. If there's anything specific you'd like to know please don't hesitate. I'd be most happy to explain!
-- Alexander --

ash0kgiri

  • Guest
Re: Free Set of 71 Spencerian Worksheets
« Reply #35 on: September 12, 2016, 05:14:35 PM »
Didn't understand a word @Rednaxela, but this is so amazing and I can see the trouble you had gone through to compile those work sheets. You surely deserve a round of applaud. :D

Thanks again,
Regards,
-Ashok

Offline Rednaxela

  • Senior Member
  • ****
  • Posts: 283
  • Karma: 29
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #36 on: September 12, 2016, 10:29:29 PM »
 :D

Thanks @ash0kgiri!
-- Alexander --

Offline papertrails

  • Junior Member
  • **
  • Posts: 66
  • Karma: 2
    • View Profile
    • Paper Trails Design Co.
Re: Free Set of 71 Spencerian Worksheets
« Reply #37 on: September 14, 2016, 07:19:20 PM »
Wow! This is amazing! I just downloaded it to get back to my Spencerian practice! Thanks so much!!!

Offline Rednaxela

  • Senior Member
  • ****
  • Posts: 283
  • Karma: 29
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #38 on: September 15, 2016, 01:14:33 AM »
Great @papertrails, glad you like it!
-- Alexander --

ash0kgiri

  • Guest
Re: Free Set of 71 Spencerian Worksheets
« Reply #39 on: September 15, 2016, 03:53:35 AM »
Hi @papertrails ,

Your work is outstanding. Loved it :D.

Offline papertrails

  • Junior Member
  • **
  • Posts: 66
  • Karma: 2
    • View Profile
    • Paper Trails Design Co.
Re: Free Set of 71 Spencerian Worksheets
« Reply #40 on: September 15, 2016, 09:00:45 AM »
Hi @papertrails ,

Your work is outstanding. Loved it :D.

Thanks so much Ashok- what a nice thing to read as I start my morning. :)

ash0kgiri

  • Guest
Re: Free Set of 71 Spencerian Worksheets
« Reply #41 on: September 15, 2016, 09:44:44 AM »
what a nice thing to read as I start my morning. :)

You are most welcome @papertrails. So you are from Mumbai settled in Canada? :D

Keep writing,
- Ashok

Offline Alex2131

  • Freshman Member
  • *
  • Posts: 11
  • Karma: 1
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #42 on: September 19, 2016, 05:18:43 PM »
Thank you Sir for your hard work, while I'm not familiar with that programming, I'm pretty sure it's not an easy task. I hope someday we can show a nice writing that this kind of effort deserves. Thanks and congrats!

Offline Rednaxela

  • Senior Member
  • ****
  • Posts: 283
  • Karma: 29
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #43 on: September 20, 2016, 01:06:02 PM »
Thank you @Alex2131, much appreciated. Hope you find them useful!
-- Alexander --

Offline Stephen Starling

  • Freshman Member
  • *
  • Posts: 17
  • Karma: 0
    • View Profile
Re: Free Set of 71 Spencerian Worksheets
« Reply #44 on: October 23, 2016, 09:13:05 PM »
I'd like to add my Thank you, Alexander! I started using them today.

A wonderful set that I know I will return to many times!  It'll be so great to print and copy the exact sheets that I need!