|

Noun Declensions -अ, -इ, and -उ Stems Posted

Starting with the noun declensions, I have begun to put up the tables. So far, a stems, i stems, and u stems are up. The sources for these and all the following tables are both Hart’s A Rapid Sanskrit Method and Whitney’s Sanskrit Grammar. (I forgot to mention in my first post that Whitney’s book from the late 19th century–I believe–does actually use a lot of Devanāgarī, but it is not an easy reference to use for quickly accessing tables, and the font is peculiar in places.) The tables were copied directly from my notes without proofing them against these original sources, which eventually intend to do. In my use of these tables, I have already found a number of mistakes. So, I am sure there are more. Assume that any mistakes found were introduced by me.

It is a fair amount of work to get the display of the Sanskrit right. Perhaps I have to amend my statement that it is relatively easy to represent Devanāgarī in a digital environment. It’s easier in word processors than Word Press (WP), though I don’t think it is anything particular to that content management system (CMS). It just required some tweaking to get it right. Now, I have a template. It should go faster. Copying the tables requires a bit of a work around. So I don’t have to recreate each table and copy the contents of each cell, I tried to copy the tables in toto using the WYSIWYG editor. However, this copies more of the word processor’s styling than desired. (I’m using Open Office.) The main issue was the rows had too much spacing in all directions. So to get around this, I copy the tables into a blank spreadsheet, then copy the table from the spreadsheet and paste it into the Word Press page’s WYSIWYG editor. This eliminated the extra space.

In terms of fonts, I had to use specific CSS styling, which thankfully this Word Press installation allows you to do. Stricter settings on the environment would forbid it, but I’m glad it’s available. I tried to choose a font for the Mac (DevenagariMT) and for the PC (Arial MS Unicode). It might just be defaulting to Arial MS Unicode even on the Mac. I have only done a little digging into what looks the best in the display of these tables. So these choices may change. But that would be a lot of work. So probably not. They seem fine to me, though any feedback is more than appreciated.

For markup geeks, the code I use for the tables is to wrap them in a <div> with a “style” attribute”:

<div style="font-family: 'Arial Unicode MS', 'DevanagariMT'; font-size: 1.25em;">

The increased font size makes it more readable to me. For Sanskrit embedded among English prose, I use <span> tags without the font size:

<span style="font-family: 'Arial Unicode MS', 'DevanagariMT';">

More tables will follow as time permits.

Similar Posts

  • | |

    Perfect and Practice Texts

    I have added the Perfect Tenses from Hart’s chapter 29. This leaves one more chapter (The Gerundives) and the appendix (The Aorist and some secondary conjugations). I put the Perfect, of course, under the “Verb” drop down menu. As the menu was getting quite bloated or long, I tried reorganizing it. I created a page…

  • About This Site

    In the course of refreshing my meagre knowledge of Sanskrit, I recently began reviewing George L. Hart’s A Rapid Sanskrit Method. I found this book the most useful when I was first learning the language, and reviewing it, I came to remember what a superb resource it is. While Whitney’s thorough and comprehensive Sanskrit Grammar is an in-depth reference book, it is not…

  • |

    More on Verbs

    There is a lot of information in Hart’s grammar on verbs. The ten class and the present system of tense conjugations are just one part, but there’s also participles both present and past, the passive, the causative, continuatives, and more. It would have been ideal to link all those pages here within the same drop-down…

  • | |

    A Burst of Activity

    Yesterday, I finished posting the verb pages I have to date in my local documents. So far I am up to the last or second to last chapter in Hart’s grammar. I have yet to do the Perfect, which will be the last page in Verbs. Yesterday, I added the Past Participles, the Continuative, the…

  • Finished Verb Classes

    I have finished creating the pages for the ten verb classes. These are both the thematic (Classes 1, 4, 6, and 10) and athematic (Classes 2, 3, 5, 7, 8, 9) verbs. Each page shows the full conjugations for the tenses of the present system, namely the present, the imperfect, the optative, and the imperative…

  • |

    Added Sandhi Page

    In an effort to make this site more complete so that I could use it for my own studies instead of referring to my local Open Office docs, I decided it would be most useful to add the Sandhi charts next. This proved more difficult than I first expected. I thought I might just be…