Skip to content

Commit

Permalink
Fix compile bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hpretl committed Oct 8, 2024
1 parent eb21cf8 commit 41c922c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _macros.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
\newcommand{\Cgd}[1][]{C_\mathrm{gd#1}}
\newcommand{\CDG}[1][]{C_\mathrm{DG#1}}
\newcommand{\Cdg}[1][]{C_\mathrm{gd#1}}
\newcommand{\CDB}[1][]{C_\mathrm{DB#1}}
\newcommand{\Cdb}[1][]{C_\mathrm{db#1}}
\newcommand{\CSB}[1][]{C_\mathrm{SB#1}}
\newcommand{\Csb}[1][]{C_\mathrm{sb#1}}
\newcommand{\IDS}[1][]{I_\mathrm{DS#1}}
Expand Down
2 changes: 1 addition & 1 deletion _sec_first_steps.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We will use the small-signal MOSFET model shown in @fig-mosfet-small-signal-mode

{{< include figures/_fig_mosfet_small_signal_model.qmd >}}

As has been mentioned before, in many situations (and whenever we want to use a simplified model) we connect source and bulk of the MOSFET together. This results in the much simplified small-signal model shown in @ig-mosfet-small-signal-model-simplified.
As has been mentioned before, in many situations (and whenever we want to use a simplified model) we connect source and bulk of the MOSFET together. This results in the much simplified small-signal model shown in @fig-mosfet-small-signal-model-simplified.

{{< include figures/_fig_mosfet_small_signal_model_simplified.qmd >}}

Expand Down

0 comments on commit 41c922c

Please sign in to comment.