I am a linguistics student using Lyx. The program is really helpful for writing linguistic assignments, but I am not very good at using it yet.
I really need to make vertical dashed lines in a table, but I am not able to do it. I have looked at the Lyx wiki article on tables, and they say this:
I have loaded the package, and I manage to make horizontal dashed lines using these guidelines, but I don't understand what I am supposed to do to get the vertical dashed lines: I don't know what "the character for the horizontal alignment" is, and I don't know where to find the table cell dialog.LyX doesn't natively support dashed lines, so you have to use ERT. Load the LaTeX-package arydshln in the preamble with the command
\usepackage{arydshln}
To make a vertical line dashed, enter the colon : together with the character for the horizontal alignment as LaTeX-argument in the table cell dialog.
For a horizontal dashed line add the command \hdashline in ERT as first element of the first cell in the table row.
I have to write my assignment this coming week, so you are doing me a great service if you can help me out on this!
Thank you!
MontanusSolis