TransWikia.com

Separate this in different rows

TeX - LaTeX Asked by Pepini2341 on January 9, 2021

To calculate market value, can use textbf{calculator}:
[2nd][FV]: Clean previous data 
[FV] = Face Value 
[N] = Periods in which coupon payments happen 
[I/Y] = Market interest rate (YTM) 

That’s how it should be.

This is what is happening:
enter image description here

When I put a after each line, it throws an error. Any idea?

One Answer

The error is thrown because takes an optional argument and the [FV] in the next line is interpreted as such, but the optional argument to should be a valid TeX dimension, which FV obviously isn't. You can put a relax after to make it stop looking for an optional argument:

To calculate market value, can use textbf{calculator}:relax
[2nd][FV]: Clean previous datarelax
[FV] = Face Valuerelax
[N] = Periods in which coupon payments happenrelax
[I/Y] = Market interest rate (YTM) % as noted by egreg, don't put relax on the last line of the paragraph

But perhaps it's a better idea to use an environment like description for this:

documentclass[]{article}

usepackage{enumitem}

begin{document}
To calculate market value, can use textbf{calculator}:
begin{description}[nosep, font=ttfamily]
  item[{[2nd][FV]}] Clean previous data 
  item[{[FV]}] Face Value
  item[{[N]}] Periods in which coupon payments happen 
  item[{[I/Y]}] Market interest rate (YTM) 
end{description}
end{document}

This way you can quickly change the style to your liking with using the enumitem setup.

Correct answer by Skillmon on January 9, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP