borrcon.mod: fix LaTeX symbol and header

semi-structural@doc
Johannes Pfeifer 2021-12-18 19:05:26 +01:00
parent c43777f610
commit 67cab849af
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
//Test Occbin with 1 constraint and redundant shocks; also checks whether defaults for error_* are correct
/*
Test Occbin with 1 constraint; Note that the reference regime is one where the borrowing
constraint is binding, i.e. the relax condition specifies the condition where we return to
the reference regime with a binding constraint.
*/
var b ${b}$ (long_name='borrowing')
c ${c}$ (long_name='vonsumption')
@ -6,7 +10,7 @@ var b ${b}$ (long_name='borrowing')
lb ${\lambda}$ (long_name='Lagrange multiplier')
y ${y}$ (long_name='Output')
c_hat ${\hat c}$
b_hat ${\hat c}$
b_hat ${\hat b}$
y_hat ${\hat y}$
;
varexo u $u$;

View File

@ -6,7 +6,7 @@ var b ${b}$ (long_name='borrowing')
lb ${\lambda}$ (long_name='Lagrange multiplier')
y ${y}$ (long_name='Output')
c_hat ${\hat c}$
b_hat ${\hat c}$
b_hat ${\hat b}$
y_hat ${\hat y}$
;