modifiche al grafo sintattico
This commit is contained in:
parent
771b9080ae
commit
a0f0e491a4
|
@ -196,20 +196,26 @@ Ex browsingldc.css
|
|||
}
|
||||
|
||||
.synt__info{
|
||||
font-size: 12px;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-style: normal;
|
||||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.synt__categ{
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-family: 'Humanist-777', 'Roboto';
|
||||
letter-spacing: 0.4px;
|
||||
}
|
||||
|
||||
.synt__label{
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||
}
|
||||
|
||||
.numverso {
|
||||
font-size: 12px;
|
||||
font-family: 'Humanist-777', 'Roboto';
|
||||
|
|
|
@ -26,7 +26,8 @@ document.addEventListener("dblclick", function(e){
|
|||
|
||||
var main=runtime1.module(commarc, name => {
|
||||
|
||||
if (name === "sentenceStructArcs_new") {
|
||||
//if (name === "sentenceStructArcs_new") {
|
||||
if (name === "sentenceArcsStructs_new") {
|
||||
const structel = document.getElementsByClassName(lsentid);
|
||||
console.log(structel[0].parentNode.getAttribute('value'))
|
||||
var stid=lsentid.split('_')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Commedia: Arc Diagram per marcatura sintattica
|
||||
|
||||
https://observablehq.com/@cesare/commarcdiag@1448
|
||||
https://observablehq.com/@cesare/commarcdiag@1540
|
||||
|
||||
View this notebook in your browser by running a web server in this folder. For
|
||||
example:
|
||||
|
@ -14,7 +14,7 @@ import this module directly into your application. To npm install:
|
|||
|
||||
~~~sh
|
||||
npm install @observablehq/runtime@5
|
||||
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1448.tgz?v=3
|
||||
npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1540.tgz?v=3
|
||||
~~~
|
||||
|
||||
Then, import your notebook and the runtime as:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
|||
export {default} from "./d019e1db56ab1d8c@1448.js";
|
||||
export {default} from "./d019e1db56ab1d8c@1540.js";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@cesare/commarcdiag",
|
||||
"main": "d019e1db56ab1d8c@1448.js",
|
||||
"version": "1448.0.0",
|
||||
"main": "d019e1db56ab1d8c@1540.js",
|
||||
"version": "1540.0.0",
|
||||
"homepage": "https://observablehq.com/@cesare/commarcdiag",
|
||||
"author": {
|
||||
"name": "cesare concordia",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue