-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rushikesh Kamalapurkar
committed
Jan 11, 2024
1 parent
7c83a01
commit 4cc249c
Showing
2 changed files
with
159 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,9 @@ Author: Rushikesh Kamalapurkar ([[email protected]](mailto:rlkamalapurkar | |
License: [LPPL-1.3c](https://github.com/rlkamalapurkar/bodeplot/blob/main/LICENSE) | ||
|
||
## Limitations | ||
1. TF commands are wrapped between -180 and 180 degrees in `pgf` mode. | ||
2. Version 1.0.8 and newer store `gnuplot` temporary files in the working directory. Use class option `declutter` to restore pre-v1.0.8 behavior. Option `declutter` can cause errors if used with a `tikzexternalize` prefix. | ||
1. If `bable` is used with the French language option, it needs to be loaded before `bodeplot` is loaded. Also, the `french` option to `babel` has to be passed locally, not via class options. | ||
2. TF commands are wrapped between -180 and 180 degrees in `pgf` mode. | ||
3. Version 1.0.8 and newer store `gnuplot` temporary files in the working directory. Use class option `declutter` to restore pre-v1.0.8 behavior. Option `declutter` can cause errors if used with a `tikzexternalize` prefix. | ||
|
||
## Compilation instructions | ||
1) `latex bodeplot.ins` to generate `bodeplot.sty` | ||
|
Oops, something went wrong.