diff --git a/doc/dr.bib b/doc/dr.bib
index fc4a83e89d84f516db839ee57844e677630357cb..fcf5735854b40c32ea991527fd70ce5794dc18da 100644
--- a/doc/dr.bib
+++ b/doc/dr.bib
@@ -71,11 +71,11 @@
 }
 
 
-@techreport{kamenik:2003,
+@techreport{kamenik:2004,
 	author = {Kamenik, Ondra},
 	title = {Solution of Specialized Sylvester Equation},
 	institution = {Manuscript},
-	year = {2003}
+	year = {2004}
 }
 
 @Article{collard/juillard:2001:compecon,
diff --git a/doc/dr.tex b/doc/dr.tex
index d3d85ebf4ca488557e6e997ad2f679d39511fe5f..65559c68fbee733efe00aabdf4af179664735e5e 100644
--- a/doc/dr.tex
+++ b/doc/dr.tex
@@ -649,8 +649,8 @@ equation is:
 \end{equation*}
 In the general case, this equation is a specialized Sylvester equation, which
 can be solved using the algorithm proposed by
-\citet{kamenik:2003}\footnote{This paper is distributed with Dynare, in the
-  \texttt{sylvester.pdf} file under the documentation directory.}.
+\citet{kamenik:2004}\footnote{This paper is distributed with Dynare, in the
+  \texttt{sylvester.pdf} file under the Dynare++ documentation directory.}.
 
 \bibliographystyle{elsarticle-harv}
 \bibliography{dr}
diff --git a/doc/gsa/marco.bib b/doc/gsa/marco.bib
index d927351fea03e43f6aebc9ad8f683030197a7cbd..da1167c2eddfa524483481bb20abd1763aa22da0 100644
--- a/doc/gsa/marco.bib
+++ b/doc/gsa/marco.bib
@@ -1,9 +1,9 @@
 % Encoding: UTF-8
 
 @Article{Ratto_CompEcon_2008,
-  author  = {Ratto, M.},
+  author  = {Ratto, Marco},
   journal = {Computational Economics},
-  title   = {Analysing DSGE Models with Global Sensitivity Analysis},
+  title   = {Analysing {DSGE} models with global sensitivity analysis},
   year    = {2008},
   pages   = {115--139},
   volume  = {31},
diff --git a/doc/manual/utils/dynare_lex.py b/doc/manual/utils/dynare_lex.py
index 3d5f22d8a931c5dd1128435cfae1d9a65f47c1fb..ed5f579d8981f1d221af26b12e6cac2e0e3a1dae 100644
--- a/doc/manual/utils/dynare_lex.py
+++ b/doc/manual/utils/dynare_lex.py
@@ -37,7 +37,7 @@ class DynareLexer(RegexLexer):
         "predetermined_variables","trend_var","log_trend_var","external_function",
         "write_latex_original_model","write_latex_dynamic_model",
         "write_latex_static_model","write_latex_steady_state_model","resid","initval_file","histval_file","dsample",
-        "periods","values","corr","steady","check","model_diagnostics","model_info",
+        "periods","values","scales","corr","stderr","steady","check","model_diagnostics","model_info",
         "print_bytecode_dynamic_model"," print_bytecode_static_model",
         "perfect_foresight_setup","perfect_foresight_solver","simul","stoch_simul",
         "extended_path","varobs","estimation","unit_root_vars","bvar_density",
@@ -81,7 +81,7 @@ class DynareLexer(RegexLexer):
                 'shock_groups','conditional_forecast_paths','optim_weights',
                 'osr_params_bounds','ramsey_constraints','irf_calibration',
                 'moment_calibration','identification','svar_identification',
-                'matched_moments','occbin_constraints','surprise','overwrite',
+                'matched_moments','occbin_constraints','surprise','overwrite','bind','relax',
                 'verbatim','end','node','cluster','paths','hooks'), prefix=r'\b', suffix=r'\s*\b'),Keyword.Reserved),
 
             # FIXME: Commands following multiline comments are not highlighted properly.