> I was wondering if you can help me with the syntax for assembly of
> element matrices in Finite Element Method. It sort of looks like "A"
> with lower and upper limits.
>
Did you put a look on "The Comprehensive LATEX Symbol List"
<http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf>
by Scott Pakin? The answer may/should be inside.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
> It will be really helpful if someone in this group has already
> come across this symbol.
Outside this group:
when you google for "syntax for assembly of element matrices in Finite
Element Method" you find many documents (mostly target to Matlab) that
use a simple "A"...
When googling for "wedge as symbol of element matrices" the results
are clear : the first is an operator not to be confused with a name
symbol (that's obviously a simple capital A --a bit styled sometimes)
I think the best is to ask your teacher/mentor to show you the right
symbol (he/she may draw/write it for you or show an computer image to
you or directly from an authoritative book). So you know what symbol
your are looking for :)
Finally, you may put a (La)TeX example with different symbols (either
produce a PS or a PDF or print it) in order to know him/her and others
have a look and tell you which one suits better...
Hope that helps.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Here's the code I've been using for awhile now. Simply makes a large, capital "A" at the command \A.Just paste this line into the preamble (before \begin{document}):\DeclareMathOperator*{\A}{ \mathlarger{\mathlarger{\mathlarger{\boldsymbol{\mathsf{A}}}}} }Somebody let me know if there's a more elegant solution.JM
Here's the code I've been using for awhile now. Simply makes a large, capital "A" at the command \A.Just paste this line into the preamble (before \begin{document}):\DeclareMathOperator*{\A}{ \mathlarger{\mathlarger{\mathlarger{\boldsymbol{\mathsf{A}}}}} }Somebody let me know if there's a more elegant solution.JM
On Monday, February 13, 2012 11:29:04 AM UTC-5, Dhruba wrote: